Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

URL has been copied successfully!
Critical remote code execution flaw patched in Veeam backup servers
URL has been copied successfully!

Collecting Cyber-News from over 60 sources

Critical remote code execution flaw patched in Veeam backup servers

Why black lists are bad: Application developers have gotten in the habit of mitigating deserialization risks by creating blacklists of classes that could be dangerous when deserialized, and as watchTowr explains, this was also Veeam’s approach when addressing CVE-2024-40711. However, history has shown that blacklists are rarely complete.”Blacklists (also known as block-lists or deny-lists) are based on a very optimistic (and provably flawed) idea that we can just make a list of all the bad classes, and we just keep a record of everything bad that can be done and update our list as and when new bad is introduced,” the researchers wrote.”Luckily, as an industry, we actually already have a list of all the bad classes in the world, and so this is flawless logic. There are a couple of bitter truths though: This is a lie. While we can agree that nowadays it’s extremely hard to find new deserialization gadgets in programming languages and frameworks (although still possible), products have their own codebase and can contain abusable classes that can be misused during deserialization,” the researchers added. “This is before we even get on to 3rd party libraries.”Veeam Backup & Replication developers maintain a list of gadgets that are blocked from being deserialized via .NET BinaryFormatter. This list is located in the code at Veeam.Backup.Common.Sources.System.IO.BinaryFormatter.blacklist.txt so when CVE-2024-40711 was discovered, their fix was to add the System.Runtime.Remoting.ObjRef gadget to it.Problem solved, until watchTowr researcher Sina Kheirkhah found more exploitable classes, System.CodeDom.Compiler.TempFileCollection and System.IO.DirectoryInfo, resulting in vulnerability CVE-2024-42455. These too were added to the blacklist.Now, watchTowr researcher Piotr Bazydlo found additional exploitable gadgets once again Veeam.Backup.EsxManager.xmlFrameworkDs and Veeam.Backup.Core.BackupSummary, both of which extend the DataSet class, a very popular RCE gadged for deserialization. This is the new CVE-2025-23120 flaw patched Wednesday.In fact, exploiting CVE-2025-23120 only requires simple changes to the proof-of-concept exploit previously published for CVE-2024-42455.”We hope that we have provided yet another proof that protection of deserialization sinks with a blacklist should be illegal,” the researchers wrote. “No matter how perfect, or ‘perfecteder’ and state-of-the-art your list is, somebody will eventually find a way to abuse it.”

First seen on csoonline.com

Jump to article: www.csoonline.com/article/3850731/critical-remote-code-execution-flaw-patched-in-veeam-backup-servers.html

Loading

Share via Email
Share on Facebook
Tweet on X (Twitter)
Share on Whatsapp
Share on LinkedIn
Share on Xing
Copy link