<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:podman_project:podman:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3apodman_projectpodman/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 24 Sep 2026 20:05:13 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3apodman_projectpodman/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Podman Environment Variable Leak via Malformed Container Images</title><link>https://feed.craftedsignal.io/briefs/2026-09-podman-env-leak/</link><pubDate>Thu, 24 Sep 2026 20:05:13 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-podman-env-leak/</guid><description>A vulnerability in Podman allows malicious container images containing malformed environment variables to exfiltrate host environment variables into the container environment at runtime.</description><content:encoded><![CDATA[<p>Podman contains a high-severity vulnerability (CVE-2026-57231) that enables the unauthorized exfiltration of host environment variables into a running container. The issue arises from flawed parsing logic within the container image configuration; specifically, if an image defines environment variables without an accompanying value, or utilizes wildcard characters such as an asterisk, Podman improperly interprets these entries.</p>
<p>By design, the Podman <code>--env</code> flag is intended to map host variables to a container. Due to the reuse of this parsing logic for image configuration, an attacker can craft a container image that forces the container engine to mirror sensitive host-side environment variables - such as API keys, database credentials, or tokens - directly into the container's process space upon execution. This vulnerability affects multiple versions of Podman across the v2 through v6 branches. Defenders should prioritize upgrading to patched versions or implementing strict image validation processes.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an attacker to gain unauthorized access to sensitive host environment variables. In cloud or CI/CD environments where containers are frequently executed, this could lead to the exposure of credentials, service account tokens, or environment configuration secrets, potentially facilitating lateral movement or privilege escalation within the host or broader infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Podman to a secure version as specified in the advisory: v5.8.4, v6.0.0, or higher depending on the deployment branch.</li>
<li>Prior to execution, audit untrusted container images using the command: <code>podman image inspect --format '{{.Config.Env}}' &lt;image&gt;</code>. Identify and block images containing environment variables that lack a key-value assignment (i.e., variables not following the <code>key=value</code> format).</li>
<li>Enforce strict policies regarding the ingestion of images from public or untrusted container registries.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>container-security</category><category>credential-theft</category></item></channel></rss>