Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1374+ Articles
149+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Veeam Backup and Replication RCE Flaw Lets Domain Users Run Remote Code
Veeam Backup and Replication RCE Flaw Lets Domain Users Run Remote Code
NEWS

Veeam Backup and Replication RCE Flaw Lets Domain Users Run Remote Code

A critical CVE-2026-44963 flaw in Veeam Backup and Replication lets low-privilege domain users achieve remote code execution on backup servers. CVSS 9.4 — patch now.

Dylan H.

News Desk

June 9, 2026
6 min read

Veeam has released an emergency security update addressing CVE-2026-44963, a critical remote code execution (RCE) vulnerability in Veeam Backup & Replication that carries a CVSS score of 9.4. What makes this flaw particularly alarming is its accessibility: any authenticated domain user — not just a privileged administrator — can trigger remote code execution on the backup server. Security teams are urged to apply the patch without delay.

Vulnerability Details

According to Veeam's advisory, CVE-2026-44963 allows a remote code execution attack originating from a low-privilege domain user account. The vulnerability affects Veeam Backup & Replication servers that are joined to an Active Directory domain — the most common deployment configuration in enterprise environments.

Technical profile:

CVE:          CVE-2026-44963
CVSS Score:   9.4 (Critical)
Attack Type:  Remote Code Execution
Auth Level:   Domain user (low privilege)
Condition:    Backup server must be domain-joined
Patch:        Available — apply immediately

The flaw exists in how Veeam Backup & Replication handles remote procedure calls or service requests from domain-authenticated clients. A specially crafted request from a standard domain account can trigger code execution with the privileges of the Veeam service — which in most deployments runs with highly elevated permissions to manage backup workloads across the environment.

The "Domain User" Problem

The threshold for exploitation — a standard domain user — is important to understand in context. In a typical enterprise Active Directory environment:

  • Every employee has domain credentials
  • Every workstation is a potential pivot point — an attacker who compromises any endpoint inherits the credentials of any logged-in user
  • Service accounts and shared credentials are common — a single compromised credential can provide domain-user-level access to multiple systems

This means the exploitable population is not "privileged administrators" — it is every human and machine on the domain. Ransomware operators who gain initial access through phishing or malware can immediately leverage domain credentials from the compromised machine to target Veeam backup servers.

Attack Scenario: Ransomware Deployment

The practical exploitation path in a ransomware campaign:

StageAction
Initial AccessPhishing email delivers InfoStealer or RAT
Credential HarvestAttacker extracts domain credentials from infected host
ReconnaissanceScans internal network, identifies Veeam backup server
ExploitationSends crafted request using domain creds — CVE-2026-44963 triggered
Backup DestructionDeletes/corrupts backup jobs and recovery points
Ransomware DeploymentEncrypts primary infrastructure
ExtortionVictim cannot restore from backup — maximum leverage

This scenario plays out repeatedly in real ransomware incidents. The elimination of backup recovery capability is the attack that converts a bad day into a catastrophic one.

Veeam's Market Position Amplifies Risk

Veeam Backup & Replication holds a dominant position in the enterprise backup market. Industry estimates consistently place Veeam among the top two backup solutions used by Fortune 500 companies and mid-market enterprises globally. This means:

  • A critical Veeam vulnerability has a massive addressable attack surface
  • Ransomware tools and playbooks are already optimized to target Veeam infrastructure
  • Prior Veeam CVEs have been weaponized quickly — the interval between patch release and active exploitation has been measured in hours to days in past incidents

Organizations should not treat this as a standard monthly patch — it warrants emergency priority treatment.

Remediation: What to Do Right Now

Step 1: Patch

Veeam has issued patches for all supported versions of Backup & Replication. The exact patched version varies by your current release. Check the Veeam Knowledge Base for the update applicable to your installation.

Step 2: Verify Service Account Privileges

While patching, review the privileges of the Veeam service account:

  • Does the Veeam service account have Domain Admin rights? If yes, this is a misconfiguration that should be corrected — Veeam operates correctly with a dedicated service account holding specific delegated permissions.
  • Is the service account password rotated regularly and distinct from any user account?
  • Is the service account excluded from interactive login via Group Policy?

Step 3: Implement Network Segmentation

Domain-joined backup servers should be isolated on a dedicated backup network segment:

Recommended Network Segmentation for Backup Infrastructure:
- Backup server VLAN isolated from general user VLAN
- Firewall rules: only Veeam proxies, repositories, and designated admin IPs can reach backup server ports
- Block inbound connections to Veeam service ports from workstation subnets

This does not prevent exploitation if the attacker has already pivoted to a machine in the backup network segment — but it significantly raises the bar for initial access.

Step 4: Enable Immutable Backups

Veeam supports immutable backup repositories via:

  • Linux hardened repositories with immutability enabled (XFS or ext4 with immutable flag)
  • S3-compatible object storage with Object Lock enabled
  • Veeam Cloud Connect with immutability features

An immutable backup copy ensures that even if an attacker achieves code execution on the backup server, they cannot delete or modify the protected backup data within the immutability window.

Step 5: Verify Offsite Copies

Confirm that your offsite or cloud backup copies are:

  • Accessible with credentials not stored on the primary backup server
  • Not mounted or accessible from domain-joined systems that could be reached by the attacker
  • Within the retention window to support a full recovery scenario

CVSS 9.4: Understanding the Score

A CVSS 9.4 places CVE-2026-44963 firmly in Critical territory. The breakdown:

VectorValueRationale
Attack VectorNetworkRemote exploitation across the domain
Attack ComplexityLowStraightforward exploitation
Privileges RequiredLowDomain user sufficient
User InteractionNoneNo victim interaction needed
ScopeChangedBackup server compromise affects entire protected environment
ConfidentialityHighAccess to all backup data
IntegrityHighCan modify or destroy backups
AvailabilityHighCan disable backup services

The "Changed" scope designation reflects the fact that a successful exploit affects systems beyond the vulnerable component itself — in this case, the entire backup ecosystem.

Key Takeaways

  1. CVE-2026-44963 is CVSS 9.4 — any domain user can trigger RCE on Veeam backup servers
  2. Backup servers are the most critical ransomware target — exploitation eliminates recovery options
  3. Patch immediately — do not wait for a scheduled maintenance window
  4. Implement immutable backups as a defense-in-depth control that survives even a successful compromise
  5. Review service account privileges and network segmentation to harden the backup infrastructure beyond the patch

References

  • The Hacker News: Veeam Backup & Replication RCE Flaw Lets Domain Users Run Remote Code
  • Veeam Security Advisories
  • CISA Known Exploited Vulnerabilities Catalog
#Veeam#Vulnerability#CVE#RCE#Backup#CVE-2026-44963#The Hacker News#Security Updates

Related Articles

New Veeam Vulnerability Exposes Backup Servers to RCE Attacks

Veeam patched a critical CVE-2026-44963 flaw in Backup and Replication allowing remote code execution on domain-joined servers. CVSS 9.4 — patch immediately.

5 min read

Cisco Catalyst SD-WAN Manager CVE-2026-20245 Flaw Actively Exploited – No Patch Available

Cisco has disclosed active exploitation of CVE-2026-20245, a high-severity vulnerability in Catalyst SD-WAN Manager with a CVSS score of 7.8. No patch is…

6 min read

Microsoft Patches SharePoint RCE Flaw CVE-2026-45659 Across

Microsoft has released updates fixing CVE-2026-45659, a CVSS 8.8 remote code execution vulnerability in SharePoint Server that requires no specialized.

3 min read
Back to all News