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-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 access and execute arbitrary file operations with elevated privileges.

Published: March 4, 2026

CVE-2021-27876 Overview

CVE-2021-27876 is an authentication bypass vulnerability discovered in Veritas Backup Exec before version 21.2. The vulnerability resides in the SHA Authentication scheme used for communication between clients and the Backup Exec Agent. While the communication is typically secured over TLS, a flaw in the authentication mechanism allows attackers to gain unauthorized access and complete the authentication process without valid credentials. Once authenticated, an attacker can execute data management protocol commands and access arbitrary files on the system with System-level privileges.

Critical Impact

This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild. Attackers can bypass authentication and access sensitive files with System privileges, potentially leading to complete system compromise.

Affected Products

  • Veritas Backup Exec versions prior to 21.2

Discovery Timeline

  • 2021-03-01 - CVE-2021-27876 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2021-27876

Vulnerability Analysis

The vulnerability exists in the SHA Authentication scheme implemented in Veritas Backup Exec Agent. The client-to-agent communication architecture relies on mutual authentication to establish trust before allowing data management operations. However, a flaw in the authentication implementation allows an attacker to successfully complete the authentication handshake without possessing valid credentials.

Once the attacker has bypassed authentication, they gain access to the data management protocol interface. This interface includes commands that accept file path parameters, and through crafted input parameters, an attacker can reference arbitrary file paths on the target system. The operations execute with System privileges, providing unrestricted access to any file on the compromised host.

This vulnerability is particularly dangerous in enterprise backup environments where Backup Exec agents are deployed across numerous systems. An attacker who exploits this vulnerability can potentially access backup data, configuration files, credentials, and other sensitive information stored on backup infrastructure.

Root Cause

The root cause is a weakness in the SHA Authentication scheme implementation. The authentication mechanism fails to properly validate the authentication parameters provided by the client, allowing an unauthenticated attacker to satisfy the authentication requirements and establish a trusted session with the Backup Exec Agent.

Attack Vector

The attack is network-based and requires low privileges to execute. An attacker with network access to the Backup Exec Agent can exploit the authentication bypass to gain unauthorized access. The attack sequence involves:

  1. Establishing a connection to the Backup Exec Agent service
  2. Exploiting the SHA Authentication vulnerability to bypass credential validation
  3. Successfully completing the authentication handshake
  4. Executing data management protocol commands with crafted file path parameters
  5. Accessing arbitrary files with System privileges

The vulnerability has been documented in publicly available exploit code. Technical details are available through the Packet Storm exploit documentation.

Detection Methods for CVE-2021-27876

Indicators of Compromise

  • Unusual authentication attempts to Backup Exec Agent services from unexpected source IPs
  • File access patterns indicating reconnaissance or data exfiltration from backup infrastructure
  • Unexpected data management protocol commands executed against Backup Exec Agents
  • Authentication logs showing successful connections without corresponding valid credential usage

Detection Strategies

  • Monitor network traffic to Backup Exec Agent ports for anomalous connection patterns
  • Implement alerting on file access attempts to sensitive system files from Backup Exec processes
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious process behavior on backup infrastructure
  • Review authentication logs for Backup Exec services for irregularities

Monitoring Recommendations

  • Enable verbose logging on Backup Exec Agent services to capture authentication events
  • Implement network segmentation to restrict access to backup infrastructure from untrusted networks
  • Deploy SentinelOne agents on systems running Backup Exec to detect exploitation attempts
  • Configure SIEM rules to correlate authentication anomalies with file access events on backup servers

How to Mitigate CVE-2021-27876

Immediate Actions Required

  • Upgrade Veritas Backup Exec to version 21.2 or later immediately
  • Isolate Backup Exec Agent services from untrusted network segments until patching is complete
  • Review access logs for signs of exploitation prior to patching
  • Implement network access controls to limit which systems can communicate with Backup Exec Agents

Patch Information

Veritas has released patches addressing this vulnerability in Backup Exec version 21.2 and later. Organizations should prioritize patching due to the vulnerability's inclusion in the CISA Known Exploited Vulnerabilities catalog. The official security advisory is available at the Veritas Security Advisory VTS21-001.

Workarounds

  • Implement strict network access controls to limit connectivity to Backup Exec Agent ports
  • Deploy host-based firewalls on systems running Backup Exec Agents to restrict incoming connections
  • Monitor for exploitation attempts using intrusion detection systems with signatures for this vulnerability
  • Consider temporarily disabling external network access to Backup Exec services until patches can be applied
bash
# Network firewall configuration example - restrict Backup Exec Agent access
# Allow only authorized backup servers to communicate with agents
iptables -A INPUT -p tcp --dport 10000 -s <authorized_backup_server_ip> -j ACCEPT
iptables -A INPUT -p tcp --dport 10000 -j DROP

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 Probability0.99%

  • 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

  • CISA Known Exploit CVE-2021-27876
  • 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
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