Vulnerability  ·  2026-06-05

CVE-2026-5422: Jupyter Server 2.17.0 Path Traversal Enables Unauthorized Read/Write in Sibling Directories — ML Infrastructure Risk in Shared Hosting

VulnerabilityMedium impactGlobalCVE-2026-5422
A path traversal vulnerability in Jupyter Server version 2.17.0 allows an authenticated remote attacker with low privileges to read from and write to files in sibling directories outside the configured root directory. The root cause is a flawed boundary check in `_get_os_path()` (uses `startswith(root)` without appending a trailing separator, so sibling directories sharing the same prefix bypass the check) and failure to strip `..` path parts in `to_os_path()`. CVSS 3.x: 6.8 Medium. Disclosed via Huntr, modified by CISA-ADP on June 2, 2026.
An attacker with authenticated low-privilege access to a shared Jupyter Server instance crafts path traversal sequences to navigate outside the root notebook directory and access or overwrite files in sibling directories — which in shared ML environments frequently contain model artifacts, credentials, training data, experiment outputs, or other users' work.
Jupyter Server 2.17.0 running in shared-hosting configurations: multi-user data-science platforms, JupyterHub deployments, cloud notebook services, university research environments, and any ML pipeline where multiple users share a server with sibling-directory data stores.
No patch version was available at time of disclosure (NVD entry marked 'Awaiting Enrichment'). Immediate mitigations: (1) isolate Jupyter users in per-user containers with strict filesystem mounts; (2) restrict filesystem permissions so the Jupyter server process cannot access sibling directories; (3) monitor for unusual `..`-containing path requests in server access logs; (4) review all instances exposed in shared-hosting configurations and apply vendor fix when released. Track the Huntr bounty page for patch status.
Sources
NVD — CVE-2026-5422 DetailHuntr Bounty — CVE-2026-5422
See this in the live feed Explore related AI security and governance findings — updated every morning.
Open the feed →