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

CVE-2021-27876: Veritas Backup Exec Auth Bypass Flaw

CVE-2021-27876 is an authentication bypass vulnerability in Veritas Backup Exec that allows attackers to gain unauthorized system-level access. This article covers the technical details, affected versions, and steps.

Updated: May 16, 2026

CVE-2021-27876 Overview

CVE-2021-27876 is an authentication bypass and arbitrary file access vulnerability in Veritas Backup Exec Agent versions before 21.2. The flaw resides in the SHA Authentication scheme used between the Backup Exec client and the Agent. An attacker can complete the authentication handshake without valid credentials and then issue data management protocol commands over the authenticated session. Crafted command parameters allow the attacker to read arbitrary files from the target system under SYSTEM privileges. CISA added this vulnerability to its Known Exploited Vulnerabilities (KEV) catalog after observing in-the-wild exploitation, including activity attributed to ransomware operators.

Critical Impact

Remote attackers can bypass agent authentication and access arbitrary files with SYSTEM privileges, exposing backup data, credentials, and configuration files across enterprise environments.

Affected Products

  • Veritas Backup Exec Agent versions prior to 21.2
  • Deployments using the SHA Authentication scheme between client and Agent
  • Windows hosts running the Backup Exec Agent service with SYSTEM privileges

Discovery Timeline

  • 2021-03-01 - CVE-2021-27876 published to NVD
  • 2021-03-01 - Veritas publishes Security Advisory VTS21-001
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2021-27876

Vulnerability Analysis

The vulnerability stems from a logic flaw in the SHA-based authentication scheme used by the Veritas Backup Exec Agent. Communication between a client and an Agent normally occurs over TLS and requires successful authentication. The defect in the authentication routine lets an attacker complete the handshake without proving knowledge of valid credentials. Once authenticated, the attacker controls a privileged channel to the Agent service.

After authentication, the client can submit data management protocol (NDMP-style) commands to the Agent. One of these commands accepts file path parameters that are not properly validated. By supplying crafted parameters, the attacker reads arbitrary files on the host. Because the Agent runs as SYSTEM, the read scope includes registry hives, the Security Account Manager (SAM) database, backup catalogs, and credential material. This vulnerability is tracked under [CWE-noinfo] in NVD and is listed on the CISA KEV catalog.

Root Cause

The SHA Authentication implementation fails to enforce a binding between the cryptographic challenge and the asserted client identity. An unauthenticated network attacker who can reach the Agent's listening port can manipulate the protocol exchange and be treated as an authenticated peer. The subsequent command parser does not sanitize file path inputs before performing read operations.

Attack Vector

Exploitation requires network reachability to the Backup Exec Agent service, typically TCP port 10000. The attacker establishes a TLS session, completes the flawed SHA authentication exchange, and issues file access commands containing attacker-controlled paths. No user interaction is required. Public exploit code was published on Packet Storm as the "Veritas Backup Exec Agent Remote Code Execution" module, and the same authentication bypass primitive has been chained into remote code execution by ransomware affiliates.

No verified code examples are available. See the Packet Storm Exploit Report and the Veritas Security Advisory VTS21-001 for protocol-level details.

Detection Methods for CVE-2021-27876

Indicators of Compromise

  • Inbound connections to TCP port 10000 on Backup Exec Agent hosts from unexpected internal or external sources
  • Unusual beremote.exe child processes or file read activity targeting C:\Windows\System32\config\ or backup catalog directories
  • Agent log entries showing successful authentication followed by anomalous NDMP command sequences
  • Outbound data transfers from Backup Exec servers to non-corporate destinations shortly after Agent connections

Detection Strategies

  • Monitor Backup Exec Agent logs for authentication events that lack a matching legitimate backup job schedule
  • Alert on Backup Exec Agent processes accessing sensitive system files outside of declared backup selection lists
  • Hunt for the public Metasploit module signature against TCP 10000 using network IDS rules
  • Cross-reference Agent service activity with Active Directory authentication events to identify spoofed sessions

Monitoring Recommendations

  • Enable verbose logging on the Backup Exec Agent service and forward events to a centralized SIEM
  • Track network flows to and from Backup Exec infrastructure and baseline normal peers
  • Inventory all hosts running the Backup Exec Agent and confirm version reporting on a recurring schedule

How to Mitigate CVE-2021-27876

Immediate Actions Required

  • Upgrade Veritas Backup Exec to version 21.2 or later on all servers and Agents
  • Restrict network access to TCP port 10000 so only authorized Backup Exec media servers can reach Agents
  • Audit Backup Exec service accounts and rotate credentials that may have been exposed
  • Review historical Agent logs for evidence of unauthorized authentication or file access

Patch Information

Veritas resolved CVE-2021-27876 in Backup Exec 21.2. The fix is documented in Veritas Security Advisory VTS21-001. Apply the patch to both the Backup Exec server and all remote Agents, since mixed-version deployments remain exposed when legacy Agents are reachable. After patching, verify that the SHA Authentication scheme is disabled or replaced per vendor guidance.

Workarounds

  • Place Backup Exec Agent hosts on isolated management VLANs accessible only to authorized media servers
  • Apply host-based firewall rules to limit inbound connections on TCP 10000 to known media server IP addresses
  • Disable the Backup Exec Agent service on hosts that no longer require backup operations
  • Require IPsec or VPN tunneling between media servers and Agents to limit exposure on flat networks
bash
# Configuration example: Windows firewall rule restricting Backup Exec Agent access
netsh advfirewall firewall add rule name="Restrict Backup Exec Agent" \
  dir=in action=allow protocol=TCP localport=10000 \
  remoteip=<MEDIA_SERVER_IP> profile=domain

netsh advfirewall firewall add rule name="Block Backup Exec Agent Default" \
  dir=in action=block protocol=TCP localport=10000

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVeritas Backup Exec

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability1.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Packet Storm Exploit Report

  • CISA Exploited Vulnerabilities Catalog
  • Vendor Resources
  • Veritas Security Advisory VTS21-001
  • Related CVEs
  • CVE-2021-27878: Veritas Backup Exec Auth Bypass Flaw

  • CVE-2021-27877: Veritas Backup Exec Auth Bypass 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