The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-55125

CVE-2025-55125: Veeam Backup & Replication RCE Vulnerability

CVE-2025-55125 is a remote code execution flaw in Veeam Backup & Replication that allows operators to execute code as root through malicious backup files. This article covers technical details, affected versions, and mitigation.

Updated: March 12, 2026

CVE-2025-55125 Overview

CVE-2025-55125 is a critical command injection vulnerability affecting Veeam Backup & Replication that allows a Backup or Tape Operator to perform remote code execution (RCE) as root by creating a malicious backup configuration file. This vulnerability is classified under CWE-77 (Command Injection), indicating that the application fails to properly neutralize special elements used in a command, allowing attackers to execute arbitrary commands on the underlying system.

Critical Impact

This vulnerability enables attackers with Backup or Tape Operator privileges to achieve root-level remote code execution through malicious backup configuration files. Successful exploitation could result in complete system compromise, data theft, ransomware deployment, or destruction of backup infrastructure.

Affected Products

  • Veeam Backup & Replication (all versions prior to patch)
  • Systems with Backup Operator role access
  • Systems with Tape Operator role access

Discovery Timeline

  • 2026-01-08 - CVE-2025-55125 published to NVD
  • 2026-01-12 - Last updated in NVD database

Technical Details for CVE-2025-55125

Vulnerability Analysis

This vulnerability represents a command injection flaw (CWE-77) in Veeam Backup & Replication's backup configuration file handling mechanism. The application fails to properly sanitize user-supplied input within backup configuration files, allowing operators to inject malicious commands that are subsequently executed with root-level privileges.

The attack surface involves users with Backup Operator or Tape Operator roles, which are typically considered lower-privilege administrative accounts. However, this vulnerability allows these operators to escalate their privileges to root by crafting specially formatted backup configuration files that contain embedded command sequences. When the backup system processes these malicious configurations, the injected commands are executed in the context of the root user.

The network-accessible nature of this vulnerability makes it particularly dangerous in enterprise environments where Veeam Backup & Replication servers are deployed to protect critical infrastructure. An attacker who has compromised backup operator credentials—whether through phishing, credential stuffing, or insider threat—can leverage this vulnerability to gain complete control over the backup infrastructure.

Root Cause

The root cause of CVE-2025-55125 lies in improper input validation and insufficient command neutralization within the backup configuration file parser. When processing configuration files created by Backup or Tape Operators, the application directly incorporates user-controlled data into system commands without adequate sanitization or escaping of shell metacharacters.

This design flaw allows special command elements such as command separators, backticks, or other shell metacharacters to be interpreted by the underlying shell, rather than being treated as literal data. The elevated execution context (root) amplifies the impact, as any injected commands inherit these maximum privileges.

Attack Vector

The attack vector for this vulnerability is network-based, requiring the attacker to have valid credentials for a Backup Operator or Tape Operator role. The attack flow involves:

  1. Initial Access: Attacker obtains credentials for a Backup or Tape Operator account through phishing, credential compromise, or as a malicious insider
  2. Malicious Configuration Creation: Attacker creates or modifies a backup configuration file to include command injection payloads within configuration parameters
  3. Configuration Processing: When the Veeam system processes the malicious configuration file, the injected commands are passed to the underlying shell
  4. Code Execution: The shell interprets the injected commands and executes them with root privileges
  5. Post-Exploitation: Attacker achieves full system control and can pivot to other systems, exfiltrate data, or deploy ransomware

The vulnerability does not require user interaction for exploitation once the attacker has obtained operator credentials. The malicious configuration file is processed automatically by the backup system during normal operations.

Detection Methods for CVE-2025-55125

Indicators of Compromise

  • Unusual or unexpected backup configuration files containing shell metacharacters, command separators, or encoded commands
  • Anomalous process execution chains originating from Veeam Backup & Replication service processes
  • Unexpected root-level processes spawned by backup-related services
  • Modified or newly created configuration files in Veeam configuration directories outside of normal administrative activity

Detection Strategies

  • Monitor backup configuration file changes for suspicious content patterns, including shell metacharacters (;, |, $(), backticks) and encoded command sequences
  • Implement file integrity monitoring (FIM) on Veeam configuration directories to detect unauthorized modifications
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous process spawning from Veeam services
  • Audit Backup and Tape Operator account activity for unusual configuration changes or access patterns

Monitoring Recommendations

  • Enable comprehensive logging for all backup configuration changes and operator activities
  • Configure SIEM alerts for privilege escalation attempts originating from backup system processes
  • Monitor network connections from Veeam servers for unexpected outbound communications that could indicate command-and-control activity
  • Review Veeam audit logs regularly for configuration modifications by Backup or Tape Operator accounts

How to Mitigate CVE-2025-55125

Immediate Actions Required

  • Apply the security patch from Veeam immediately by following the guidance in the Veeam Knowledge Base Article KB4792
  • Review and audit all Backup and Tape Operator accounts to ensure only authorized personnel have access
  • Implement network segmentation to limit access to Veeam Backup & Replication servers from untrusted network segments
  • Enable multi-factor authentication (MFA) for all administrative accounts with access to the backup infrastructure

Patch Information

Veeam has released security updates to address this vulnerability. Administrators should consult the Veeam Knowledge Base Article KB4792 for specific patch information, affected version details, and upgrade instructions. The patch addresses the command injection flaw by implementing proper input validation and command neutralization for backup configuration file processing.

Workarounds

  • Temporarily restrict Backup and Tape Operator role assignments to essential personnel only until patches can be applied
  • Implement additional monitoring on backup configuration directories using file integrity monitoring tools
  • Consider temporarily disabling remote access to Veeam management interfaces from untrusted networks
  • Enable enhanced auditing and alerting for all backup configuration changes to detect potential exploitation attempts

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVeeam Backup

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Vendor Resources
  • Veeam Knowledge Base Article
  • Related CVEs
  • CVE-2025-48983: Veeam Backup & Replication RCE Flaw

  • CVE-2025-48984: Veeam Backup & Replication RCE Flaw

  • CVE-2022-26500: Veeam Backup & Replication RCE Flaw

  • CVE-2024-40711: Veeam Backup & Replication RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English