CVE-2026-55686
Received Received - Intake
Symlink Race Condition in Podman Allows Filesystem Modification

Publication date: 2026-06-26

Last updated on: 2026-06-26

Assigner: GitHub, Inc.

Description
Podman is a tool for managing OCI containers and pods. From 3.0.0 until 5.7.1, running a malicious container image where the WORKDIR path contains a symlink can create a directory or modify ownership on the host filesystem. Modified ownership is less likely to happen as that requires help from an untrusted/malicious process that mutates the host filesystem tree during dereferencing of the WORKDIR path, to trigger a race condition. This vulnerability is fixed in 5.7.1.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-26
Last Modified
2026-06-26
Generated
2026-06-26
AI Q&A
2026-06-26
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
podman_project podman From 3.0.0 (inc) to 5.7.1 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-61 The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability allows a malicious container image to create directories or modify ownership on the host filesystem, potentially leading to unauthorized modification of host filesystem integrity.

While the confidentiality and availability impacts are minimal, the integrity impact could affect compliance with standards and regulations that require strict control over data integrity and system security, such as GDPR and HIPAA.

Unauthorized modification of filesystem ownership or structure could lead to violations of data protection and security requirements mandated by these regulations.

Executive Summary

CVE-2026-55686 is a symlink traversal vulnerability in Podman affecting the WORKDIR functionality in container images. A malicious container image with a WORKDIR path containing a symlink can create directories or modify file ownership on the host filesystem.

While creating directories is straightforward, modifying ownership requires a race condition involving an untrusted process manipulating the host filesystem during path dereferencing.

This vulnerability affects Podman versions from 3.0.0 up to 5.7.0 and was fixed in version 5.7.1.

Exploitation involves crafting container images with carefully constructed symlinks in the WORKDIR path, which can lead to unintended filesystem changes on the host.

The severity is rated as Moderate with a CVSS score of 5.3, indicating low attack complexity and no required privileges or user interaction.

Impact Analysis

This vulnerability can allow a malicious container image to create directories or modify ownership of files on the host filesystem, potentially compromising the integrity of the host system.

Although confidentiality and availability impacts are minimal, unauthorized modification of the host filesystem could lead to security risks such as privilege escalation or unauthorized access to host resources.

The attack does not require any privileges or user interaction, making it easier for an attacker to exploit if they can run malicious container images.

Detection Guidance

This vulnerability can be detected by checking if your Podman installation is a vulnerable version (from 3.0.0 up to 5.7.0) and by testing whether malicious container images with symlinked WORKDIR paths can create directories or modify ownership on the host filesystem.

Two proof-of-concept scripts named test1.bash and test2.bash demonstrate the vulnerability by creating a directory at /var/BREAKOUT on the host, even when the container's working directory is set differently.

To detect exploitation attempts or test your system, you can run these proof-of-concept scripts if available, or manually inspect container images for symlinks in the WORKDIR path.

Additionally, monitoring your host filesystem for unexpected directory creation or ownership changes, especially at paths like /var/BREAKOUT, can help detect exploitation.

Mitigation Strategies

The immediate mitigation step is to upgrade Podman to version 5.7.1 or later, where this vulnerability has been fixed.

Until the upgrade is applied, avoid running untrusted or malicious container images that may contain symlinks in the WORKDIR path.

You can also monitor and restrict container image sources and implement host filesystem monitoring to detect unauthorized directory creation or ownership changes.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55686. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart