CVE-2022-26500 — Veeam Backup & Replication Remote Code Execution Vulnerability

CVE-2022-26500

Veeam Backup & Replication Distribution Service — Unauthenticated API Access Enabling Remote Code Execution

What is Veeam Backup & Replication?

Veeam Backup & Replication is one of the most widely deployed enterprise backup solutions, used to protect virtual machines (VMware vSphere, Microsoft Hyper-V), physical servers, and cloud workloads. Because backup infrastructure has privileged access to all protected systems — including domain controllers, file servers, and databases — it is an extremely high-value ransomware target. Compromising a Veeam server can give attackers access to backup data for exfiltration, the ability to delete backups to eliminate recovery options, and credentials used for backup agent connections across the environment.

Overview

CVE-2022-26500 is a remote code execution vulnerability in the Veeam Distribution Service, a component of Veeam Backup & Replication. The Distribution Service (TCP port 9380) exposes an internal API that lacks proper authentication, allowing unauthenticated network-accessible users to call internal API methods — including those that can upload and execute arbitrary code on the Veeam server. Ransomware groups actively exploited this vulnerability to both steal backup data and destroy backups as part of double-extortion campaigns.

Affected Versions

Product Vulnerable Fixed
Veeam Backup & Replication 9.5 Yes See KB4288
Veeam Backup & Replication 10 < 10.0.1.4854 P20220304 10.0.1.4854 P20220304
Veeam Backup & Replication 11 < 11.0.1.1261 P20220302 11.0.1.1261 P20220302

Technical Details

The Veeam Distribution Service runs on TCP port 9380 as part of the backup management infrastructure. The vulnerability exists because this service does not enforce authentication before allowing clients to invoke internal API operations.

  • Attack vector: Network — the service is accessible from any host that can reach port 9380
  • Authentication required: Low/None — the CVSS score reflects minimal authentication requirements; the Distribution Service API was accessible without proper credentials
  • Impact: Arbitrary code upload and execution on the Veeam backup server with high privileges
  • Attack path: Enumerate Veeam server → connect to port 9380 → call upload/execute API → deploy web shell or ransomware payload
  • Backup destruction: After achieving RCE, ransomware operators routinely delete or encrypt Veeam backup databases and repositories to prevent victim recovery, maximizing ransom leverage

Also tracked: CVE-2022-26501 (similar RCE in Veeam, same patch).

Discovery

Reported to Veeam by Positive Technologies researchers. Veeam patched in March 2022; CISA added to KEV in December 2022 following confirmed ransomware exploitation.

Exploitation Context

Veeam vulnerabilities are a consistent ransomware target because backup servers have privileged access across the entire environment. Ransomware groups (Cuba ransomware, FIN7-linked actors) exploited CVE-2022-26500 to achieve initial access or lateral movement into backup infrastructure, then stole backup data, deleted backup chains, and deployed ransomware — maximizing the difficulty of recovery and strengthening extortion leverage.

Remediation

  1. Upgrade to Veeam Backup & Replication 10.0.1.4854 P20220304 or 11.0.1.1261 P20220302 (or later) per KB4288
  2. Restrict network access to Veeam ports (9380, 9392, 9393, 9401, 9501) to trusted management hosts only — these ports should never be internet-facing
  3. Apply network segmentation so backup infrastructure is isolated from general office and user networks
  4. Audit Veeam configuration for unauthorized job modifications, backup deletions, or added credentials
  5. Ensure backup copies are stored in immutable storage (Veeam's immutable backup repository feature or air-gapped offline copies) to survive ransomware deletion attempts

Key Details

PropertyValue
CVE ID CVE-2022-26500
Vendor / Product Veeam — Backup & Replication
NVD Published2022-03-17
NVD Last Modified2025-11-03
CVSS 3.1 Score8.8
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
SeverityHIGH
CWE CWE-22 find similar ↗
CISA KEV Added2022-12-13
CISA KEV Deadline2023-01-03
Known Ransomware Use ⚠️ Yes

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2023-01-03. Apply updates per vendor instructions.

Timeline

DateEvent
2022-03-12Veeam publishes KB4288 and patches for CVE-2022-26500 and CVE-2022-26501
2022-03-17CVE published
2022-12-13Added to CISA Known Exploited Vulnerabilities catalog
2023-01-03CISA BOD 22-01 remediation deadline