Zurück zur CVE-Übersicht
CVE-2026-100846
HIGH(7.6)CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H
Risk Signal Score29/100 — MITTEL
- CVSS 7.6 — Hoch
- Weniger als 24 Stunden alt
Beschreibung
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.