Logo
componentpodman
Name
podman
Version
v5.7.0
Type
library
Description
-
Licenses
Apache-2.0vendored dependencies licenses probably not listed
PURL
pkg:golang/github.com/containers/podman@v5.7.0
CPE
cpe:2.3:a:podman_project:podman:5.7.0:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version

Vulnerabilities#


Name
Analysis
Description
Exploitable
Podman is a tool for managing OCI containers and pods. From 1.8.1 until 5.8.4, a container image that contains a environment variable with just a key and no value can trick podman into passing that variable from the host into the container. This is made worse by the fact that using an asterisk (*) will cause podman to pass all host variables into the container. So essentially a malicious image can exfiltrate all podman environment variables that are set in the session from where the container is launched. This vulnerability is fixed in 5.8.4 and 6.0.0.
Exploitable
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.
Exploitable
An incorrect handling of the supplementary groups in the Podman container engine might lead to the sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.