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-27878

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

CVE-2021-27878 is an authentication bypass vulnerability in Veritas Backup Exec that allows attackers to gain unauthorized access and execute arbitrary commands with system privileges. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: March 4, 2026

CVE-2021-27878 Overview

CVE-2021-27878 is an authentication bypass vulnerability in Veritas Backup Exec that allows remote attackers to gain unauthorized access to the backup agent through a flaw in the SHA Authentication scheme. Once authenticated, attackers can leverage data management protocol commands to execute arbitrary commands with system privileges, resulting in complete system compromise.

Critical Impact

This vulnerability is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Attackers can achieve remote code execution with system privileges on vulnerable Veritas Backup Exec installations.

Affected Products

  • Veritas Backup Exec versions prior to 21.2
  • Veritas Backup Exec Agent components
  • Systems running vulnerable Backup Exec client-agent communication

Discovery Timeline

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

Technical Details for CVE-2021-27878

Vulnerability Analysis

The vulnerability resides in the authentication mechanism between Veritas Backup Exec clients and agents. While the communication is typically secured over TLS, a critical flaw exists in the SHA Authentication scheme implementation. This weakness allows an attacker to bypass the authentication process entirely and establish an authenticated connection without valid credentials.

Once an attacker successfully bypasses authentication, they gain access to the full suite of data management protocol commands. Among these commands is functionality that permits execution of arbitrary system commands. Because the Backup Exec Agent typically runs with elevated privileges to perform backup and restore operations, any commands executed through this vector inherit system-level privileges.

The attack can be performed remotely over the network without requiring any user interaction, making it particularly dangerous for organizations with exposed Backup Exec agents.

Root Cause

The root cause stems from improper implementation of the SHA Authentication scheme used during the client-to-agent authentication handshake. The authentication logic fails to properly validate authentication tokens or responses, allowing attackers to craft requests that satisfy the authentication checks without possessing legitimate credentials.

Attack Vector

The attack proceeds through the following stages:

  1. Network Discovery: The attacker identifies systems running Veritas Backup Exec Agent services, typically listening on network ports used for backup communications.

  2. Authentication Bypass: The attacker exploits the SHA Authentication scheme vulnerability to complete the authentication process without valid credentials.

  3. Command Execution: With an authenticated session established, the attacker sends specially crafted data management protocol commands that invoke the command execution functionality.

  4. Privilege Escalation: The arbitrary command executes with system privileges, granting the attacker complete control over the compromised system.

A public exploit for this vulnerability has been documented and is available through Packet Storm Security, demonstrating the practical exploitation of this flaw.

Detection Methods for CVE-2021-27878

Indicators of Compromise

  • Unexpected authentication events to Backup Exec Agent services from unknown or unauthorized IP addresses
  • Anomalous process spawning from Backup Exec Agent processes (e.g., cmd.exe, powershell.exe, or shell processes)
  • Unusual network traffic patterns on Backup Exec communication ports
  • System commands or scripts executing under the context of Backup Exec service accounts

Detection Strategies

  • Monitor for authentication attempts to Backup Exec agents that do not originate from authorized backup servers
  • Implement network intrusion detection rules to identify exploitation attempts targeting the SHA Authentication scheme
  • Enable verbose logging on Backup Exec installations and analyze for authentication anomalies
  • Deploy endpoint detection and response (EDR) solutions to detect post-exploitation activity from Backup Exec processes

Monitoring Recommendations

  • Configure centralized logging for all Backup Exec agent authentication events
  • Establish baseline network behavior for backup communications and alert on deviations
  • Monitor process creation chains originating from Backup Exec services for suspicious child processes
  • Review firewall logs for connection attempts to Backup Exec ports from unauthorized sources

How to Mitigate CVE-2021-27878

Immediate Actions Required

  • Upgrade Veritas Backup Exec to version 21.2 or later immediately
  • Restrict network access to Backup Exec Agent ports using firewall rules to allow only authorized backup servers
  • Audit existing Backup Exec installations to identify vulnerable versions across the environment
  • Review system logs on Backup Exec hosts for signs of prior exploitation

Patch Information

Veritas has addressed this vulnerability in Backup Exec version 21.2. Organizations should apply this update as soon as possible. Detailed patch information is available in the Veritas Security Advisory VTS21-001.

Given that this vulnerability is listed in the CISA Known Exploited Vulnerabilities Catalog, federal agencies are required to remediate within prescribed timelines, and all organizations are strongly encouraged to prioritize patching.

Workarounds

  • Implement strict network segmentation to isolate Backup Exec infrastructure from general network access
  • Deploy host-based firewall rules on systems running Backup Exec agents to whitelist only legitimate backup server IP addresses
  • Consider disabling Backup Exec Agent services on systems where backup functionality is not actively required until patching can be completed
  • Monitor for exploitation attempts while patches are being deployed across the environment
bash
# Example: Windows Firewall rule to restrict Backup Exec Agent access
# Replace BACKUP_SERVER_IP with your authorized backup server address
netsh advfirewall firewall add rule name="Restrict Backup Exec Agent" dir=in action=allow protocol=tcp localport=10000 remoteip=BACKUP_SERVER_IP
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.8

  • EPSS Probability6.92%

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

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

  • CVE-2021-27876: 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