CVE-2026-21851: MONAI has Path Traversal (Zip Slip) in NGC Private Bundle Download
(updated )
A Path Traversal (Zip Slip) vulnerability exists in MONAI’s _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.
This appears to be an implementation oversight, as safe extraction is already implemented and used elsewhere in MONAI.
CWE: CWE-22 (Improper Limitation of a Pathname to a Restricted Directory)
References
Code Behaviors & Features
Detect and mitigate CVE-2026-21851 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →