Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
WS-2026-0034
Published:August 28, 2026
Updated:August 31, 2026
The algo_from_pickle() function in monai/auto3dseg/utils.py deserializes attacker-controlled data with pickle.loads() at three call sites, with isinstance and key validation performed only after deserialization, so remote code execution fires before any check. An earlier advisory stated the issue was fixed in 1.5.2, but the file was unchanged and all three sinks remained. Fixed in 1.6.0, which gates the legacy pickle path behind the MONAI_ALLOW_PICKLE environment variable, deprecates algo_from_pickle and algo_to_pickle, and adds a pickle-free algo_to_json / algo_from_json path as the default.
Affected Packages
monai (CONDA):
Affected version(s) >=0.8.0 <1.6.0
Fix Suggestion:
Update to version 1.6.0
https://github.com/Project-MONAI/MONAI.git (GITHUB):
Affected version(s) >=1.0.0 <1.6.0
Fix Suggestion:
Update to version 1.6.0
monai (PYTHON):
Affected version(s) >=0.0.1 <1.6.0
Fix Suggestion:
Update to version 1.6.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.5
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.8
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Deserialization of Untrusted Data