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

CVE-2025-9566: Podman Path Traversal Vulnerability

CVE-2025-9566 is a path traversal vulnerability in Podman that allows attackers to overwrite host files via kube play command using symbolic links in Secret or ConfigMap volumes. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 15, 2026

CVE-2025-9566 Overview

CVE-2025-9566 is a path traversal vulnerability in Podman that allows an attacker to leverage the kube play command to overwrite arbitrary host files. The vulnerability is triggered when a Kubernetes YAML file contains a Secret or ConfigMap volume mount that includes a symbolic link pointing to a host file path. This symlink attack can lead to unauthorized modification of critical system files, potentially causing denial of service or compromising system integrity.

Critical Impact

Attackers can overwrite arbitrary host files through malicious Kubernetes manifests, though they cannot control the content written to the target file.

Affected Products

  • Podman versions v4.0.0 through v5.6.0
  • Red Hat Enterprise Linux and related distributions using affected Podman versions
  • OpenShift Container Platform deployments utilizing vulnerable Podman releases

Discovery Timeline

  • September 5, 2025 - CVE-2025-9566 published to NVD
  • March 19, 2026 - Last updated in NVD database

Technical Details for CVE-2025-9566

Vulnerability Analysis

This vulnerability exploits a weakness in how Podman handles symbolic links within Secret and ConfigMap volume mounts during kube play operations. The flaw is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal.

When Podman processes a Kubernetes manifest file containing volume definitions, it fails to properly validate symbolic links embedded within Secret or ConfigMap volumes. An attacker who can supply or modify Kubernetes YAML files processed by kube play can craft a malicious manifest containing a symlink that points outside the intended volume boundary to arbitrary locations on the host filesystem.

The attack has an important limitation: while the attacker can control which file gets overwritten, they cannot control the actual content written to that file. This makes the vulnerability primarily useful for denial-of-service attacks by corrupting critical system files, rather than for injecting malicious code or configurations.

Root Cause

The root cause lies in insufficient symlink validation within Podman's volume handling code when processing Secret and ConfigMap mounts. The kube play command did not adequately check whether symbolic links within these volumes resolve to paths outside the intended container boundaries. This oversight allows directory traversal via symlinks, enabling file operations on the host filesystem that should be restricted to the container's namespace.

Attack Vector

The attack requires network access and low-privilege authentication to submit or influence Kubernetes manifests processed by Podman. The attack flow involves:

  1. An attacker crafts a malicious Kubernetes YAML file containing a Secret or ConfigMap volume definition
  2. Within this volume, a symbolic link is created that points to a sensitive host file path (e.g., /etc/passwd, /etc/shadow, or system configuration files)
  3. When podman kube play processes this manifest, it follows the symlink without proper validation
  4. The targeted host file is overwritten with volume content, potentially corrupting critical system files

The vulnerability affects integrity and availability of the host system. No confidentiality impact exists as the attacker cannot read host files through this mechanism.

Detection Methods for CVE-2025-9566

Indicators of Compromise

  • Unexpected modifications to system files such as /etc/passwd, /etc/shadow, or other critical configuration files
  • Kubernetes YAML files containing suspicious symlink definitions within Secret or ConfigMap volumes
  • Unusual podman kube play invocations with external or untrusted manifest sources
  • System instability or service failures following Podman container deployments

Detection Strategies

  • Monitor podman kube play command execution and audit the source of Kubernetes manifests being processed
  • Implement file integrity monitoring (FIM) on critical host system files to detect unauthorized modifications
  • Review container volume definitions for symlinks that reference absolute paths or use .. traversal sequences
  • Deploy runtime security monitoring to detect container processes attempting to access host filesystem paths outside their designated volumes

Monitoring Recommendations

  • Enable audit logging for all Podman commands, particularly kube play operations
  • Configure SentinelOne Singularity for container workload protection to monitor for suspicious filesystem operations
  • Implement alerts for any modifications to system-critical files outside of approved maintenance windows
  • Track the origin and integrity of Kubernetes manifest files before processing with kube play

How to Mitigate CVE-2025-9566

Immediate Actions Required

  • Upgrade Podman to version v5.6.1 or later, which contains the fix for this vulnerability
  • Audit all Kubernetes manifest files used with podman kube play for suspicious symlink definitions
  • Restrict access to the podman kube play command to trusted users and automated systems only
  • Implement manifest validation policies that reject volume definitions containing symbolic links

Patch Information

The vulnerability was introduced in Podman v4.0.0 and has been fixed in version v5.6.1. The upstream fix is available in GitHub commit 43fbde4. Red Hat has released multiple security advisories addressing this issue, including RHSA-2025:15900, RHSA-2025:16480, and additional updates documented in Red Hat's CVE page for CVE-2025-9566. For complete technical details, refer to the GitHub Security Advisory GHSA-wp3j-xq48-xpjw.

Workarounds

  • Avoid using podman kube play with untrusted or externally-sourced Kubernetes manifest files until patching is complete
  • Implement strict access controls limiting which users and systems can execute podman kube play commands
  • Pre-validate all Kubernetes YAML files to detect and reject any Secret or ConfigMap volumes containing symbolic links
  • Run Podman in rootless mode where possible to limit the impact of potential host filesystem modifications
bash
# Verify current Podman version and upgrade if necessary
podman --version
# If version is between v4.0.0 and v5.6.0, upgrade immediately

# On RHEL/CentOS/Fedora systems
sudo dnf update podman

# Verify the upgraded version
podman --version
# Ensure version is v5.6.1 or higher

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechPodman

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Red Hat Errata RHBA-2025:15692

  • Red Hat Errata RHBA-2025:15712

  • Red Hat Errata RHBA-2025:16158

  • Red Hat Errata RHBA-2025:16163

  • Red Hat Errata RHEA-2025:4782

  • Red Hat Security Advisory RHSA-2025:15900

  • Red Hat Security Advisory RHSA-2025:15901

  • Red Hat Security Advisory RHSA-2025:15904

  • Red Hat Security Advisory RHSA-2025:16480

  • Red Hat Security Advisory RHSA-2025:16481

  • Red Hat Security Advisory RHSA-2025:16482

  • Red Hat Security Advisory RHSA-2025:16488

  • Red Hat Security Advisory RHSA-2025:16515

  • Red Hat Security Advisory RHSA-2025:16724

  • Red Hat Security Advisory RHSA-2025:17669

  • Red Hat Security Advisory RHSA-2025:18217

  • Red Hat Security Advisory RHSA-2025:18218

  • Red Hat Security Advisory RHSA-2025:18240

  • Red Hat Security Advisory RHSA-2025:19002

  • Red Hat Security Advisory RHSA-2025:19041

  • Red Hat Security Advisory RHSA-2025:19046

  • Red Hat Security Advisory RHSA-2025:19094

  • Red Hat Security Advisory RHSA-2025:19894

  • Red Hat Security Advisory RHSA-2025:20909

  • Red Hat Security Advisory RHSA-2025:20983

  • Red Hat CVE CVE-2025-9566

  • Red Hat Bug Report #2393152

  • GitHub Podman Commit 43fbde4

  • GitHub Podman Advisory GHSA-wp3j-xq48-xpjw
  • Related CVEs
  • CVE-2026-33414: Podman HyperV Backend RCE Vulnerability

  • CVE-2026-34045: Podman Desktop Denial-of-Service Flaw

  • CVE-2025-4953: Podman Information Disclosure Vulnerability

  • CVE-2025-6032: Podman TLS Verification 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