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-2021-35971

CVE-2021-35971: Veeam Backup Deserialization Vulnerability

CVE-2021-35971 is a deserialization flaw in Veeam Backup & Replication that affects .NET remoting processes. This vulnerability impacts versions 10 and 11. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-35971 Overview

CVE-2021-35971 is an insecure deserialization vulnerability affecting Veeam Backup and Replication software. The vulnerability exists in how the application handles deserialization during Microsoft .NET remoting operations. An attacker exploiting this flaw could potentially execute arbitrary code on affected systems without requiring authentication, making it a significant threat to enterprise backup infrastructure.

Critical Impact

Unauthenticated remote code execution via insecure deserialization in .NET remoting could allow attackers to completely compromise backup and replication infrastructure, potentially leading to data exfiltration or ransomware deployment.

Affected Products

  • Veeam Backup & Replication 10 before version 10.0.1.4854 P20210609
  • Veeam Backup & Replication 11 before version 11.0.0.837 P20210507

Discovery Timeline

  • 2021-06-30 - CVE CVE-2021-35971 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-35971

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a well-known class of security weaknesses that allows attackers to inject malicious serialized objects into application data streams. In Veeam Backup and Replication, the .NET remoting functionality fails to properly validate or sanitize deserialized data, enabling exploitation by remote attackers.

The network-accessible nature of this vulnerability means that an attacker with network access to the Veeam services can craft malicious payloads that, when deserialized by the application, result in arbitrary code execution. The attack requires no privileges or user interaction, making it highly exploitable in environments where Veeam services are exposed on the network.

Root Cause

The root cause stems from improper handling of deserialization within Microsoft .NET remoting components used by Veeam Backup and Replication. When the application receives serialized .NET objects via remoting channels, it deserializes them without adequate validation of the object types or content. This allows an attacker to craft specially designed serialized payloads containing malicious code that executes during the deserialization process.

.NET deserialization vulnerabilities are particularly dangerous because they can leverage "gadget chains" - sequences of existing code within the application or its dependencies that can be chained together to achieve arbitrary code execution when triggered by a malicious serialized object.

Attack Vector

The attack is conducted over the network against Veeam Backup and Replication services that utilize .NET remoting. An attacker can send crafted serialized objects to the exposed remoting endpoints. When the server deserializes these objects, the malicious payload executes with the privileges of the Veeam service, which typically runs with elevated permissions to perform backup operations.

The exploitation workflow involves:

  1. Identifying network-exposed Veeam remoting services
  2. Crafting a malicious serialized .NET object containing an exploitation gadget chain
  3. Sending the payload to the vulnerable remoting endpoint
  4. Achieving code execution when the server deserializes the malicious object

This vulnerability does not require authentication, making it particularly dangerous for organizations with Veeam services accessible from untrusted networks.

Detection Methods for CVE-2021-35971

Indicators of Compromise

  • Unexpected outbound network connections from Veeam Backup server processes
  • Unusual child processes spawned by Veeam service executables
  • Suspicious .NET remoting traffic patterns or malformed serialization data in network logs
  • Unexpected file modifications or new executables in Veeam installation directories

Detection Strategies

  • Monitor network traffic to Veeam remoting ports for anomalous serialized object patterns
  • Implement application whitelisting to detect unauthorized processes spawned by Veeam services
  • Deploy endpoint detection solutions capable of identifying .NET deserialization exploitation techniques
  • Audit Veeam service accounts for unexpected privilege escalation or lateral movement activities

Monitoring Recommendations

  • Enable detailed logging for Veeam Backup and Replication services and forward logs to SIEM
  • Configure network monitoring for unusual traffic volumes or patterns to Veeam server ports
  • Implement file integrity monitoring on Veeam installation directories
  • Set up alerts for process execution anomalies involving Veeam service accounts

How to Mitigate CVE-2021-35971

Immediate Actions Required

  • Upgrade Veeam Backup & Replication 10 to version 10.0.1.4854 P20210609 or later
  • Upgrade Veeam Backup & Replication 11 to version 11.0.0.837 P20210507 or later
  • Restrict network access to Veeam remoting services using firewall rules
  • Review system logs for any signs of exploitation prior to patching

Patch Information

Veeam has released patches addressing this vulnerability. Organizations should apply the appropriate cumulative patch for their version:

  • For Veeam Backup & Replication 10: Apply cumulative patch P20210609 (version 10.0.1.4854) or later
  • For Veeam Backup & Replication 11: Apply cumulative patch P20210507 (version 11.0.0.837) or later

Detailed patch information and download links are available in Veeam Knowledge Base Article #4126 and Veeam Knowledge Base Article #4180.

Workarounds

  • Isolate Veeam Backup servers on dedicated network segments with restricted access
  • Implement network-level controls to limit access to Veeam remoting ports to authorized management systems only
  • Deploy network intrusion prevention systems (IPS) with signatures for .NET deserialization attacks
  • Consider disabling remote management features if not required until patches can be applied
bash
# Example: Restrict network access to Veeam services using Windows Firewall
# Limit access to known management IP addresses only
netsh advfirewall firewall add rule name="Restrict Veeam Remoting" dir=in action=allow protocol=tcp localport=9392 remoteip=192.168.1.100/32
netsh advfirewall firewall add rule name="Block Veeam Remoting Default" dir=in action=block protocol=tcp localport=9392

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechVeeam Backup

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.78%

  • 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-502
  • Vendor Resources
  • Veeam Knowledge Base Article #4126

  • Veeam Knowledge Base Article #4180
  • Related CVEs
  • CVE-2026-21672: Veeam Backup Privilege Escalation Flaw

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

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

  • CVE-2025-23082: Veeam Backup SSRF Vulnerability
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