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

CVE-2026-22728: Bitnami Sealed Secrets Auth Bypass Flaw

CVE-2026-22728 is an authentication bypass vulnerability in Bitnami Sealed Secrets that allows attackers to escalate secret scope through annotation injection. This post covers technical details, impact, and mitigation.

Published: February 27, 2026

CVE-2026-22728 Overview

Bitnami Sealed Secrets is vulnerable to a scope-widening attack during the secret rotation (/v1/rotate) flow. The rotation handler derives the sealing scope for the newly encrypted output from untrusted spec.template.metadata.annotations present in the input SealedSecret. By submitting a victim SealedSecret to the rotate endpoint with the annotation sealedsecrets.bitnami.com/cluster-wide=true injected into the template metadata, a remote attacker can obtain a rotated version of the secret that is cluster-wide. This bypasses original "strict" or "namespace-wide" constraints, allowing the attacker to retarget and unseal the secret in any namespace or under any name to recover the plaintext credentials.

Critical Impact

Attackers with privileged access can bypass namespace isolation and secret scoping constraints to recover plaintext credentials across the entire Kubernetes cluster.

Affected Products

  • Bitnami Sealed Secrets (versions affected as per security advisory)

Discovery Timeline

  • February 26, 2026 - CVE CVE-2026-22728 published to NVD
  • February 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-22728

Vulnerability Analysis

This vulnerability represents an Improper Access Control (CWE-284) flaw in the Bitnami Sealed Secrets controller. The core issue lies in how the /v1/rotate endpoint processes incoming SealedSecret objects during the key rotation workflow. Rather than preserving the original sealing scope from the existing sealed secret metadata, the handler incorrectly trusts user-supplied annotations in the request body.

The attack exploits the fact that Sealed Secrets uses metadata annotations to determine the scope of a secret—whether it should be "strict" (bound to a specific name and namespace), "namespace-wide" (valid within a single namespace), or "cluster-wide" (accessible across all namespaces). When an attacker submits a legitimate victim's SealedSecret to the rotation endpoint with a manipulated annotation (sealedsecrets.bitnami.com/cluster-wide=true), the controller generates a new encrypted secret with elevated scope permissions.

This allows an attacker to effectively "unlock" secrets that were originally restricted to specific namespaces or names, enabling credential recovery across the cluster boundary.

Root Cause

The root cause is insufficient validation of untrusted input in the secret rotation handler. The /v1/rotate endpoint fails to verify that the sealing scope annotations in the submitted SealedSecret match the original scope constraints. Instead of deriving the scope from the actual encrypted content or maintaining an authoritative scope record, the handler blindly accepts the spec.template.metadata.annotations values provided in the request, allowing scope escalation through annotation injection.

Attack Vector

The attack requires network access to the Sealed Secrets controller's /v1/rotate endpoint and privileged Kubernetes access (typically cluster administrator or equivalent) to obtain existing SealedSecret resources. An attacker retrieves a victim's SealedSecret, modifies the template metadata to include the cluster-wide annotation, and submits it to the rotate endpoint. The controller then returns a newly encrypted version with cluster-wide scope, which the attacker can subsequently unseal in any namespace to extract the plaintext credentials.

The vulnerability is exploited through the following mechanism:

  1. Attacker obtains a SealedSecret resource that is scoped as "strict" or "namespace-wide"
  2. Attacker modifies the spec.template.metadata.annotations to inject sealedsecrets.bitnami.com/cluster-wide=true
  3. The modified SealedSecret is submitted to the /v1/rotate endpoint
  4. The rotation handler generates a new encrypted secret using the injected cluster-wide scope
  5. Attacker applies the rotated SealedSecret in any namespace to recover plaintext credentials

For complete technical details, see the GitHub Security Advisory.

Detection Methods for CVE-2026-22728

Indicators of Compromise

  • Unusual requests to the /v1/rotate endpoint with modified annotation fields
  • SealedSecret resources with scope annotations that differ from their original constraints
  • Secrets appearing in unexpected namespaces that were previously namespace-scoped
  • Audit log entries showing rotation requests followed by secret unsealing in different namespaces

Detection Strategies

  • Enable Kubernetes audit logging and monitor for API calls to the Sealed Secrets controller /v1/rotate endpoint
  • Implement admission controller policies to detect and alert on SealedSecret resources with modified scope annotations
  • Compare SealedSecret annotation history before and after rotation operations
  • Monitor for secrets being created in namespaces where they were not originally scoped

Monitoring Recommendations

  • Configure alerts for any /v1/rotate endpoint calls from unexpected sources or service accounts
  • Implement real-time monitoring of SealedSecret annotation changes using Kubernetes admission webhooks
  • Audit cluster-wide secrets periodically to identify any that originated from namespace-scoped originals
  • Review Sealed Secrets controller logs for rotation requests that result in scope changes

How to Mitigate CVE-2026-22728

Immediate Actions Required

  • Review the GitHub Security Advisory for patch availability and updated versions
  • Restrict access to the Sealed Secrets controller /v1/rotate endpoint using network policies
  • Audit existing SealedSecret resources for unauthorized scope modifications
  • Rotate all secrets that may have been exposed through this vulnerability

Patch Information

Refer to the GitHub Security Advisory for specific patch versions and upgrade instructions. The fix involves proper validation of sealing scope during the rotation flow, ensuring that the output scope cannot exceed the original secret's constraints regardless of input annotations.

Workarounds

  • Disable or restrict access to the /v1/rotate endpoint if key rotation is not immediately required
  • Implement network policies to limit which pods and service accounts can reach the Sealed Secrets controller API
  • Use Kubernetes RBAC to restrict get and list permissions on SealedSecret resources to minimize attacker access to victim secrets
  • Deploy admission controller policies that reject SealedSecret resources with unexpected scope annotations
bash
# Example: Network policy to restrict access to Sealed Secrets controller
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: sealed-secrets-restrict
  namespace: kube-system
spec:
  podSelector:
    matchLabels:
      app.kubernetes.io/name: sealed-secrets
  policyTypes:
  - Ingress
  ingress:
  - from:
    - namespaceSelector:
        matchLabels:
          sealed-secrets-access: "allowed"
EOF

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechBitnami Sealed Secrets

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

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

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability

  • CVE-2025-22793: Bold Pagos En Linea 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