CVE-2026-5422
Last modified
CVE-2026-5422 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. A path traversal vulnerability exists in jupyter-server version 2.17.0 due to an incorrect root directory boundary check in the _get_os_path() function within jupyter_server/services/contents/fileio.py. The check uses startswith(root) without appending a trailing path separator, allowing sibling directories with names starting with the same prefix as root_dir to bypass the check. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
A path traversal vulnerability exists in jupyter-server version 2.17.0 due to an incorrect root directory boundary check in the _get_os_path() function within jupyter_server/services/contents/fileio.py. The check uses startswith(root) without appending a trailing path separator, allowing sibling directories with names starting with the same prefix as root_dir to bypass the check. Additionally, the to_os_path() function in utils.py does not strip ".." from path parts, enabling traversal sequences to bypass the vulnerable check. This vulnerability can lead to unauthorized read/write access to files in sibling directories, potentially exposing sensitive data in shared hosting environments.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Jupyter | Jupyter Server | 2.17.0 |
References
- https://huntr.com/bounties/24a36953-6490-466f-8cb2-a90d1ca56e0fExploit, Third Party Advisory
- https://huntr.com/bounties/24a36953-6490-466f-8cb2-a90d1ca56e0fExploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-5422?
How severe is CVE-2026-5422?
How do I fix CVE-2026-5422?
Are you affected by CVE-2026-5422?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
