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?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54214Tobit Laboratories AG TeamDavid's Webbox application is vuln…5.3
- CVE-2026-54215Tobit Laboratories AG TeamDavid's Webbox contains an open r…5.3
- CVE-2026-54216Tobit Laboratories AG TeamDavid's Webbox application contain…5.3
- CVE-2026-54217Tobit Laboratories AG TeamDavid's Webbox application is vuln…5.3
- CVE-2026-54218Use of hard-coded cryptographic key vulnerability in Tobit L…8.8
- CVE-2026-54219UBB.threads is vulnerable to Stored XSS via user posts and u…5.1
- CVE-2026-54220uBB.threads is vulnerable to a Cross-Site Request Forgery (C…8.6
- CVE-2026-54221UBB.threads is vulnerable to Reflected XSS. The application …5.1
- CVE-2026-54222UBB.threads is vulnerable to Blind SQL Injection, allowing a…8.6
- CVE-2026-54223UBB.threads is vulnerable to Path traversal, allowing attack…8.6
- CVE-2026-54224UBB.threads is vulnerable to Denial of Service (DoS). By sen…7.1
- CVE-2026-54225Apache CXF allows to control the maximum attachment size via…7.5
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
