Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-9276

CVE-2025-9276: Cockroach-k8s-request-cert Auth Bypass

CVE-2025-9276 is an authentication bypass flaw in Cockroach-k8s-request-cert caused by an empty root password. Attackers can exploit this to gain unauthorized system access. This article covers technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-9276 Overview

CVE-2025-9276 is a critical authentication bypass vulnerability affecting the Cockroach Labs cockroach-k8s-request-cert container image. This vulnerability allows remote attackers to bypass authentication on systems running the affected container due to a misconfiguration in the system shadow file where the root user has a blank password set.

The flaw stems from an insecure default configuration that leaves the root account without password protection. An attacker with network access to the affected container can leverage this vulnerability to gain unauthorized root-level access, potentially compromising the entire Kubernetes cluster and any CockroachDB deployments it manages.

Critical Impact

Remote attackers can bypass authentication and gain root access to affected container images without any credentials, enabling complete system compromise.

Affected Products

  • Cockroach Labs cockroach-k8s-request-cert container image

Discovery Timeline

  • 2025-09-02 - CVE-2025-9276 published to NVD
  • 2026-01-30 - Last updated in NVD database

Technical Details for CVE-2025-9276

Vulnerability Analysis

This authentication bypass vulnerability exists due to a fundamental security misconfiguration in the container image's /etc/shadow file. The root user account is configured with an empty password field, effectively allowing anyone with network access to authenticate as root without providing credentials.

The vulnerability is particularly severe in Kubernetes environments where the cockroach-k8s-request-cert container is used to manage certificate requests for CockroachDB clusters. Successful exploitation grants attackers the highest level of system privileges within the container, potentially enabling lateral movement to other pods, access to Kubernetes secrets, and compromise of the underlying CockroachDB infrastructure.

This vulnerability was tracked by the Zero Day Initiative as ZDI-CAN-22195 before public disclosure as ZDI-25-855.

Root Cause

The root cause is an insecure default configuration (CWE-258: Empty Password in Configuration File) in the container image build process. During container image creation, the /etc/shadow file was configured with an empty password hash for the root user, leaving the account effectively unprotected. This type of misconfiguration is especially dangerous in containerized environments where network exposure may be unintentionally broader than expected.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability through any service that accepts authentication against the system's shadow file, such as SSH if enabled, or through container exec mechanisms if the attacker has access to the Kubernetes API. The attack complexity is low since the attacker simply needs to attempt authentication as root with an empty or null password.

The exploitation flow involves:

  1. Identifying a running instance of the vulnerable cockroach-k8s-request-cert container
  2. Connecting to any authentication service exposed by the container
  3. Attempting to authenticate as root with no password
  4. Gaining full root access to the container environment

Detection Methods for CVE-2025-9276

Indicators of Compromise

  • Unexpected authentication events for the root user without corresponding password authentication
  • Container exec sessions initiated from unauthorized sources targeting cockroach-k8s-request-cert pods
  • Unusual process execution or file modifications within the affected container
  • Kubernetes audit logs showing unauthorized access to CockroachDB-related secrets or certificates

Detection Strategies

  • Monitor Kubernetes audit logs for suspicious exec commands targeting cockroach-k8s-request-cert containers
  • Implement container image scanning to detect empty password configurations in /etc/shadow
  • Deploy runtime security monitoring to detect root login events within containers
  • Configure alerts for any successful root authentication without proper credential verification

Monitoring Recommendations

  • Enable verbose logging for all authentication attempts within Kubernetes pods
  • Implement SentinelOne Singularity Cloud Workload Security for real-time container runtime protection
  • Configure network policies to restrict unexpected inbound connections to affected containers
  • Deploy admission controllers to prevent deployment of container images with known vulnerabilities

How to Mitigate CVE-2025-9276

Immediate Actions Required

  • Identify all deployments using the vulnerable cockroach-k8s-request-cert container image
  • Implement network policies to restrict access to affected containers until patching is complete
  • Review Kubernetes audit logs for signs of exploitation
  • Consider temporarily replacing the vulnerable container with a custom-built secure alternative

Patch Information

Consult the Zero Day Initiative Advisory ZDI-25-855 for the latest patch information and updated container image versions from Cockroach Labs. Organizations should update to a patched version of the cockroach-k8s-request-cert container image as soon as one becomes available.

Workarounds

  • Build a custom container image with a properly secured root password or disabled root login
  • Implement Kubernetes NetworkPolicies to restrict network access to affected pods
  • Use Pod Security Policies or Pod Security Standards to prevent privileged container execution
  • Deploy a service mesh with mutual TLS to add an additional authentication layer
bash
# Configuration example - Kubernetes NetworkPolicy to restrict pod access
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: restrict-cockroach-cert-pod
  namespace: cockroachdb
spec:
  podSelector:
    matchLabels:
      app: cockroach-k8s-request-cert
  policyTypes:
  - Ingress
  ingress:
  - from:
    - podSelector:
        matchLabels:
          app: cockroachdb

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCockroach K8s Request Cert

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.47%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-258
  • Vendor Resources
  • Zero Day Initiative Advisory ZDI-25-855
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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