npm package report

Is @jupyterlab/help-extension safe?

1 known vulnerability, worst severity HIGH.

// reach

0 direct dependencies

none carry a known advisory

    0 packages depend on it

    an advisory here reaches each of them

      Create a free accountfor every dependency path, dependent and what to upgrade
      // ai model usage

      Tracked for PyPI packages. HuggingFace models declare Python dependencies, so npm packages are not covered.


      cvss
      0.0
      high

      severity out of 10

      epss
      0.00%
      medium

      chance of exploitation in 30 days, 50th percentile of all CVEs

      xyz score
      not scored

      CyberXYZ composite out of 10

      fig. 01 — GHSA-rch3-82jr-f9w9, the advisory selected below

      // 1 advisories

      GHSA-rch3-82jr-f9w9

      HIGHCVE-2026-40171
      // impact

      A stored Cross-Site Scripting (XSS) vulnerability in Jupyter Notebook allows attackers to steal authentication tokens from users who open malicious notebook files and interact with elements that the attacker can make look indistinguishable from legitimate controls (single click interaction).

      The vulnerability enables complete account takeover through the Jupyter REST API, allowing the attacker to:

      • Read all files
      • Modify/create files
      • Access running kernels and execute arbitrary code
      • Create terminals for shell access
      // patches

      Jupyter Notebook 7.5.6 and JupyterLab 4.5.7 include patches for this vulnerability.

      // workarounds

      The help extension can be disabled via CLI:

      jupyter labextension disable @jupyter-notebook/help-extension
      jupyter labextension disable @jupyterlab/help-extension
      // hardening

      The patched versions include a toggle to disable the command linker functionality altogether, for example via overrides.json:

      {
        "@jupyterlab/apputils-extension:sanitizer": {
          "allowCommandLinker": false
        }
      }
      // resources// acknowledgments

      Reported by Daniel Teixeira - NVIDIA AI Red Team

      // cvss v4.0 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

      Attack vector
      Network
      Attack complexity
      Low
      Attack requirements
      None
      Privileges required
      High
      User interaction
      Active
      Confidentiality (vulnerable system)
      High
      Integrity (vulnerable system)
      High
      Availability (vulnerable system)
      High
      Confidentiality (subsequent systems)
      None
      Integrity (subsequent systems)
      None
      Availability (subsequent systems)
      None

      Checked 2026-09-27 at 21:41 UTC. The most recent advisory here was published 2026-04-30. Updated continuously from NVD, GHSA, OSV and CNA feeds.

      Think a verdict here is wrong? Tell us — we respond within 2 business days.