CVE-2026-10042 PUBLISHED

manga-image-translator RCE via Unsafe Pickle Deserialization in Share Model

Assigner: VulnCheck
Reserved: 28.05.2026 Published: 29.05.2026 Updated: 29.05.2026

manga-image-translator contains a remote code execution vulnerability in the shared API server mode due to unsafe deserialization of untrusted pickle data in the share.py module, where the /execute/{method_name} and /simple_execute/{method_name} endpoints deserialize attacker-controlled HTTP request bodies using pickle.loads(). A remote attacker can supply a crafted pickle payload to these endpoints to execute arbitrary code in the server process, resulting in full container compromise when running in the default Docker deployment as root.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor zyddnys
Product manga-image-translator
Versions Default: unknown
  • affected from 0 to d744148 (incl.)

Credits

  • YU SUN finder

References

Problem Types

  • CWE-502 Deserialization of Untrusted Data CWE