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
No CVSS.
References
Configurations
No configuration.
History
11 Feb 2026, 23:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-02-11 23:16
Updated : 2026-02-12 15:10
NVD link : CVE-2026-26215
Mitre link : CVE-2026-26215
CVE.ORG link : CVE-2026-26215
JSON object : View
Products Affected
No product.
CWE
CWE-502
Deserialization of Untrusted Data
