<?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>Cli-Mcp-Server (0.2.5) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/cli-mcp-server-0.2.5/</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>Fri, 04 Sep 2026 15:28:40 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/cli-mcp-server-0.2.5/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 Allowlist Bypass in cli-mcp-server</title><link>https://feed.craftedsignal.io/briefs/2026-09-cli-mcp-server-bypass/</link><pubDate>Fri, 04 Sep 2026 15:28:40 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cli-mcp-server-bypass/</guid><description>The cli-mcp-server package version 0.2.5 contains a vulnerability in the _validate_command_with_operators function allowing attackers to bypass command allowlists via shell substitution.</description><content:encoded><![CDATA[<p>The cli-mcp-server package version 0.2.5 contains a vulnerability in the _validate_command_with_operators function that can be triggered when the ALLOW_SHELL_OPERATORS configuration is enabled. This flaw allows an attacker to bypass the defined ALLOWED_COMMANDS validation check by leveraging shell command substitution syntax, such as $(...) or backticks. When an attacker provides a crafted input string containing these shell metacharacters, the validation logic fails to correctly filter the command execution, leading to the execution of non-allowlisted and potentially malicious commands. This vulnerability highlights a failure in input sanitization within the server's command processing logic, posing a significant risk for systems that rely on this package to restrict command execution environments. Defenders should identify instances of cli-mcp-server and ensure they are updated to a non-vulnerable version, or disable the ALLOW_SHELL_OPERATORS feature if command execution flexibility is not required.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for the execution of arbitrary, non-allowlisted shell commands, potentially leading to unauthorized system access, data exfiltration, or further lateral movement depending on the privileges of the process hosting the cli-mcp-server.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Identify and audit all applications currently using cli-mcp-server version 0.2.5.</li>
<li>Update cli-mcp-server to a version that patches the _validate_command_with_operators validation logic.</li>
<li>If an update is not immediately feasible, set ALLOW_SHELL_OPERATORS to false to mitigate the specific bypass vector.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>command-injection</category><category>execution</category></item></channel></rss>