Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. jupyter-server
  4. ›
  5. CVE-2026-5422

CVE-2026-5422: Jupyter Server vulnerable to Path Traversal via incorrect root directory boundary check in _get_os_path()

June 2, 2026 (updated July 9, 2026)

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.

References

  • github.com/advisories/GHSA-gf7q-q4j7-hp7c
  • huntr.com/bounties/24a36953-6490-466f-8cb2-a90d1ca56e0f
  • nvd.nist.gov/vuln/detail/CVE-2026-5422

Code Behaviors & Features

Detect and mitigate CVE-2026-5422 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 →

Affected versions

All versions before 2.18.2

Fixed versions

  • 2.18.2

Solution

Upgrade to version 2.18.2 or above.

Impact 6.8 MEDIUM

CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-23: Relative Path Traversal

Source file

pypi/jupyter-server/CVE-2026-5422.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:18:33 +0000.