Veeam Discloses Veeam Backup & Replication Remote Code Execution Vulnerability

A patch cycle on the backup-of-record for the enterprise — high-priority, given the ransomware-response context.

Share
Flat white line-art of a large backup-storage vault with an open hatch, on a Brick Rust background — Veeam Backup & Replication RCE patch.

Key Takeaways

  • Veeam disclosed and patched CVE-2026-44963, a critical remote code execution (RCE) vulnerability in Veeam Backup & Replication that an authenticated domain user can exploit against the backup server; the company assigned it a CVSS score of 9.4.
  • The flaw affects Veeam Backup & Replication 12.3.2.4465 and all earlier version 12 builds and only impacts installations joined to a Windows domain; it is fixed in version 12.3.2.4854 and does not affect any 13.x build.
  • Veeam reported no active exploitation but warned that attackers commonly reverse-engineer patches to target unpatched deployments — a serious concern given that backup infrastructure is a perennial ransomware target.

A patch cycle on the backup-of-record for the enterprise — high-priority, given the ransomware-response context.

COLUMBUS, OHIO — Veeam on June 9, 2026 disclosed and patched a critical remote code execution vulnerability in Veeam Backup & Replication, its flagship enterprise backup product, urging customers to update without delay. Tracked as CVE-2026-44963 and assigned a CVSS score of 9.4, the flaw allows an authenticated domain user to run remote code on the backup server. Veeam reported no evidence of exploitation in the wild but framed the fix as urgent, noting that attackers routinely reverse-engineer security patches to attack deployments that have not yet been updated.

The advisory lands as a patch-prioritization problem rather than a breach story, but the stakes are unusually high because of what the affected software does. Backup servers are the system of record an organization relies on to recover from a destructive incident, which makes them a standing target — and puts a critical flaw in one squarely at the top of any vulnerability-management queue.

At a Glance
FieldDetails
CVECVE-2026-44963
SeverityCritical — CVSS 9.4
TypeRemote code execution (authenticated)
PreconditionAuthenticated domain user; domain-joined backup server
AffectedVBR 12.3.2.4465 and all earlier v12 builds
Fixed inVBR 12.3.2.4854
Not affectedAny version 13.x build
ExploitationNone reported at disclosure
DisclosedJune 9, 2026

What Veeam Disclosed

In a security advisory published June 9, 2026, Veeam described CVE-2026-44963 as "a vulnerability allowing remote code execution (RCE) on the Backup Server by an authenticated domain user." The company assigned the flaw a CVSS score of 9.4 out of 10.0, placing it in the critical severity band. Veeam credited watchTowr researcher Sina Kheirkhah with responsibly discovering and reporting the issue.

Two preconditions narrow the flaw's reach but do not diminish its seriousness. First, exploitation requires an authenticated domain user — though, per the available reporting, that user need not be a privileged administrator; a low-privileged domain account is sufficient. Second, the vulnerability only affects Veeam Backup & Replication installations that are joined to a Windows domain. Veeam has long published hardening guidance recommending that backup servers be kept out of the primary domain precisely to limit this class of exposure, but in practice many organizations run domain-joined deployments.

Veeam stated that CVE-2026-44963 does not affect any version 13.x build of Veeam Backup & Replication, attributing the difference to architectural changes introduced in version 13. The flaw impacts version 12.3.2.4465 and all earlier version 12 builds, and the company addressed it in version 12.3.2.4854.

Why Backup Infrastructure Is a Patch-Prioritization Concern

Backup servers occupy a special place in an enterprise's risk model: they are the last line of recovery. That status cuts both ways. It makes them indispensable to incident response, and it makes them a high-value target for any adversary who wants to maximize leverage — which is why backup platforms tend to draw outsized attention from ransomware operators.

