CVE-2026-40171 PUBLISHED

Jupyter Notebook and JupyterLab token theft via stored XSS in help command linker

Assigner: GitHub_M
Reserved: 09.04.2026 Published: 06.05.2026 Updated: 06.05.2026

In Jupyter Notebook versions 7.0.0 through 7.5.5, JupyterLab versions 4.5.6 and earlier, and the corresponding @jupyter-notebook/help-extension and @jupyterlab/help-extension packages before 7.5.6 and 4.5.7, a stored cross-site scripting issue in the help command linker can be chained with attacker-controlled notebook content to steal authentication tokens with a single click.

An attacker can craft a malicious notebook file containing elements that appear indistinguishable from legitimate controls and trigger execution when a user interacts with them. Successful exploitation allows theft of the user's authentication token and complete takeover of the Jupyter session through the REST API, including reading files, creating or modifying files, accessing kernels to execute arbitrary code, and creating terminals for shell access. This issue has been fixed in Notebook 7.5.6, JupyterLab 4.5.7, @jupyter-notebook/help-extension 7.5.6, and @jupyterlab/help-extension 4.5.7. As a workaround, disable the affected help extensions or set allowCommandLinker to false in the sanitizer configuration.

Metrics

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

Product Status

Vendor jupyter
Product notebook
Versions
  • Version >=7.0.0, <= 7.5.5 is affected
Vendor jupyterlab
Product help-extension
Versions
  • Version <=4.5.6 is affected
Vendor jupyterlab
Product jupyterlab
Versions
  • Version <= 4.5.6 is affected
Vendor jupyter-notebook
Product help-extension
Versions
  • Version >=7.0.0,<= 7.5.5 is affected

References

Problem Types

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