5.3 CVE-2026-55686

Enriched by CISA Patch Exploit
 

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.
https://nvd.nist.gov/vuln/detail/CVE-2026-55686

Categories

CWE-61 : UNIX Symbolic Link (Symlink) Following
A product that allows UNIX symbolic links (symlink) as part of paths whether in internal code or through user input can allow an attacker to spoof the symbolic link and traverse the file system to unintended locations or access arbitrary files. The symbolic link can permit an attacker to read/write/corrupt a file that they originally did not have permissions to access.

References


 

AFFECTED (from MITRE)


Vendor Product Versions
podman-container-tools podman
  • >= 3.0.0, < 5.7.1 [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end
Configuration 1
cpe:2.3:a:podman_project:podman:*:*:*:*:*:*:*:* >= 3.0.0 < 5.7.1


REMEDIATION


Patch

Url
https://github.com/podman-container-tools/podman/security/advisories/GHSA-q6r...
https://github.com/podman-container-tools/podman/commit/d18e44e9abb3bf5b7294a...
https://github.com/podman-container-tools/podman/security/advisories/GHSA-q6r...


EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
https://github.com/podman-container-tools/podman/security/advisories/GHSA-q6r...
https://github.com/podman-container-tools/podman/security/advisories/GHSA-q6r...


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
27 Leveraging Race Conditions via Symbolic Links
High