CVE-2026-100846
Received Received - Intake

Deserialization of Untrusted Data in MONAI

Vulnerability report for CVE-2026-100846, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-27

Last updated on: 2026-09-27

Assigner: VulnCheck

Description

MONAI before 1.5.2 contains a deserialization of untrusted data vulnerability in the algo_from_pickle function in monai/auto3dseg/utils.py. The function reads a .pkl file and passes its contents to pickle.loads without validating the data source or content. If an application invokes algo_from_pickle on an attacker-supplied pickle file, an object defining __reduce__ is executed during deserialization, resulting in arbitrary code execution in the context of the application.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-27
Last Modified
2026-09-27
Generated
2026-09-27
AI Q&A
2026-09-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
monai monai to 1.5.2 (exc)
project_monai monai to 1.5.2 (exc)
project_monai monai to 1.5.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a deserialization of untrusted data flaw in MONAI versions before 1.5.2. The algo_from_pickle function in monai/auto3dseg/utils.py reads a .pkl file and passes its contents to pickle.loads without validating the data source or content. Attackers can exploit this by providing a malicious pickle file that executes arbitrary code during deserialization via objects defining __reduce__.

Detection Guidance

Check for MONAI versions before 1.5.2 by running commands like pip show monai or pip list | grep monai. Inspect files using algo_from_pickle in monai/auto3dseg/utils.py for unvalidated pickle.loads calls. Monitor for unexpected processes or network connections that may indicate exploitation.

Impact Analysis

If you use MONAI versions 1.5.1 or earlier, an attacker could craft a malicious pickle file to execute arbitrary commands on your system when the vulnerable function processes it. This could lead to remote code execution, allowing attackers to take control of your application or system, steal data, or perform other malicious actions.

Compliance Impact

This vulnerability could lead to unauthorized code execution, potentially resulting in data breaches or loss of sensitive information. Such incidents may violate GDPR's data protection requirements or HIPAA's safeguards for protected health information, leading to legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Upgrade MONAI to version 1.5.2 or later immediately. Avoid loading untrusted pickle files. Implement input validation for all pickle data sources. Use safe deserialization methods if pickle usage is necessary.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-100846. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart