Veeam’s Latest Critical Vulnerabilities Turn Backup Servers Into Prime Targets for Ransomware Gangs

Veeam discloses critical vulnerabilities scoring up to 9.9 CVSS in Backup & Replication and other products, enabling remote code execution on backup servers — infrastructure ransomware gangs have repeatedly targeted in recent years with devastating results.
Veeam’s Latest Critical Vulnerabilities Turn Backup Servers Into Prime Targets for Ransomware Gangs
Written by John Marshall

Veeam Software, the Dutch company whose backup products protect data for more than 550,000 customers worldwide, has disclosed a batch of critical security vulnerabilities that could allow attackers to execute arbitrary code on backup servers — the very systems organizations rely on as their last line of defense against ransomware. The flaws, some carrying severity scores as high as 9.9 out of 10, affect not just Veeam’s flagship Backup & Replication product but also its Service Provider Console and Veeam ONE monitoring platform. Patches are available. But the window between disclosure and exploitation is shrinking fast, and threat actors with a known appetite for Veeam vulnerabilities are almost certainly watching.

The most severe of the newly disclosed bugs is CVE-2025-23120, a deserialization vulnerability in Veeam Backup & Replication that carries a CVSS score of 9.9. According to TechRadar, this flaw enables remote code execution by any authenticated domain user when the backup server is joined to an Active Directory domain — a configuration that Veeam itself has long discouraged but that remains common in enterprise environments. The vulnerability was discovered by Piotr Bazydlo of watchTowr, a security research firm that has made a habit of finding high-impact bugs in enterprise infrastructure products.

That’s not all. Veeam also patched CVE-2025-23114, a vulnerability in the Veeam Updater component that scores 9.0 on the CVSS scale. This flaw allows a man-in-the-middle attack that could result in arbitrary code execution with root-level permissions on affected appliance servers. It impacts multiple products including Veeam Backup for Salesforce, Nutanix AHV, AWS, Microsoft Azure, Google Cloud, and Oracle Linux Virtualization Manager. The attack vector here is particularly insidious: an attacker positioned on the network between the backup appliance and its update source could intercept and modify the update process itself.

Additional vulnerabilities round out the disclosure. CVE-2025-23115 through CVE-2025-23118 affect the Veeam Service Provider Console with CVSS scores ranging from 3.3 to 9.9, while CVE-2025-23119 and CVE-2025-23120 target Backup & Replication. Veeam ONE, the company’s monitoring and analytics tool, received fixes for CVE-2025-23121 and CVE-2025-23122, both carrying scores of 8.8.

The timing matters.

Ransomware operators have developed an acute interest in backup infrastructure over the past three years. The logic is straightforward: if you can destroy or encrypt an organization’s backups before deploying ransomware on production systems, the victim has no recovery option short of paying the ransom. Veeam, as the dominant independent backup vendor with approximately 28% market share in data replication and protection software according to IDC, represents a high-value target. A single vulnerability in Veeam Backup & Replication can hand attackers the keys to an organization’s entire data protection strategy.

This isn’t theoretical. In 2023, a critical Veeam vulnerability tracked as CVE-2023-27532 was actively exploited by multiple ransomware groups including FIN7, Cuba ransomware operators, and affiliates of the BlackBasta gang. That bug, which also affected Backup & Replication, allowed unauthenticated attackers to extract credentials stored in the Veeam configuration database. WithSecure and several other threat intelligence firms documented campaigns where attackers used the Veeam vulnerability as an initial access vector or as a means of lateral movement after gaining a foothold through other methods. The exploitation began within weeks of the patch’s release.

And the pattern repeated in 2024. CVE-2024-40711, another critical remote code execution vulnerability in Veeam Backup & Replication with a 9.8 CVSS score, was disclosed in September 2024 and almost immediately exploited by Akira and Fog ransomware affiliates. Sophos X-Ops documented multiple incidents where attackers combined compromised VPN credentials with the Veeam vulnerability to deploy ransomware. The speed of exploitation was remarkable — threat actors had working exploits within days of the technical details becoming public.

So the question facing Veeam’s customer base right now isn’t whether these new vulnerabilities will be exploited. It’s how quickly.

The CVE-2025-23120 deserialization flaw deserves particular scrutiny. Deserialization vulnerabilities occur when an application accepts serialized data — essentially, structured data converted into a format for storage or transmission — and reconstructs it into objects without adequate validation. If an attacker can control the serialized input, they can inject malicious objects that execute arbitrary code when deserialized. These bugs are notoriously powerful because they often bypass traditional input validation and can grant attackers complete control over the affected system.

What makes CVE-2025-23120 especially dangerous is the authentication requirement — or rather, the lack of a meaningful one. Any authenticated domain user can trigger the vulnerability when the Veeam server is domain-joined. In most enterprise Active Directory environments, that means any employee, contractor, or compromised service account could potentially exploit this flaw. The attacker doesn’t need administrative privileges on the Veeam server. They don’t need direct access to the backup console. They need domain credentials, which are among the most commonly stolen assets in corporate breaches.

Veeam has published hardening guidelines for years recommending that Backup & Replication servers not be joined to Active Directory domains. The company’s own best practices documentation advises using standalone Windows accounts for the backup server and connecting to domain resources through explicit credentials rather than domain membership. But real-world deployments frequently deviate from vendor best practices. IT teams join backup servers to domains for convenience — easier group policy management, simpler authentication to file shares and application servers, integration with existing monitoring tools. The gap between recommended and actual configurations is where attackers live.

The Veeam Updater vulnerability, CVE-2025-23114, raises a different set of concerns. Man-in-the-middle attacks against update mechanisms have historically been considered somewhat esoteric — the attacker needs network positioning that isn’t always easy to achieve. But in cloud and hybrid environments where backup appliances communicate with update servers across complex network paths, the attack surface may be larger than it first appears. An attacker who has already compromised part of a corporate network — which is the typical scenario in ransomware campaigns — may well be positioned to intercept traffic between a Veeam appliance and its update source. The root-level code execution that results makes this a potential path to complete appliance compromise.

Veeam has released patches for all disclosed vulnerabilities. Backup & Replication users should update to version 12.3.1 (build 12.3.1.1139). Service Provider Console users need version 8.3.0.21201 or later. Veeam ONE users should apply the latest hotfix for version 12.3. For the Updater vulnerability, patches are available for each affected product’s specific Updater component.

The patch-or-perish calculus here is brutal. Organizations running Veeam in production backup roles — which is to say, organizations depending on Veeam to recover from exactly the kind of attack these vulnerabilities enable — face a genuine operational tension. Patching backup infrastructure carries its own risks: failed updates, compatibility issues, service interruptions during maintenance windows. But leaving these vulnerabilities unpatched, given the documented history of rapid exploitation of Veeam flaws by ransomware operators, is an invitation to disaster.

Security teams should also consider compensating controls beyond patching. Removing Veeam Backup & Replication servers from Active Directory domains — aligning actual deployments with Veeam’s own hardening guidance — would mitigate CVE-2025-23120 even without the patch. Network segmentation that isolates backup infrastructure from general corporate traffic reduces the attack surface for both the deserialization and man-in-the-middle vulnerabilities. Monitoring for unusual authentication attempts against backup servers, especially from accounts that don’t normally interact with backup infrastructure, can provide early warning of exploitation attempts.

Immutable backup repositories add another layer of protection. Even if an attacker compromises the Veeam server itself, immutable storage — whether through hardened Linux repositories, object storage with object lock, or air-gapped tape — prevents the attacker from modifying or deleting backup data. Veeam has invested heavily in immutability features in recent versions, and this disclosure underscores why those features exist.

The broader pattern here extends beyond Veeam. Backup and recovery infrastructure has become a primary target category for sophisticated threat actors. Acronis, Commvault, Veritas, and other backup vendors have all faced critical vulnerability disclosures in recent years. The reason is structural: backup systems necessarily have broad access to an organization’s data and infrastructure, they often run with elevated privileges, and they’re frequently managed with less security rigor than production systems. They’re also the one thing standing between a ransomware attack and a catastrophic business outcome, which makes them the single most valuable target for an attacker seeking to maximize pressure on the victim.

For managed service providers and Veeam Cloud Connect partners, the Service Provider Console vulnerabilities add another dimension of risk. A compromised service provider console could potentially affect multiple downstream customers, making these bugs relevant not just to individual enterprises but to the broader managed services supply chain.

Veeam, to its credit, has been transparent about these vulnerabilities and responsive with patches. The company’s security advisory provides clear remediation guidance and affected version information. But transparency after the fact doesn’t eliminate the risk during the exposure window. And the recurring nature of critical vulnerabilities in Veeam products — this is at least the third major disclosure in three years — raises questions about the underlying code quality and security architecture of the product line.

The next few weeks will be telling. If past is prologue, proof-of-concept exploits for CVE-2025-23120 will appear on public repositories within days to weeks of the patch release. Ransomware affiliates will incorporate those exploits into their playbooks shortly thereafter. Organizations that haven’t patched by then will find themselves in an increasingly dangerous position, running vulnerable backup servers against adversaries armed with reliable exploits and clear financial motivation.

Patch now. Harden configurations. Verify immutability. The backup server was supposed to be the safety net. Right now, for unpatched Veeam deployments, it’s the target.

Subscribe for Updates

EnterpriseSecurity Newsletter

News, updates and trends in enterprise-level IT security.

By signing up for our newsletter you agree to receive content related to ientry.com / webpronews.com and our affiliate partners. For additional information refer to our terms of service.

Notice an error?

Help us improve our content by reporting any issues you find.

Get the WebProNews newsletter delivered to your inbox

Get the free daily newsletter read by decision makers

Subscribe
Advertise with Us

Ready to get started?

Get our media kit

Advertise with Us