A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-42875

CVE-2026-42875: External Secrets Operator Auth Bypass

CVE-2026-42875 is an authentication bypass vulnerability in External Secrets Operator that allows SecretStore resources to access CA material across namespace boundaries. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-42875 Overview

CVE-2026-42875 affects the External Secrets Operator (ESO), a Kubernetes controller that reads information from third-party secret management services and injects the values as Kubernetes Secrets. Versions prior to 2.4.0 contain an authorization flaw [CWE-285] in the handling of namespaced SecretStore resources that use a CAProvider with type ConfigMap. When caProvider.namespace was set, ESO resolved certificate authority (CA) material from a namespace other than the one hosting the SecretStore. This behavior bypassed the namespace boundary normally enforced for SecretStore-backed references. Version 2.4.0 fixes the issue.

Critical Impact

A tenant controlling a namespaced SecretStore can reference CA material from arbitrary namespaces, undermining the multi-tenant isolation expected from namespaced resources.

Affected Products

  • external-secrets/external-secrets versions prior to 2.4.0
  • Namespaced SecretStore resources configured with CAProvider of type ConfigMap
  • Kubernetes clusters relying on ESO for cross-tenant secret distribution

Discovery Timeline

  • 2026-05-11 - CVE-2026-42875 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42875

Vulnerability Analysis

The External Secrets Operator synchronizes secrets from external providers into Kubernetes through SecretStore and ClusterSecretStore custom resources. A SecretStore is a namespace-scoped resource, meaning its configuration and the references it makes are expected to remain within the namespace where the resource is defined. ESO supports optional TLS verification against external providers through a CAProvider field, which can point at a ConfigMap or Secret holding the CA certificate.

In versions before 2.4.0, the shared runtime CA resolver honored the caProvider.namespace field even when the parent resource was a namespaced SecretStore. The resolver fetched the ConfigMap from the namespace specified by the user instead of restricting the lookup to the SecretStore namespace. This contradicts the tenant isolation guarantees that namespaced SecretStore resources are meant to provide.

The vulnerability is categorized as Improper Authorization [CWE-285]. Exploitation requires the attacker to already hold permissions to create or modify SecretStore objects in a namespace, which is reflected in the low privilege requirement of the network-reachable attack vector.

Root Cause

The root cause is missing namespace enforcement in the shared CA resolver used by provider implementations. The resolver did not distinguish between namespaced SecretStore references, which must be confined to a single namespace, and ClusterSecretStore references, which legitimately permit cross-namespace lookups.

Attack Vector

An authenticated tenant with rights to create a SecretStore in their own namespace sets caProvider.type: ConfigMap and caProvider.namespace to a target namespace. The controller reads the referenced ConfigMap and applies its contents as the CA bundle. While the contents are not directly exfiltrated, the lookup itself bypasses the namespace boundary and can enable downstream impersonation or man-in-the-middle conditions against the external provider when a tenant supplies an attacker-controlled CA from another namespace. See the GitHub Security Advisory GHSA-wv26-88m5-6h59 for vendor details.

Detection Methods for CVE-2026-42875

Indicators of Compromise

  • SecretStore manifests in tenant namespaces that set caProvider.namespace to a value different from the SecretStore's own namespace.
  • Audit log entries showing the external-secrets controller service account reading ConfigMap resources outside the namespace of the requesting SecretStore.
  • Unexpected changes to TLS validation behavior or provider endpoints in tenant SecretStore definitions.

Detection Strategies

  • Query the cluster for all SecretStore resources and flag any where spec.provider.*.caProvider.namespace is populated and does not match metadata.namespace.
  • Enable Kubernetes API server audit logging for configmaps get operations performed by the ESO controller, then correlate the target namespace with the originating SecretStore.
  • Compare deployed ESO versions across the fleet against the fixed release 2.4.0.

Monitoring Recommendations

  • Alert on creation or modification of SecretStore objects that include a cross-namespace caProvider reference.
  • Track ESO controller version drift in continuous compliance scans of cluster workloads.
  • Review RBAC bindings that grant tenants create or update rights on SecretStore resources and reduce scope where possible.

How to Mitigate CVE-2026-42875

Immediate Actions Required

  • Upgrade External Secrets Operator to version 2.4.0 or later in every cluster where ESO is installed.
  • Inventory existing SecretStore resources and remove or correct any caProvider.namespace value that points outside the resource's own namespace.
  • Restrict SecretStore creation rights through RBAC to trusted operators while remediation is in progress.

Patch Information

The issue is fixed in external-secrets 2.4.0. The fix enforces that namespaced SecretStore resources resolve CAProvider references only within the SecretStore's own namespace. Refer to the GitHub Security Advisory GHSA-wv26-88m5-6h59 for the upstream advisory and release notes.

Workarounds

  • Remove the caProvider field from namespaced SecretStore resources until the operator is upgraded.
  • Use a ClusterSecretStore managed by platform administrators when cross-namespace CA references are required.
  • Apply admission policies (for example, Kyverno or Gatekeeper) that reject SecretStore manifests where caProvider.namespace differs from metadata.namespace.
bash
# Example Kyverno policy snippet to block cross-namespace caProvider references
# Reject SecretStore objects whose caProvider.namespace differs from metadata.namespace
kubectl get secretstores.external-secrets.io -A -o json \
  | jq '.items[] | select(
      (.spec.provider | .. | .caProvider? // empty)
      | .namespace? // "" as $ns
      | $ns != "" and $ns != .metadata.namespace
    ) | {ns: .metadata.namespace, name: .metadata.name}'

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechExternal Secrets Operator

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-22822: External Secrets Operator Auth Bypass Flaw

  • CVE-2025-62159: External Secrets Operator Auth Bypass

  • CVE-2026-42876: External Secrets Operator Escalation Flaw

  • CVE-2025-55196: External Secrets Operator Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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