CVE-2026-100843 PUBLISHED

MONAI before 1.6.0 Remote Code Execution via algo_from_pickle

Assigner: VulnCheck
Reserved: 27.09.2026 Published: 27.09.2026 Updated: 27.09.2026

MONAI versions before 1.6.0 contain a remote code execution vulnerability in the algo_from_pickle() function due to unsafe pickle.loads() deserialization in monai/auto3dseg/utils.py. Attackers can craft malicious pickle files that execute arbitrary system commands when deserialized by the vulnerable function.

Metrics

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

Product Status

Vendor Project-MONAI
Product MONAI
Versions Default: unaffected
  • affected from 0 to 1.6.0 (excl.)
  • Version 1.6.0 is unaffected

Credits

  • aslein1413-sys reporter

References

Problem Types

  • Deserialization of Untrusted Data CWE