๐Ÿ” CVE Alert

CVE-2026-100846

HIGH 7.6

MONAI before 1.5.2 Remote Code Execution via Pickle Deserialization

CVSS Score
7.6
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-502
Vendor project-monai
Product monai
Published Sep 27, 2026
Stay Ahead of the Next One

Get instant alerts for project-monai monai

Be the first to know when new high vulnerabilities affecting project-monai monai are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
High
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

Project-MONAI / MONAI
0 < 1.5.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-89gg-p5r5-q6r4 vulncheck.com: https://www.vulncheck.com/advisories/monai-before-1.5.2-remote-code-execution-via-pickle-deserialization

Credits

๐Ÿ” hnking-star