The reasoning is straightforward from an attacker's perspective. Reaching the backup server can mean access to copies of an organization's most sensitive data, a vantage point for moving laterally through the network, and — most damagingly — the ability to delete or corrupt backups so that a victim cannot restore and is pressured into paying. Veeam's own products are used by more than 550,000 customers worldwide, including a large share of the Fortune 500, which makes the install base a broad and attractive surface. For defenders, that combination is exactly why backup infrastructure belongs near the top of a patch-management program rather than in its long tail.

The history reinforces the point. Multiple prior Veeam Backup & Replication remote code execution flaws have been added to the U.S. government's Known Exploited Vulnerabilities catalog after being abused in real-world attacks, with several weaponized by ransomware operations. None of that establishes that CVE-2026-44963 will follow the same path — there is no reported exploitation to date — but it does set the base rate for how this category of flaw has tended to play out once a patch exists.

Patch Guidance From Veeam

Veeam's guidance is direct: update to a fixed build without delay. The remediation is to move affected version 12 installations to Veeam Backup & Replication 12.3.2.4854, the release in which the company resolved CVE-2026-44963. Deployments already on a 13.x build are not affected by this specific flaw.

The company paired that instruction with a warning about timing. "Once a vulnerability and its associated patch are disclosed, attackers will likely attempt to reverse-engineer the patch to exploit unpatched deployments of Veeam software," Veeam said, adding that the reality "underscores the critical importance of ensuring that all customers use the latest versions of our software and install all updates and patches without delay." In other words, the absence of in-the-wild exploitation at disclosure should be read as a window to act in, not as a reason to defer.

Organizations that, contrary to Veeam's hardening recommendations, run domain-joined backup servers carry the most direct exposure here, since the domain-joined condition is part of what makes the flaw reachable. For those deployments, prioritizing the update — and revisiting whether the backup server needs to remain in the primary domain at all — is the practical takeaway.

Defender Detection-Engineering Review

Patching closes the specific hole, but a critical flaw in a recovery-critical system is also a prompt to review whether the backup tier is adequately monitored. The preconditions for CVE-2026-44963 — an authenticated domain user and a domain-joined backup server — map cleanly onto detection opportunities that are worth confirming regardless of patch status.

Detection-engineering teams can use this advisory as an occasion to verify coverage of the backup environment: are authentication events on the backup server being collected and alerted on; is anomalous process execution on that host visible to the security operations team; and would unexpected changes to backup jobs, retention settings, or repositories generate a signal? Because deleting or tampering with backups is a hallmark of ransomware tradecraft, telemetry that flags backup deletion and configuration changes is especially valuable.

None of this is specific to a single exploit technique, and that is the point. Treating the backup server as a monitored, high-value asset — not as a passive utility — is the durable control that outlasts any one CVE, and it sits alongside patching in a mature backup-recovery and broader incident-response posture.

Open Questions

Several details are not established by the available reporting and should not be assumed. There is no confirmation of exploitation in the wild, no public proof-of-concept reported, and no attribution to any threat actor or ransomware operation — the ransomware connection here is contextual, drawn from how this class of Veeam flaw has been abused before, not a claim about CVE-2026-44963 specifically. How quickly attackers might reverse-engineer the patch, and whether the flaw will ultimately reach the Known Exploited Vulnerabilities catalog as prior Veeam bugs have, remains to be seen.

What is confirmed is enough to act on: a critical, CVSS 9.4 remote code execution vulnerability in a widely deployed backup product, exploitable by an authenticated domain user against domain-joined servers, with a patch available now. Given the role backup infrastructure plays in surviving a destructive incident, the prudent reading is to treat the update as a near-term priority and to use the disclosure as a trigger for a detection review of the backup tier — the kind of step a well-run incident-response program builds in by design.


Sources

TypeSource
PrimaryVeeam — Security advisory (KB4869)
PrimaryVeeam — Release information for Backup & Replication 12.3 (KB4696)
ReportingThe Hacker News
ReportingBleepingComputer
RelatedThe CyberSignal — Vulnerability Management: The Complete Guide
RelatedThe CyberSignal — What Is Patch Management
RelatedThe CyberSignal — Incident Response: The Complete Guide