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

CVE-2025-62159: External Secrets Operator Auth Bypass

CVE-2025-62159 is an authorization bypass vulnerability in External Secrets Operator's BeyondTrust provider that permits unauthorized cross-namespace secret access. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-62159 Overview

A critical vulnerability has been identified in the BeyondTrust provider implementation for External Secrets Operator, a Kubernetes operator that reads information from third-party secret management services and automatically injects the values as Kubernetes Secrets. The vulnerability allows unauthorized cross-namespace secret access due to improper namespace validation in the provider implementation.

The BeyondTrust provider in affected versions retrieved Kubernetes secrets directly without validating the namespace context or the type of secret store. This improper access control (CWE-284) allows attackers to bypass security boundaries and potentially access sensitive credentials stored in namespaces they should not have access to, violating Kubernetes multi-tenant security principles.

Critical Impact

Unauthorized cross-namespace secret access enables attackers to retrieve sensitive credentials from any namespace, potentially compromising the entire Kubernetes cluster's secret management infrastructure.

Affected Products

  • External Secrets Operator versions 0.10.1 through 0.19.2
  • BeyondTrust provider implementation within affected External Secrets Operator versions
  • Kubernetes deployments utilizing the BeyondTrust provider for secret management

Discovery Timeline

  • 2025-10-10 - CVE CVE-2025-62159 published to NVD
  • 2025-10-14 - Last updated in NVD database

Technical Details for CVE-2025-62159

Vulnerability Analysis

This vulnerability stems from improper access control in the BeyondTrust provider's secret retrieval mechanism. The provider implementation failed to enforce namespace boundaries when retrieving Kubernetes secrets, allowing any user or process with access to the External Secrets Operator to potentially retrieve secrets from unauthorized namespaces.

In Kubernetes, namespaces provide a logical isolation boundary for resources including secrets. The External Secrets Operator distinguishes between SecretStore (namespace-scoped) and ClusterSecretStore (cluster-wide) resources. A properly implemented provider should only allow cross-namespace secret access when using a ClusterSecretStore, as this explicitly grants cluster-wide permissions.

The vulnerable implementation bypassed this fundamental security model by retrieving secrets directly without checking whether the requesting entity had proper namespace authorization or whether the secret store type permitted cross-namespace access.

Root Cause

The root cause of this vulnerability is the direct retrieval of Kubernetes secrets without proper namespace context validation in the BeyondTrust provider implementation. The provider code did not utilize the resolvers.SecretKeyRef utility function, which is designed to enforce namespace validation and restrict cross-namespace access to ClusterSecretStore types only.

This oversight meant that the provider would honor requests for secrets in any namespace, regardless of whether the requesting SecretStore resource existed in that namespace or had legitimate cluster-wide permissions through a ClusterSecretStore configuration.

Attack Vector

The vulnerability is exploitable over the network by attackers with access to create or modify External Secrets resources within a Kubernetes cluster. An attacker could craft malicious ExternalSecret resources that reference secrets in namespaces they do not have legitimate access to.

The attack scenario involves creating an ExternalSecret resource that specifies a target namespace containing sensitive credentials, such as database passwords, API keys, or service account tokens. Without proper namespace validation, the BeyondTrust provider would retrieve these secrets and expose them to the attacker's namespace, effectively bypassing Kubernetes RBAC controls on secret access.

The attack does not require user interaction and can be executed with low complexity once an attacker has obtained initial access to create External Secrets resources within any namespace of the affected cluster.

Detection Methods for CVE-2025-62159

Indicators of Compromise

  • Unexpected ExternalSecret resources referencing namespaces different from where they are deployed
  • Audit log entries showing secret access patterns crossing namespace boundaries via the BeyondTrust provider
  • SecretStore resources attempting to access secrets outside their designated namespace scope
  • Unusual secret synchronization activity from the External Secrets Operator pods

Detection Strategies

  • Enable Kubernetes audit logging and monitor for cross-namespace secret access requests originating from External Secrets Operator service accounts
  • Implement admission controller policies (Kyverno, OPA Gatekeeper) to detect and alert on ExternalSecret resources with suspicious namespace configurations
  • Review External Secrets Operator logs for secret retrieval operations that span multiple namespaces without corresponding ClusterSecretStore configurations
  • Deploy runtime security monitoring to track secrets access patterns and identify anomalous cross-namespace data flows

Monitoring Recommendations

  • Configure alerting for any External Secrets resources created with namespace fields that differ from their deployment namespace
  • Implement continuous compliance checks to verify all SecretStore resources are properly scoped to their respective namespaces
  • Monitor External Secrets Operator version deployments across the cluster to identify instances running vulnerable versions (0.10.1 through 0.19.2)
  • Track secrets synchronization metrics and alert on unusual spikes in cross-namespace secret operations

How to Mitigate CVE-2025-62159

Immediate Actions Required

  • Upgrade External Secrets Operator to version 0.20.0 or later, which includes the fix utilizing the resolvers.SecretKeyRef utility for proper namespace validation
  • Audit all existing ExternalSecret and SecretStore resources to identify any potentially malicious cross-namespace configurations
  • Review Kubernetes audit logs for historical evidence of exploitation or unauthorized secret access
  • Implement policy engine rules (Kyverno or OPA) as an interim control if immediate upgrade is not feasible

Patch Information

The vulnerability is addressed in External Secrets Operator version 0.20.0. The fix updates the BeyondTrust provider code to use the resolvers.SecretKeyRef utility, which enforces namespace validation and restricts cross-namespace access exclusively to ClusterSecretStore types. This ensures secrets are only retrieved from authorized namespaces, restoring proper security boundaries.

For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Deploy a policy engine such as Kyverno or OPA Gatekeeper to prevent the use of the BeyondTrust provider entirely until the upgrade can be completed
  • Implement admission webhook policies that validate (Cluster)SecretStore configurations and ensure the namespace field may only be set when using a ClusterSecretStore
  • Restrict RBAC permissions for creating ExternalSecret and SecretStore resources to minimize the attack surface
  • Consider temporarily disabling the BeyondTrust provider and switching to alternative secret management providers with proper namespace validation
bash
# Example Kyverno policy to validate ClusterSecretStore usage
# This policy ensures namespace field is only set for ClusterSecretStore types
# Deploy this as an interim control while planning the upgrade to version 0.20.0+
# kubectl apply -f clustersecretstore-validation-policy.yaml

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

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.07%

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

  • CVE-2026-34984: External Secrets Operator DNS Leak Flaw
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