Answer in brief
CVE-2026-54528 records a High severity (CVSS 7.1) vulnerability in jupyterlab-git excluded_paths Case-Sensitivity Bypass Allows Reading Excluded Directories. The current sources do not mark it as known exploited. The current feed maps jupyterlab/jupyterlab-git (generic), jupyterlab-git (pip). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps jupyterlab/jupyterlab-git (generic), jupyterlab-git (pip). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| jupyterlab/jupyterlab-gitgeneric | < 0.54.0 | Not reported |
| jupyterlab-gitpip | <=0.53.0 | 0.54.0 |
Published upstream
Jul 8, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 19, 2026
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.
Quoted source text, attributed separately from HOL analysis.