CVE-2026-26215
CRITICAL EPSS 55.9%
Published Feb 11, 20264mo ago · Modified Jun 17, 20261w ago
9.3 CVSS 4.0
Published Feb 11, 2026 4mo ago
Last Modified Jun 17, 2026 1w ago
Description
manga-image-translator version beta-0.3 and prior in shared API mode contains an unsafe deserialization vulnerability that can lead to unauthenticated remote code execution. The FastAPI endpoints /simple_execute/{method} and /execute/{method} deserialize attacker-controlled request bodies using pickle.loads() without validation. Although a nonce-based authorization check is intended to restrict access, the nonce defaults to an empty string and the check is skipped, allowing remote attackers to execute arbitrary code in the server context by sending a crafted pickle payload.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X
Threat Intelligence
EPSS Exploit Probability
55.9% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-502 Deserialization of Untrusted Data Validation
References 6
- chocapikk.com https://chocapikk.com/posts/2026/manga-image-translator-pickle-rce/
- github.com https://github.com/zyddnys/manga-image-translator/blob/a537cb12b41daf2065795058c2753d87e73fa0fe/manga_translator/mode/share.py#L112
- github.com https://github.com/zyddnys/manga-image-translator/blob/a537cb12b41daf2065795058c2753d87e73fa0fe/manga_translator/mode/share.py#L130
- github.com https://github.com/zyddnys/manga-image-translator/issues/1116
- github.com https://github.com/zyddnys/manga-image-translator/issues/946
- vulncheck.com https://www.vulncheck.com/advisories/manga-image-translator-shared-api-unsafe-deserialization-rce
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.