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-2026-27965

CVE-2026-27965: Vitess Database Clustering RCE Vulnerability

CVE-2026-27965 is a remote code execution vulnerability in Vitess database clustering that allows attackers to execute arbitrary code during backup restoration. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-27965 Overview

CVE-2026-27965 is a Command Injection vulnerability affecting Vitess, a database clustering system designed for horizontal scaling of MySQL. The vulnerability allows attackers with read/write access to backup storage locations (such as S3 buckets) to manipulate backup manifest files, resulting in arbitrary code execution when the compromised backup is restored.

Critical Impact

Attackers can gain unauthorized access to production deployment environments, access sensitive information, and execute arbitrary commands on affected systems during backup restoration operations.

Affected Products

  • Vitess versions prior to 23.0.3
  • Vitess versions prior to 22.0.4
  • Vitess deployments using external backup storage (e.g., S3, GCS)

Discovery Timeline

  • 2026-02-26 - CVE-2026-27965 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-27965

Vulnerability Analysis

This vulnerability stems from an OS Command Injection weakness (CWE-78) in how Vitess handles decompressor commands stored within backup manifest files. When a backup is restored, Vitess reads the external decompressor command from the MANIFEST file and executes it without proper validation. An attacker who has gained write access to the backup storage location can modify the manifest file to inject malicious commands that execute with the privileges of the Vitess user during the restoration process.

The attack requires network access and some level of privileged access to the backup storage infrastructure. However, once that access is obtained, the attacker can achieve high impact on both confidentiality and integrity of the target system, with potential lateral movement capabilities within the production environment.

Root Cause

The root cause is the implicit trust placed in the MANIFEST file contents within backup storage. Prior to the patch, Vitess would automatically use the decompressor command specified in the manifest without requiring explicit opt-in from administrators. This design allowed the manifest file to effectively become a vector for command injection when an attacker could modify files in backup storage locations.

Attack Vector

The attack vector is network-based, targeting the backup restoration workflow. An attacker who has compromised or obtained credentials to the backup storage location (such as an S3 bucket or GCS bucket) can inject malicious commands by modifying the external-decompressor value in the backup manifest file. When administrators or automated processes restore from this tampered backup, the malicious commands execute on the Vitess tablet or backup server with full system access as the Vitess user.

The following patch introduces the --external-decompressor-use-manifest flag that makes loading decompressor commands from the manifest an explicit opt-in behavior:

text
       --external-compressor string                                  command with arguments to use when compressing a backup.
       --external-compressor-extension string                        extension to use when using an external compressor.
       --external-decompressor string                                command with arguments to use when decompressing a backup.
+      --external-decompressor-use-manifest                          allows the decompressor command stored in the backup manifest to be used at restore time. Enabling this is a security risk: an attacker with write access to the backup storage could modify the manifest to execute arbitrary commands on the tablet as the Vitess user. NOT RECOMMENDED.
       --file-backup-storage-root string                             Root directory for the file backup storage.
       --gcs-backup-storage-bucket string                            Google Cloud Storage bucket to use for backups.
       --gcs-backup-storage-root string                              Root prefix for all backup-related object names.

Source: GitHub Commit Changes

Detection Methods for CVE-2026-27965

Indicators of Compromise

  • Unexpected modifications to backup manifest files in storage locations (S3, GCS, or local file storage)
  • Unusual commands or processes spawned during backup restoration operations
  • Anomalous network connections or system calls originating from vttablet or vtbackup processes
  • Unauthorized access logs or authentication events for backup storage buckets

Detection Strategies

  • Monitor backup storage locations for unauthorized file modifications, particularly to MANIFEST files
  • Implement file integrity monitoring on backup storage to detect tampering
  • Audit vttablet and vtbackup process activity during restore operations for unexpected child processes
  • Review cloud storage access logs (S3 CloudTrail, GCS audit logs) for suspicious read/write patterns

Monitoring Recommendations

  • Enable detailed logging for all backup and restore operations in Vitess
  • Configure alerts for changes to manifest files outside of normal backup windows
  • Monitor for execution of non-standard decompressor commands during restore operations
  • Implement runtime security monitoring on systems running Vitess components to detect command injection attempts

How to Mitigate CVE-2026-27965

Immediate Actions Required

  • Upgrade Vitess to version 23.0.3 or 22.0.4 immediately
  • Audit backup storage permissions and restrict write access to only necessary service accounts
  • Review recent backup manifests for any signs of tampering or unexpected decompressor commands
  • Implement the recommended workarounds if immediate patching is not possible

Patch Information

The Vitess project has released patched versions that address this vulnerability. Version 23.0.3 and version 22.0.4 contain the security fix that changes the behavior of loading decompressor commands from manifest files to be opt-in rather than automatic. The patch introduces a new flag --external-decompressor-use-manifest that administrators must explicitly enable if they want to use manifest-specified decompressors. For complete technical details, refer to the GitHub Security Advisory GHSA-8g8j-r87h-p36x, the GitHub Pull Request, and the GitHub Issue Discussion.

Workarounds

  • For deployments using an external decompressor: Always specify the decompressor command explicitly via the --external-decompressor flag for vttablet and vtbackup to override any manifest values
  • For deployments not using an external decompressor: Set --external-decompressor to a harmless command such as cat or tee for vttablet and vtbackup
  • Restrict write access to backup storage locations to only essential, highly-secured service accounts
  • Implement additional verification of backup manifest integrity before restoration
bash
# Configuration example - Override manifest decompressor with explicit flag
# For vttablet:
vttablet --external-decompressor="cat" [other flags]

# For vtbackup:
vtbackup --external-decompressor="cat" [other flags]

# Or specify your known-good decompressor explicitly:
vttablet --external-decompressor="/usr/bin/zstd -d" [other flags]

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVitess

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:H/VI:H/VA:L/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-78
  • Technical References
  • GitHub Commit Changes

  • GitHub Issue Discussion

  • GitHub Pull Request

  • GitHub Security Advisory GHSA-8g8j-r87h-p36x
  • Related CVEs
  • CVE-2026-27969: Vitess Path Traversal 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