<?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>Quay-Builder-Qemu - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/quay-builder-qemu/</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>Wed, 16 Sep 2026 23:52:21 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/quay-builder-qemu/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>Supply Chain Vulnerability in quay-builder-qemu via Mutable GitHub Action</title><link>https://feed.craftedsignal.io/briefs/2026-09-quay-builder-qemu-supply-chain/</link><pubDate>Wed, 16 Sep 2026 23:52:21 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-quay-builder-qemu-supply-chain/</guid><description>A supply chain vulnerability in quay-builder-qemu allows for remote code execution and credential theft due to the use of a mutable GitHub Action dependency.</description><content:encoded><![CDATA[<p>CVE-2026-85469 describes a supply chain vulnerability affecting quay-builder-qemu, stemming from the inclusion of the third-party GitHub Action <code>Noelware/docker-manifest-action</code> in the project's release workflow. The workflow pins this dependency to a mutable branch rather than a specific immutable commit hash, creating a vector for dependency confusion or upstream compromise.</p>
<p>If an attacker compromises the upstream Noelware repository, they can inject arbitrary malicious code that executes within the build environment. This process facilitates the exfiltration of sensitive registry credentials and the potential poisoning of container images produced by the build pipeline. Furthermore, the workflow configuration improperly exposes the default GitHub Actions token, which an attacker can leverage to further compromise the repository or associated infrastructure. This vulnerability highlights the significant risk posed by mutable dependencies in automated CI/CD pipelines.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an attacker to gain control over the build process, resulting in the theft of registry credentials and the injection of backdoored container images into the software supply chain. This impact extends to the integrity of any downstream systems or clients that deploy images built by the compromised pipeline.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for CI/CD pipeline security teams:</p>
<ul>
<li>Audit all GitHub Action workflows for dependencies pinned to mutable tags or branches.</li>
<li>Pin all third-party GitHub Actions to specific, immutable SHA-256 commit hashes to prevent execution of unauthorized code.</li>
<li>Audit workflow permissions to adhere to the principle of least privilege, specifically restricting access to secrets and the default GITHUB_TOKEN.</li>
<li>Monitor CI/CD logs for unexpected network connections originating from build runners, particularly those targeting credential storage or external file hosting services.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>supply-chain</category><category>ci-cd</category><category>vulnerability</category></item></channel></rss>