Veeam Backup & Replication has now had three critical remote code execution vulnerabilities in three years β CVE-2023-27532 (2023), CVE-2024-40711 (2024), and CVE-2026-44963 (2026). Each has been exploited by ransomware groups. The pattern is not coincidental. Backup infrastructure has become the primary strategic target in ransomware operations, and Veeamβs market dominance makes it the most targeted platform in this category.
The Backup-First Strategy
Modern ransomware operations do not simply encrypt files and demand payment. The most sophisticated groups β including Akira, Black Basta, Cl0p, LockBit 4, and Gentlemen β follow a βbackup-firstβ strategic sequence:
- Gain initial access via phishing, VPN exploit, or credential theft
- Achieve domain or server administrative access through lateral movement and privilege escalation
- Locate and compromise backup infrastructure β specifically Veeam, backup repositories, and any cloud backup targets
- Delete or corrupt backup repositories and/or exfiltrate data from backups (which are a compressed archive of all enterprise data)
- Deploy ransomware on production systems
Steps 3 and 4 are the insurance policy. An organisation that has complete backups can recover from ransomware without paying. An organisation whose backups have been deleted or encrypted alongside production systems faces a recovery decision: rebuild from scratch (weeks to months of downtime) or pay the ransom.
CVE-2026-44963βs exploitation path β any domain user can execute code on the Veeam server β fits perfectly into step 3. An attacker with any domain credential can move directly to backup compromise without needing Veeam-specific credentials or elevated AD privileges.
The Veeam Target Profile
Veeam Backup & Replication is the market-leading enterprise backup platform with deployments in the majority of mid-market and enterprise environments. Its prominence makes it a forced priority for ransomware toolkits:
- High probability of encountering Veeam in any enterprise environment
- Standardised port and service architecture (Veeam Backup Service on TCP 9419, 9392)
- Known vulnerability history means existing exploitation modules are maintained
- The backup repository contains compressed copies of all enterprise data β making Veeam access equivalent to data exfiltration of the entire backup scope
Structural Controls
Immutable backup copies are the most important structural control. A backup copy stored in an immutable format cannot be deleted or overwritten even if the Veeam server is fully compromised:
- S3 Object Lock (AWS, compatible S3 providers, Cloudflare R2): WORM (Write Once Read Many) protection at the object storage layer β Veeam can write backups but cannot delete or overwrite them within the retention period
- Linux hardened repository with immutability: Veeamβs hardened Linux repository uses
chattr +ito make backup files immutable at the OS level β even a root process cannot delete them without removing the immutability attribute - Tape backup: Offline and physically air-gapped. Cannot be accessed via network-based Veeam compromise.
Network segmentation: The Veeam Backup Service API (TCP 9419) should only be accessible from the Veeam serverβs management console and from Veeam backup agents on managed hosts. Block TCP 9419 from general enterprise networks (workstation VLANs, general server VLANs) to the Veeam server.
Veeam-specific service account with minimal AD permissions: The Veeam service account needs specific permissions for backup agent deployment and data transport β not Domain Admin. A minimal-privilege service account limits what an attacker gains by compromising the Veeam server.
Dedicated OS for Veeam: Running Veeam on a dedicated Windows Server instance (not shared with other services) limits the blast radius if the Veeam server is compromised. Avoid running Veeam on domain controllers, Exchange servers, or other critical infrastructure systems.
The Pattern Prediction
Given the three-year pattern of critical Veeam vulnerabilities each exploited within months of disclosure, it is reasonable to predict CVE-2026-44963 will be incorporated into active ransomware toolkits within weeks. The combination of domain user privilege sufficiency and direct path to backup destruction makes this an attractive exploit for groups already profiling target environments.
Patch immediately. The structural controls above should be in place regardless of patch status β they limit the damage even when the vulnerability is exploited successfully.
Share this article