<?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>Manga-Image-Translator — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/manga-image-translator/</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, 29 May 2026 15:17:37 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/manga-image-translator/feed.xml" rel="self" type="application/rss+xml"/><item><title>Manga-Image-Translator Remote Code Execution via Pickle Deserialization (CVE-2026-10042)</title><link>https://feed.craftedsignal.io/briefs/2026-05-manga-image-rce/</link><pubDate>Fri, 29 May 2026 15:17:37 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-manga-image-rce/</guid><description>Manga-image-translator is vulnerable to remote code execution (CVE-2026-10042) in the shared API server mode due to unsafe deserialization of untrusted pickle data, allowing a remote attacker to execute arbitrary code in the server process.</description><content:encoded><![CDATA[<p>Manga-image-translator is susceptible to a critical remote code execution vulnerability, identified as CVE-2026-10042, affecting the shared API server mode. The root cause lies in the unsafe deserialization of untrusted pickle data within the <code>share.py</code> module. Specifically, the <code>/execute/{method_name}</code> and <code>/simple_execute/{method_name}</code> endpoints are vulnerable, as they deserialize attacker-controlled HTTP request bodies using the <code>pickle.loads()</code> function. This flaw allows a remote attacker to supply a specially crafted pickle payload, leading to the execution of arbitrary code within the server process. The default Docker deployment runs as root, which exacerbates the issue, potentially resulting in full container compromise. Defenders should prioritize detection and mitigation of this vulnerability.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a manga-image-translator instance running in shared API server mode.</li>
<li>Attacker crafts a malicious pickle payload designed to execute arbitrary code on the server.</li>
<li>Attacker sends an HTTP POST request to either the <code>/execute/{method_name}</code> or <code>/simple_execute/{method_name}</code> endpoint.</li>
<li>The HTTP request body contains the crafted pickle payload.</li>
<li>The <code>share.py</code> module&rsquo;s vulnerable endpoint calls <code>pickle.loads()</code> on the attacker-controlled payload.</li>
<li><code>pickle.loads()</code> deserializes the malicious payload, triggering arbitrary code execution.</li>
<li>The attacker gains code execution within the container, running as root.</li>
<li>The attacker leverages the compromised container to perform further malicious activities, such as data exfiltration or lateral movement.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-10042 allows a remote attacker to achieve remote code execution on the affected manga-image-translator server. When running in the default Docker deployment as root, this leads to full container compromise. The CVSS v3.1 base score for this vulnerability is 9.8, indicating a critical severity. The lack of information about affected deployments makes it hard to determine the number of victims, but exploitation could lead to data breaches, service disruption, or further attacks originating from the compromised server.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;Detect CVE-2026-10042 Exploitation Attempt via Pickle Deserialization&rdquo; to your SIEM to detect potential exploitation attempts based on suspicious HTTP POST requests to the vulnerable endpoints.</li>
<li>Enable webserver logging to monitor HTTP requests and responses to activate the Sigma rule effectively.</li>
<li>Apply appropriate input validation and sanitization techniques to prevent the deserialization of untrusted data.</li>
<li>Consider running the manga-image-translator container with a non-root user to reduce the impact of a successful container compromise.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>rce</category><category>deserialization</category><category>CVE-2026-10042</category><category>manga-image-translator</category></item></channel></rss>