CVE-2026-54527 PUBLISHED

JupyterLab Git: Stored XSS leading to RCE

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 08.07.2026 Updated: 09.07.2026

JupyterLab Git is a Git extension for JupyterLab. From 0.30.0b3 before 0.54.0, the PlainTextDiff.ts createHeader() method passes Git filenames directly to innerHTML when rendering renamed files in commit history, allowing a crafted filename to execute JavaScript when a victim views the rename diff in the Git History tab. This issue is fixed in version 0.54.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
CVSS Score: 9.3

Product Status

Vendor jupyterlab
Product jupyterlab-git
Versions
  • Version >= 0.30.0b3, < 0.54.0 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE