<?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/"><channel><title>MiroFish — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/mirofish/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 03 Jan 2024 12:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/mirofish/feed.xml" rel="self" type="application/rss+xml"/><item><title>MiroFish Command Injection Vulnerability (CVE-2026-7058)</title><link>https://feed.craftedsignal.io/briefs/2024-01-03-mirofish-command-injection/</link><pubDate>Wed, 03 Jan 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-03-mirofish-command-injection/</guid><description>A command injection vulnerability exists in 666ghj MiroFish version 0.1.2 via the SimulationIPCClient.send_command function, allowing remote attackers to execute arbitrary commands.</description><content:encoded><![CDATA[<p>A command injection vulnerability, identified as CVE-2026-7058, affects 666ghj MiroFish up to version 0.1.2. The vulnerability resides in the <code>SimulationIPCClient.send_command</code> function within the <code>backend/app/services/simulation_ipc.py</code> file, specifically within the Inter-Process Communication component. This flaw allows a remote attacker to inject and execute arbitrary commands on the system. Public disclosure of the exploit exists, increasing the risk of exploitation. The vendor was notified, but has not yet responded. This vulnerability poses a significant risk as it allows for complete system compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable MiroFish instance running version 0.1.2 or earlier.</li>
<li>Attacker crafts a malicious command injection payload.</li>
<li>Attacker sends a request to the <code>SimulationIPCClient.send_command</code> function via the Inter-Process Communication mechanism.</li>
<li>The vulnerable function <code>SimulationIPCClient.send_command</code> fails to properly sanitize the attacker-supplied input.</li>
<li>The unsanitized input is passed to a system call.</li>
<li>The system executes the injected command with the privileges of the MiroFish process.</li>
<li>The attacker gains arbitrary code execution on the server.</li>
<li>The attacker can then perform actions such as installing malware, exfiltrating data, or pivoting to other systems on the network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this command injection vulnerability (CVE-2026-7058) allows an attacker to execute arbitrary commands on the affected system. This could lead to complete system compromise, data breaches, denial of service, or further lateral movement within the network. Given the public availability of the exploit, organizations using MiroFish 0.1.2 or earlier are at high risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply appropriate input validation and sanitization to the <code>SimulationIPCClient.send_command</code> function to prevent command injection.</li>
<li>Monitor web server logs for suspicious requests targeting the <code>backend/app/services/simulation_ipc.py</code> endpoint (see rules below).</li>
<li>Deploy the Sigma rules provided to detect potential exploitation attempts.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>command-injection</category><category>vulnerability</category><category>ipc</category></item><item><title>666ghj MiroFish REST API Authentication Bypass (CVE-2026-7042)</title><link>https://feed.craftedsignal.io/briefs/2024-01-mirofish-auth-bypass/</link><pubDate>Wed, 03 Jan 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-mirofish-auth-bypass/</guid><description>A missing authentication vulnerability (CVE-2026-7042) exists in 666ghj MiroFish up to version 0.1.2, allowing remote attackers to bypass authentication via manipulation of the REST API Endpoint's create_app function.</description><content:encoded><![CDATA[<p>A critical authentication bypass vulnerability, tracked as CVE-2026-7042, has been identified in 666ghj MiroFish software up to version 0.1.2. The vulnerability lies within the <code>create_app</code> function of the <code>backend/app/__init__.py</code> file, which manages the REST API Endpoint. A remote attacker can exploit this flaw by manipulating specific parameters within API requests, effectively bypassing authentication mechanisms. This allows unauthorized access to sensitive functionalities and data. Public exploits are available, increasing the risk of widespread exploitation. The vendor was notified, but has not yet responded.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable MiroFish instance running version 0.1.2 or earlier.</li>
<li>The attacker crafts a malicious HTTP request targeting the REST API Endpoint.</li>
<li>The crafted request manipulates parameters intended for the <code>create_app</code> function, specifically designed to bypass authentication checks.</li>
<li>The vulnerable <code>create_app</code> function fails to properly validate the request due to the missing authentication check.</li>
<li>The application grants unauthorized access to protected resources or functionalities.</li>
<li>The attacker performs unauthorized actions, such as data exfiltration, modification, or deletion, depending on the exposed API endpoints.</li>
<li>The attacker leverages the initial access to further compromise the system or pivot to other internal resources.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-7042 allows an attacker to bypass authentication controls in MiroFish applications. This can lead to unauthorized access to sensitive data, modification of application settings, or complete system compromise. The lack of authentication on the REST API endpoint can have severe implications for data confidentiality, integrity, and availability. Given the availability of a public exploit, affected organizations are at immediate risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor web server logs for suspicious HTTP requests targeting the REST API Endpoint with unusual parameters, using the provided Sigma rule that detects anomalous HTTP methods in webserver logs.</li>
<li>Apply any available patches or updates from 666ghj to address CVE-2026-7042 immediately.</li>
<li>Review the affected <code>backend/app/__init__.py</code> file for authentication logic flaws and implement necessary security measures.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-7042</category><category>authentication-bypass</category><category>rest-api</category></item></channel></rss>