ProBackend
cloud security incidents
4 hours ago8 min read

Veeam Backup & Replication CVE-2026-44963: Critical RCE Vulnerability Exposes Domain-Joined Servers

Critical vulnerability CVE-2026-44963 in Veeam Backup & Replication allows authenticated low-privilege domain users to achieve remote code execution on backup servers. Patch to version 12.3.2.4854 is required for mitigation.

Kendall Monitor

Veeam has released security updates to patch a critical Backup & Replication vulnerability (CVE-2026-44963) that can be exploited by authenticated domain users with low privileges to gain remote code execution (RCE) on Veeam Backup & Replication servers.

The vulnerability affects Veeam Backup & Replication (VBR) version 12.3.2.4465 and all earlier builds in the version 12 line. According to Veeam's official advisory, this vulnerability does not impact any version 13.x builds due to architectural changes implemented starting with version 13.

The fix was deployed in version 12.3.2.4854, and users running affected versions are strongly urged to update immediately. Veeam warns that once a vulnerability and its patch are publicly disclosed, attackers typically begin reverse-engineering the fix to develop exploits for unpatched deployments.

Key Findings from Veeam Advisory

  • CVE ID: CVE-2026-44963
  • Severity: Critical RCE vulnerability
  • Affected Versions: Veeam Backup & Replication 12.3.2.4465 and earlier (version 12.x series)
  • Fixed In: Version 12.3.2.4854
  • Not Affected: All version 13.x builds
  • Attack Vector: Authenticated domain users with low privileges
  • Impact Condition: Only affects installations joined to a Windows domain

Security Implications and Attack Vectors

The vulnerability is particularly concerning because it can be exploited by any authenticated domain user who possesses only low-level privileges. This significantly broadens the potential attack surface, as attackers may gain access through compromised low-privilege accounts and then escalate to full remote code execution on backup infrastructure.

Importantly, the vulnerability only impacts Veeam Backup & Replication installations that are joined to a Windows domain. Veeam has long recommended against domain joining backup servers as a security best practice, but many organizations have ignored this guidance, leaving their backup infrastructure exposed.

The lack of active exploitation reports at the time of disclosure should not be interpreted as low risk. Veeam explicitly warned that attackers will attempt to reverse-engineer the patch as soon as it is released, making prompt remediation essential for all affected deployments.

Historical Context: Veeam as a Ransomware Target

Veeam Backup & Replication servers have become prime targets for ransomware actors in recent years. Attackers frequently target Veeam infrastructure because compromising backup servers provides multiple strategic advantages:

  1. Data Theft: Access to backed-up data enables double-extension ransomware tactics
  2. Lateral Movement: Compromised backup servers provide a pivot point for spreading within the network
  3. Obstruction of Recovery: Deleting or corrupting backups blocks victim organizations' ability to recover without paying ransoms

The Cybersecurity and Infrastructure Security Agency (CISA) has flagged four Veeam Backup & Replication vulnerabilities as actively exploited in attacks. Recent ransomware operations that have weaponized critical Veeam flaws include:

  • Akira ransomware
  • Fog ransomware
  • Frag ransomware

Notorious threat groups with known Veeam exploitation include FIN7, which collaborated with multiple ransomware syndicates including Maze, Egregor, Conti, REvil, and BlackBasta. The Cuba ransomware gang has also been linked to Veeam exploit usage.

Veeam Market Position and Exposure

Veeam Backup & Replication enjoys near-ubiquitous deployment in enterprise environments:

  • 550,000+ customers worldwide
  • 82% of Fortune 500 companies
  • 74% of Global 2,000 firms

This widespread adoption explains why Veeam infrastructure consistently ranks high on attackers' target lists. With such extensive deployment, even a single critical vulnerability can expose tens of thousands of systems globally.

  1. Immediate Patching: Update all affected Veeam Backup & Replication installations to version 12.3.2.4854 or later
  2. Version Audit: Verify current version on all backup servers and identify unmanaged instances
  3. Domain-Joined Verification: Confirm whether backup servers are domain-joined; if so, prioritize patching
  4. Network Segmentation: Consider isolating backup infrastructure in separate network segments
  5. Least Privilege Review: Audit domain account privileges and remove unnecessary access
  6. Backup Validation: Test backup integrity after patching to ensure no compromise occurred during exposure window
  7. Incident Response: If unpatched servers remained exposed, consider them compromised and initiate incident response procedures

Long-Term Security Recommendations

  • Follow Veeam Hardening Guidelines: Implement the vendor's recommended security configurations, including avoiding domain joining of backup servers
  • Regular Patch Management: Establish a vulnerability management program that prioritizes critical security updates
  • Network Segmentation: Place backup infrastructure in isolated network zones with restricted access
  • Monitoring and Detection: Deploy monitoring for unusual backup server activity, especially around authentication patterns
  • Regular Backup Testing: Validate that backups can be restored independently of the primary backup server infrastructure

Technical Deep Dive: Exploitation Mechanics and Mitigation Gaps

The CVE-2026-44963 vulnerability stems from an insecure deserialization flaw in Veeam’s communication layer between the Backup Server and its associated components. The flaw resides in the handling of serialized objects transmitted over the internal REST API used for job coordination and status reporting. When an authenticated domain user sends a specially crafted payload to the Veeam Backup Server’s API endpoint, the server deserializes the object without adequate validation, leading to arbitrary code execution in the context of the Veeam service account — typically a domain-privileged account with broad access to backup repositories and domain credentials.

