CVE-2026-26215 - manga-image-translator Shared API Unsafe Deserialization RCE

CVE-2026-26215 - manga-image-translator Shared API Unsafe Deserialization RCE

CVE ID : CVE-2026-26215 Published : Feb. 11, 2026, 11:16 p.m. | 14 minutes 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. Severity: 9.3 | CRITICAL Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVE Details

Severity
CRITICAL
Published
Feb. 11, 2026
Impact: remote code execution