CVE-2026-57231 Details
Description
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.
A vulnerability in Podman versions 1.8.1 prior to 5.8.4 allows container images with improperly formatted environment variables to exfiltrate host environment variables into the container. Specifically, an image with a variable that has only a key without a value can manipulate Podman into passing that variable from the host environment into the container. This issue is exacerbated by the use of an asterisk (*) in the variable name, which prompts Podman to transfer all host variables into the container. As a result, a malicious image could access and leak all Podman environment variables from the session in which the container is launched.
Users can update to Podman versions 5.8.4 or 6.0.0, both of which include the necessary fix. The vulnerability can also be mitigated by not running untrusted images and inspecting the image's environment variables before execution.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-200 | Exposure of Sensitive Information to an Unauthorized Actor | [email protected] |
| CWE-668 | Exposure of Resource to Wrong Sphere | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| podman project podman | >= 1.8.1, < 5.8.4 6.0.0 rc1 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 6, 2026 | Initial Analysis | [email protected] |
| Jun 27, 2026 | CVE Modified | CISA-ADP |
| Jun 26, 2026 | New CVE Received | [email protected] |