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
    • 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-29773

CVE-2026-29773: Kubewarden Privilege Escalation Flaw

CVE-2026-29773 is a privilege escalation vulnerability in Kubewarden that allows attackers with AdmissionPolicy permissions to gain read access to Ingresses, Namespaces, and Services. This article covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2026-29773 Overview

CVE-2026-29773 is an authorization bypass vulnerability in Kubewarden, a policy engine for Kubernetes. Kubewarden cluster operators can grant permissions to users to deploy namespaced AdmissionPolicies and AdmissionPolicyGroups in their Namespaces. One of Kubewarden's promises is that configured users can deploy namespaced policies in a safe manner, without privilege escalation. However, an attacker with privileged "AdmissionPolicy" create permissions (which isn't the default) could exploit three deprecated host-callback APIs: kubernetes/ingresses, kubernetes/namespaces, and kubernetes/services. By crafting a malicious policy that exercises these deprecated API calls, an attacker could gain unauthorized read access to Ingresses, Namespaces, and Services resources.

Critical Impact

Unauthorized read access to Kubernetes cluster resources (Ingresses, Namespaces, Services) through deprecated API callbacks, enabling information disclosure in multi-tenant Kubernetes environments.

Affected Products

  • Kubewarden Controller (versions prior to security patch)
  • Kubewarden policy engine deployments with namespaced AdmissionPolicy permissions enabled

Discovery Timeline

  • 2026-03-10 - CVE-2026-29773 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-29773

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), where the Kubewarden controller fails to properly enforce authorization boundaries when policies invoke deprecated host-callback APIs. The core issue stems from the controller's continued support for legacy API endpoints that bypass the intended namespace isolation model.

When users are granted permissions to create AdmissionPolicies within specific namespaces, the expectation is that these policies operate strictly within their namespace boundaries. However, the deprecated kubernetes/ingresses, kubernetes/namespaces, and kubernetes/services host-callback APIs do not properly enforce these restrictions, allowing a crafted policy to query resources across the cluster.

This is a read-only vulnerability—there is no write capability and no access to sensitive resources such as Secrets, ConfigMaps, or other resource types beyond Ingresses, Namespaces, and Services.

Root Cause

The root cause lies in the deprecated host-callback APIs that were not updated to respect the namespace isolation model introduced for namespaced AdmissionPolicies. These legacy APIs predate the current security model and retain cluster-wide read permissions, creating an authorization bypass when invoked from namespaced policies. The controller failed to restrict or remove these deprecated API endpoints, allowing them to be called by policies that should be confined to their respective namespaces.

Attack Vector

The attack vector is network-based and requires an authenticated attacker with elevated permissions to create AdmissionPolicy resources. This is not a default permission, meaning the attacker must have been explicitly granted AdmissionPolicy create permissions by a cluster administrator.

The attack flow involves:

  1. An attacker with AdmissionPolicy create permissions deploys a malicious namespaced AdmissionPolicy
  2. The policy is crafted to invoke the deprecated host-callback APIs (kubernetes/ingresses, kubernetes/namespaces, kubernetes/services)
  3. When the policy is evaluated, it gains read access to cluster-wide resources of these three types
  4. The attacker can exfiltrate information about Ingresses, Namespaces, and Services across the entire cluster

This attack requires low complexity as the deprecated APIs are straightforward to invoke once the attacker understands their existence. The vulnerability does not require user interaction.

Detection Methods for CVE-2026-29773

Indicators of Compromise

  • Unexpected AdmissionPolicy resources created in namespaces, particularly those referencing host-callback functions
  • Policy evaluation logs showing calls to deprecated APIs: kubernetes/ingresses, kubernetes/namespaces, or kubernetes/services
  • Unusual audit log entries indicating cross-namespace resource queries from namespaced policies

Detection Strategies

  • Review Kubernetes audit logs for AdmissionPolicy creation events, particularly from users who should not have cluster-wide visibility
  • Monitor for policy evaluations that invoke the deprecated host-callback APIs
  • Implement RBAC auditing to identify users with AdmissionPolicy create permissions who may attempt exploitation
  • Use admission controller logging to track which policies are calling host-callback functions

Monitoring Recommendations

  • Enable detailed Kubernetes audit logging for AdmissionPolicy and AdmissionPolicyGroup resources
  • Configure alerts for policy creation events by non-administrative users
  • Monitor Kubewarden controller logs for deprecated API invocations
  • Implement network monitoring for unusual internal API traffic patterns within the cluster

How to Mitigate CVE-2026-29773

Immediate Actions Required

  • Update the Kubewarden controller to the patched version immediately
  • Audit existing AdmissionPolicies for any that may invoke the deprecated host-callback APIs
  • Review and restrict RBAC permissions for AdmissionPolicy creation across the cluster
  • Temporarily disable namespaced AdmissionPolicy creation until patches are applied

Patch Information

The Kubewarden project has addressed this vulnerability through a security patch. The fix is documented in GitHub Pull Request #1519 and implemented in commit 4e41b60. Organizations should update their Kubewarden controller deployment to incorporate this fix. For detailed information about the vulnerability and remediation steps, refer to the GitHub Security Advisory GHSA-6r7f-3fwq-hq74.

Workarounds

  • Remove or restrict AdmissionPolicy create permissions from non-administrative users until patching is complete
  • Implement OPA Gatekeeper or similar admission controllers to block policies that reference the deprecated APIs
  • Use Kubernetes NetworkPolicies to limit policy engine communication paths where feasible
  • Monitor and audit all namespaced AdmissionPolicy deployments for suspicious configurations

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechKubewarden

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request #1519

  • GitHub Security Advisory GHSA-6r7f-3fwq-hq74
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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