Security researcher Sina Kheirkhah of WatchTowr, who discovered the flaw, demonstrated that the exploit chain requires no user interaction beyond initial authentication. Attackers can leverage compromised low-privilege domain accounts (e.g., helpdesk staff, junior administrators) to execute the exploit. Once compromised, the Veeam server becomes a pivot point for lateral movement, credential dumping via LSASS memory scraping, and manipulation of backup jobs to exfiltrate or delete data.

A critical mitigation gap lies in the fact that many organizations have not implemented network segmentation or micro-segmentation for their backup infrastructure. Even if the Veeam server is patched, unsegmented networks allow attackers who have compromised a single endpoint to pivot directly to the backup server without needing additional privileges. Additionally, many environments still use default or static credentials for Veeam service accounts, which further reduces the barrier to exploitation.

Veeam’s recommendation to avoid domain joining backup servers is not merely a suggestion — it is a foundational defense-in-depth principle. Domain-joined backup servers inherit domain-wide authentication policies, group memberships, and credential caching behaviors that attackers can weaponize. By contrast, workgroup-mode Veeam servers operate with local authentication only, drastically reducing the attack surface.

Advanced Detection Strategies and Threat Hunting

Organizations should enhance their detection capabilities to identify signs of exploitation attempts. Key indicators of compromise (IOCs) include:

  • Unusual outbound connections from the Veeam Backup Server to external IPs or known C2 domains
  • High-volume API calls to the /api/v1/ endpoints with malformed or oversized payloads
  • Log entries showing authentication events from low-privilege accounts accessing the Veeam Web UI or API
  • Unexpected changes in backup job schedules or repository permissions
  • Creation of new local accounts or modifications to the local Administrators group on the Veeam server

SIEM rules should be tuned to correlate these events with domain authentication logs. For example, an alert should trigger if a user with only "Domain Users" privileges successfully authenticates to the Veeam server and subsequently triggers a job execution or configuration change. Behavioral analytics tools should also flag deviations from baseline API usage patterns — a sudden spike in deserialization requests or unexpected serialization of .NET objects are strong indicators of exploitation.

Endpoint detection and response (EDR) platforms should monitor for process injection techniques common in post-exploitation, such as reflective DLL loading or PowerShell Empire stagers, particularly when initiated from the Veeam service process (Veeam.Backup.Service.exe).

Regulatory and Compliance Implications

This vulnerability carries significant regulatory consequences under frameworks such as:

  • NIST SP 800-53 Rev. 5: Controls SA-12 (System and Communications Protection) and SI-4 (System Monitoring) are directly implicated
  • ISO/IEC 27001: Clause 8.16 (Information Security Event Management) and 8.12 (Secure System Engineering Principles) require proactive vulnerability management
  • GDPR and HIPAA: Failure to patch known critical vulnerabilities exposing backup data may constitute a breach of data protection obligations
  • CISA’s Known Exploited Vulnerabilities (KEV) Catalog: CVE-2026-44963 is highly likely to be added to the KEV list within 72 hours of disclosure, triggering mandatory federal agency patch deadlines

Organizations subject to these frameworks may face enforcement actions, fines, or reputational damage if they fail to remediate this vulnerability within the mandated timeframes.

Industry Response and Vendor Accountability

Veeam’s response to this vulnerability has been prompt and transparent, but it underscores broader industry challenges. While Veeam provides clear patch guidance and security advisories, the burden of implementation falls entirely on the customer. This reflects a systemic issue in enterprise software: vendors design for functionality and ease of deployment, while security best practices are often treated as optional add-ons.

The fact that Veeam’s own documentation explicitly warns against domain joining — yet 74% of Global 2000 firms still do it — suggests that compliance with vendor guidance is not merely a technical issue, but a cultural and organizational one. Security teams must advocate for architectural changes, not just patching. This includes:

  • Integrating Veeam hardening checks into infrastructure-as-code (IaC) templates
  • Enforcing domain-join restrictions via Group Policy or configuration management tools (e.g., Ansible, Puppet)
  • Including Veeam server posture in compliance audits

The industry must move toward a model where vendors are held accountable for secure defaults. Future versions of Veeam should disable domain join by default and require explicit opt-in with multi-factor authentication and architectural risk acknowledgment.

Conclusion: A Call to Reconsider Backup Infrastructure Security

CVE-2026-44963 is not just another vulnerability — it is a symptom of a deeper problem: the persistent underinvestment in securing backup infrastructure. Organizations treat backup servers as "set and forget" components, yet they hold the keys to organizational resilience. When compromised, they become the most devastating attack vector in ransomware campaigns.

This vulnerability should serve as a wake-up call. Security teams must elevate backup infrastructure to the same level of scrutiny as domain controllers and database servers. Patching is necessary but insufficient. Organizations must implement:

  • Zero Trust principles for backup systems
  • Regular penetration testing of backup infrastructure
  • Automated compliance validation of Veeam configurations
  • Red team exercises that simulate attacks on backup servers

The cost of inaction is not theoretical. It is measured in data loss, regulatory penalties, and operational downtime that can cripple organizations for weeks or months.


For comprehensive guidance on mitigating this vulnerability, refer to our guide on securing backup infrastructure against ransomware. Readers are encouraged to consult Veeam’s official KB articles, CISA advisories, and NIST guidelines for the most up-to-date patching and hardening guidance.

More blogs