<?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>CodeWhale - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/codewhale/</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>Tue, 18 Aug 2026 16:55:25 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/codewhale/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>Argument Injection Vulnerability in CodeWhale git_show Tool</title><link>https://feed.craftedsignal.io/briefs/2026-08-codewhale-argument-injection/</link><pubDate>Tue, 18 Aug 2026 16:55:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-codewhale-argument-injection/</guid><description>An argument injection vulnerability (CVE-2026-75913) in the CodeWhale git_show tool allows attackers to perform arbitrary file writes under the user's privilege level by manipulating the 'rev' parameter.</description><content:encoded><![CDATA[<p>CodeWhale and codewhale-tui versions 0.8.41 through 0.8.63 contain an argument injection vulnerability within the <code>git_show</code> tool, assigned as CVE-2026-75913. The vulnerability stems from the tool failing to properly validate the <code>rev</code> parameter before passing it to the <code>git show</code> command line. By supplying an input starting with <code>--output=</code>, an attacker can inject malicious flags into the git execution process. Because the tool is registered for auto-approval and marketed as a read-only utility, it is often trusted by users and automated workflows. An attacker can leverage this trust, potentially in combination with prompt injection within a malicious repository, to cause the <code>git</code> binary to overwrite sensitive files such as <code>~/.ssh/authorized_keys</code>, <code>~/.bashrc</code>, or <code>~/.gitconfig</code> with attacker-controlled content. This flaw allows for lateral movement, persistence, or credential harvesting at the privilege level of the user executing the tool. The issue is resolved in version 0.8.64 by implementing input validation for the <code>rev</code> parameter.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for arbitrary file writes, enabling an attacker to gain persistence or modify system configurations on the host machine. This poses a significant risk to developers and automated CI/CD environments where CodeWhale is utilized, potentially leading to unauthorized access to developer environments or the execution of malicious commands via modified shell profiles.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all instances of <code>codewhale</code> and <code>codewhale-tui</code> to version 0.8.64 or later immediately.</li>
<li>Audit logs for the execution of <code>git</code> commands spawned by CodeWhale to identify anomalous command-line arguments, specifically those containing <code>--output=</code>.</li>
<li>Restrict the permissions of users executing the CodeWhale tool to limit the potential impact of an arbitrary file write on sensitive user-specific configuration files.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>remote-code-execution</category><category>configuration-vulnerability</category><category>developer-tools</category><category>vulnerability</category><category>code-execution</category><category>authorization-bypass</category></item></channel></rss>