Deserialization in Project-Monai Monai

CVE-2026-100846

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.

Vulnerability class: Insecure Deserialization

Published .

CVSS v3 metric

CVSS v3 base score 7.6 (High). Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H.

EPSS exploit prediction

No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-100846?
CVE-2026-100846 is a high-severity vulnerability in Project-Monai Monai, classified under Deserialization of Untrusted Data. CVSS score: 7.6/10. Published 2026-09-27.
How severe is CVE-2026-100846?
High severity. CVSS v3 base score is 7.6 out of 10.