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

CVE-2026-24835: Podman Desktop Auth Bypass Vulnerability

CVE-2026-24835 is an authentication bypass flaw in Podman Desktop that allows malicious extensions to circumvent permission checks and hijack authentication sessions. This article covers technical details, affected versions, and patches.

Published: January 30, 2026

CVE-2026-24835 Overview

CVE-2026-24835 is an authentication bypass vulnerability affecting Podman Desktop, a graphical tool for developing on containers and Kubernetes. A critical flaw in the isAccessAllowed() function unconditionally returns true, enabling any extension to completely circumvent permission checks and gain unauthorized access to all authentication sessions. This vulnerability allows malicious extensions to impersonate any user, hijack authentication sessions, and access sensitive resources without authorization.

Critical Impact

Malicious extensions can bypass all authentication controls, impersonate users, hijack sessions, and gain unauthorized access to sensitive container and Kubernetes resources.

Affected Products

  • Podman Desktop versions prior to 1.25.1
  • All Podman Desktop installations with third-party extensions enabled
  • Container development environments using Podman Desktop for Kubernetes management

Discovery Timeline

  • 2026-01-28 - CVE CVE-2026-24835 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-24835

Vulnerability Analysis

This authentication bypass vulnerability (CWE-285: Improper Authorization) stems from a flawed access control implementation in Podman Desktop's extension authentication mechanism. The vulnerability allows any installed extension, regardless of its permissions or trust level, to access authentication sessions that should be restricted.

The root issue lies in the authorization check function that fails to properly validate whether an extension has the necessary permissions to access authentication resources. Instead of performing actual permission verification, the function returns a permissive result, effectively disabling the entire authorization layer for extension authentication access.

This architectural flaw means that even an unprivileged or potentially malicious extension can access sensitive authentication tokens, session data, and user credentials managed by Podman Desktop. The impact is particularly severe in enterprise environments where Podman Desktop may be connected to production Kubernetes clusters or container registries containing sensitive data.

Root Cause

The isAccessAllowed() function in Podman Desktop's authentication module unconditionally returns true regardless of the requesting extension's permissions or the resource being accessed. This represents a fundamental failure in the authorization logic, effectively removing the security boundary between extensions and the authentication subsystem. The implementation appears to have been designed as a placeholder or debugging aid that was inadvertently shipped in production code.

Attack Vector

An attacker can exploit this vulnerability by creating or compromising a Podman Desktop extension. Once installed, the malicious extension can invoke authentication APIs and access any user's session without proper authorization checks. The attack requires the victim to install an untrusted extension, but given the popularity of extension ecosystems, this represents a realistic threat vector.

The exploitation flow involves:

  1. Attacker distributes a malicious extension through unofficial channels or compromises an existing extension
  2. User installs the extension in Podman Desktop
  3. Extension calls authentication session APIs
  4. The isAccessAllowed() function returns true without verification
  5. Attacker gains access to all authentication sessions, tokens, and credentials

Since no code examples were verified from official sources, readers should consult the GitHub Security Advisory for technical implementation details regarding the vulnerable function and its fix.

Detection Methods for CVE-2026-24835

Indicators of Compromise

  • Unusual extension activity accessing authentication APIs without corresponding user actions
  • Multiple authentication session access events from a single extension in short time periods
  • Extensions accessing credentials for services the user has not explicitly authorized
  • Unexpected token refresh or session manipulation operations in Podman Desktop logs

Detection Strategies

  • Monitor Podman Desktop extension activity logs for unauthorized authentication API calls
  • Audit installed extensions and verify their source and integrity against known-good checksums
  • Implement network monitoring to detect unusual outbound connections from Podman Desktop or its extensions
  • Review container registry and Kubernetes API access patterns for signs of credential misuse

Monitoring Recommendations

  • Enable verbose logging for Podman Desktop authentication subsystem to capture extension interactions
  • Configure alerts for authentication session access from newly installed or recently updated extensions
  • Implement endpoint detection to monitor file system and process activity related to Podman Desktop extensions
  • Establish baseline behavior for extension-to-authentication-system interactions to identify anomalies

How to Mitigate CVE-2026-24835

Immediate Actions Required

  • Upgrade Podman Desktop to version 1.25.1 or later immediately
  • Audit all installed extensions and remove any that are unnecessary or from untrusted sources
  • Rotate credentials and tokens that may have been accessible through Podman Desktop
  • Review access logs for Kubernetes clusters and container registries for signs of unauthorized access

Patch Information

The vulnerability has been addressed in Podman Desktop version 1.25.1. Users should update to this version or later to receive the security fix. The patch properly implements the isAccessAllowed() function to perform actual authorization checks before granting extensions access to authentication sessions.

For additional details on the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Disable or remove all non-essential extensions until the patch can be applied
  • Restrict Podman Desktop usage to isolated environments without access to production credentials
  • Implement network segmentation to limit potential damage from compromised authentication tokens
  • Use credential management solutions that support short-lived tokens to minimize exposure window
bash
# Verify Podman Desktop version
podman-desktop --version

# List installed extensions for audit
ls -la ~/.local/share/containers/podman-desktop/extensions/

# Remove untrusted extensions (example)
rm -rf ~/.local/share/containers/podman-desktop/extensions/untrusted-extension/

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPodman Desktop

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P/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
  • Google Drive File

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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