Security Advisory

CVE-2026-21851

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-01-07 22:27:19
Last updated 2026-01-08 20:09:55
Assigner GitHub_M
State PUBLISHED

Description

MONAI (Medical Open Network for AI) is an AI toolkit for health care imaging. In versions up to and including 1.5.1, a Path Traversal (Zip Slip) vulnerability exists in MONAIs `_download_from_ngc_private()` function. The function uses `zipfile.ZipFile.extractall()` without path validation, while other similar download functions in the same codebase properly use the existing `safe_extract_member()` function. Commit 4014c8475626f20f158921ae0cf98ed259ae4d59 fixes this issue.