Description
JupyterLab Git is a Git extension for JupyterLab. Prior to 0.54.0, jupyterlab-git uses fnmatch.fnmatchcase() in GitHandler.prepare() in jupyterlab_git/handlers.py to enforce excluded_paths, allowing an authenticated user on a case-insensitive filesystem to vary URL path casing and read excluded directories. This issue is fixed in version 0.54.0.
Published: 2026-07-08
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

JupyterLab Git is a Git extension for JupyterLab. Prior to version 0.54.0, it uses fnmatch.fnmatchcase() in the GitHandler.prepare() function to enforce excluded_paths. On a case‑insensitive filesystem, an authenticated user can vary the capitalization of a URL path and read files in directories that should be hidden. This case‑sensitivity error (CWE‑178) allows disclosure of repository content that was intended to be excluded, leading to unauthorized data exposure.

Affected Systems

The vulnerability affects installations of jupyterlab‑git before version 0.54.0. Any user with authenticated access to a JupyterLab instance running jupyterlab‑git 0.53.x or earlier is potentially impacted.

Risk and Exploitability

The CVSS score of 7.1 classifies this as high severity. The EPSS score of <1% indicates a very low probability of active exploitation, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that exploitation can be performed via the web interface by manipulating the capitalization of the URL path; exploitation requires only standard authentication to the JupyterLab instance and does not provide remote code execution or denial of service.

Generated by OpenCVE AI on July 29, 2026 at 13:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade jupyterlab‑git to version 0.54.0 or later to apply the official fix.
  • If an upgrade is not immediately possible, run the JupyterLab server on a case‑sensitive file system or configure the environment so that filesystem checks honor case sensitivity.
  • Immediately review and restrict repository permissions to minimize the impact of potential hidden data exposure, and audit access logs for suspicious path‑alteration attempts.

Generated by OpenCVE AI on July 29, 2026 at 13:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-436q-jwfr-rm2h jupyterlab-git excluded_paths Case-Sensitivity Bypass Allows Reading Excluded Directories
History

Fri, 10 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 10 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Jupyter
Jupyter jupyterlab
Vendors & Products Jupyter
Jupyter jupyterlab

Thu, 09 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description JupyterLab Git is a Git extension for JupyterLab. Prior to 0.54.0, jupyterlab-git uses fnmatch.fnmatchcase() in GitHandler.prepare() in jupyterlab_git/handlers.py to enforce excluded_paths, allowing an authenticated user on a case-insensitive filesystem to vary URL path casing and read excluded directories. This issue is fixed in version 0.54.0.
Title jupyterlab-git excluded_paths Case-Sensitivity Bypass Allows Reading Excluded Directories
Weaknesses CWE-178
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}


Subscriptions

Jupyter Jupyterlab
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T13:04:34.325Z

Reserved: 2026-06-15T18:40:01.651Z

Link: CVE-2026-54528

cve-icon Vulnrichment

Updated: 2026-07-09T13:04:21.208Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-08T21:04:18Z

Links: CVE-2026-54528 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T13:30:06Z

Weaknesses
  • CWE-178

    Improper Handling of Case Sensitivity