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
    • 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-59470

CVE-2025-59470: Veeam Backup & Replication RCE Flaw

CVE-2025-59470 is a remote code execution vulnerability in Veeam Backup & Replication allowing Backup Operators to execute code as the postgres user. This article covers technical details, affected versions, and mitigation.

Updated: March 12, 2026

CVE-2025-59470 Overview

CVE-2025-59470 is a critical command injection vulnerability affecting Veeam Backup & Replication. This vulnerability allows a Backup Operator to perform remote code execution (RCE) as the postgres user by sending a malicious interval or order parameter. The flaw stems from improper neutralization of special elements used in a command (CWE-77), enabling authenticated attackers with Backup Operator privileges to execute arbitrary commands on the underlying system.

Critical Impact

Authenticated attackers with Backup Operator role can achieve remote code execution as the postgres user, potentially compromising backup infrastructure integrity and accessing sensitive backup data across the enterprise.

Affected Products

  • Veeam Backup & Replication (all vulnerable versions)

Discovery Timeline

  • 2026-01-08 - CVE-2025-59470 published to NVD
  • 2026-01-14 - Last updated in NVD database

Technical Details for CVE-2025-59470

Vulnerability Analysis

This command injection vulnerability exists in Veeam Backup & Replication's handling of user-supplied parameters. The vulnerability is exploitable over the network without requiring user interaction, though it does require the attacker to have authenticated access with Backup Operator privileges. Despite the high privilege requirement, the vulnerability's scope extends beyond the vulnerable component, meaning successful exploitation can impact resources managed by other security authorities.

The impact of successful exploitation is severe, with high confidentiality and integrity impact allowing attackers to read sensitive data and modify system configurations. The vulnerability also affects system availability, though to a lesser degree. The changed scope characteristic indicates that compromising the Veeam application can lead to broader infrastructure compromise.

Root Cause

The root cause of CVE-2025-59470 is improper neutralization of special elements used in a command (CWE-77). The application fails to properly sanitize or validate the interval and order parameters before incorporating them into system commands. This allows attackers to inject malicious command syntax that is subsequently executed by the postgres user context.

The vulnerability exists because user-controlled input is passed directly to command execution functions without adequate input validation or output encoding. When the application constructs commands using these parameters, an attacker can break out of the intended command structure and inject arbitrary commands.

Attack Vector

The attack is executed over the network by an authenticated user with Backup Operator privileges. The attacker crafts a malicious request containing specially formatted interval or order parameters that include command injection payloads. When the vulnerable endpoint processes this request, the injected commands are executed with the privileges of the postgres user.

The attack flow involves:

  1. Authenticating to the Veeam Backup & Replication console with Backup Operator credentials
  2. Identifying the vulnerable endpoint that accepts interval or order parameters
  3. Crafting a malicious parameter value containing command injection syntax
  4. Submitting the request to trigger command execution
  5. Achieving code execution as the postgres database user

The vulnerability is particularly dangerous in enterprise environments where Veeam Backup & Replication manages critical backup operations across multiple systems. Compromise of the postgres user can lead to access to backup metadata, modification of backup jobs, and potential lateral movement within the backup infrastructure.

Detection Methods for CVE-2025-59470

Indicators of Compromise

  • Unusual process execution originating from the postgres user account outside of normal database operations
  • Unexpected network connections initiated by postgres or Veeam-related processes
  • Anomalous command-line arguments containing shell metacharacters in Veeam-related logs
  • Suspicious modifications to backup jobs or configurations by Backup Operator accounts

Detection Strategies

  • Monitor Veeam Backup & Replication logs for requests containing unusual characters in interval or order parameters
  • Implement application-layer firewall rules to detect command injection patterns in HTTP requests
  • Enable detailed audit logging for all Backup Operator activities within the Veeam console
  • Deploy endpoint detection rules to identify command execution chains originating from postgres processes

Monitoring Recommendations

  • Review access logs for Backup Operator accounts and correlate with unusual system activity
  • Implement real-time alerting for postgres user executing shell commands or scripts
  • Monitor for unauthorized changes to backup configurations or job schedules
  • Establish baseline behavior for Veeam services and alert on deviations

How to Mitigate CVE-2025-59470

Immediate Actions Required

  • Apply the security patch from Veeam immediately by following the guidance in Veeam Knowledge Base Article KB4792
  • Review and audit all accounts with Backup Operator privileges, removing unnecessary access
  • Implement network segmentation to restrict access to Veeam management interfaces
  • Enable enhanced logging and monitoring for all Veeam Backup & Replication activity

Patch Information

Veeam has released a security update to address this vulnerability. Administrators should consult the Veeam Knowledge Base Article KB4792 for detailed patching instructions and updated software versions. It is critical to apply this patch as soon as possible given the severity of the vulnerability and its potential impact on backup infrastructure.

Workarounds

  • Restrict network access to Veeam Backup & Replication management interfaces using firewall rules
  • Implement strict role-based access control and minimize the number of Backup Operator accounts
  • Enable multi-factor authentication for all Veeam administrative access where supported
  • Monitor and audit all Backup Operator activities until patching can be completed

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVeeam

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-77
  • Vendor Resources
  • Veeam Knowledge Base Article
  • Related CVEs
  • CVE-2024-45207: Veeam Agent For Windows RCE Vulnerability

  • CVE-2024-29212: Veeam Service Provider Console RCE Flaw

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

  • CVE-2025-23114: Veeam Updater MITM RCE Vulnerability
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