GHSA-GJ55-2XF9-67RQ

GHSA-GJ55-2XF9-67RQ is a medium-severity cross-site scripting (XSS) vulnerability in jupyterlite-core (pip), affecting versions < 0.4.1. It is fixed in 0.4.1.

Does this CVE actually affect you?

Kodem shows which CVEs are reachable and running in your applications, so you fix what's exploitable, not just what's listed.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Runtime intelligence, not another scanner.

Summary

HTML injection in JupyterLite leading to DOM Clobbering

Workarounds

There is no workaround for the underlying DOM Clobbering susceptibility. However, select plugins can be disabled on deployments which cannot update in a timely fashion to minimise the risk. These are:

  • @jupyterlab/mathjax-extension:plugin - users will loose ability to preview mathematical equations
  • @jupyterlab/markdownviewer-extension:plugin - users will loose ability to open Markdown previews
  • @jupyterlab/mathjax2-extension:plugin (if installed with optional jupyterlab-mathjax2 package) - an older version of the mathjax plugin for JupyterLab 4.x

To disable these extensions populate the disabledExtensions key in jupyter-config-data stanza of jupyter-lite.json as documented on https://jupyterlite.readthedocs.io/en/stable/howto/configure/config_files.html#jupyter-lite-json

{
  "jupyter-lite-schema-version": 0,
  "jupyter-config-data": {
    "appName": "My JupyterLite App",
    "disabledExtensions": [
      "@jupyterlab/markdownviewer-extension:plugin",
      "@jupyterlab/mathjax-extension:plugin",
      "@jupyterlab/mathjax2-extension:plugin"
    ]
  }
}

To confirm that the plugins were disabled manual inspection of the built page is required.

References

Upstream advisory: https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-9q39-rmj3-p4r2

Notes

This change has a potential to break rendering of some markdown. There is a setting in Sanitizer which allows to revert to the previous sanitizer settings (allowNamedProperties).

Impact

The vulnerability depends on user interaction by opening a malicious notebook with Markdown cells, or Markdown file using JupyterLab preview feature.

A malicious user can access any data accessible from JupyterLite and perform arbitrary actions in JupyterLite environment.

Untrusted input is rendered as active markup in a victim's browser, which can run script in their session. Typical impact: session or credential theft, and actions taken as the user.

GHSA-GJ55-2XF9-67RQ has a CVSS score of 8.1 (Medium). The vector is network-reachable, no privileges required, and user interaction required. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment. A fixed version is available (0.4.1); upgrading removes the vulnerable code path.

Affected versions

jupyterlite-core (< 0.4.1)

Security releases

jupyterlite-core → 0.4.1 (pip)

Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

Already deployed Kodem?

See it in your environmentNew to Kodem? Get a demo →

Remediation advice

JupyterLite 0.4.1 was patched.

Frequently Asked Questions

  1. What is GHSA-GJ55-2XF9-67RQ? GHSA-GJ55-2XF9-67RQ is a medium-severity cross-site scripting (XSS) vulnerability in jupyterlite-core (pip), affecting versions < 0.4.1. It is fixed in 0.4.1. Untrusted input is rendered as active markup in a victim's browser, which can run script in their session.
  2. How severe is GHSA-GJ55-2XF9-67RQ? GHSA-GJ55-2XF9-67RQ has a CVSS score of 8.1 (Medium). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.
  3. Which versions of jupyterlite-core are affected by GHSA-GJ55-2XF9-67RQ? jupyterlite-core (pip) versions < 0.4.1 is affected.
  4. Is there a fix for GHSA-GJ55-2XF9-67RQ? Yes. GHSA-GJ55-2XF9-67RQ is fixed in 0.4.1. Upgrade to this version or later.
  5. Is GHSA-GJ55-2XF9-67RQ exploitable, and should I be worried? Whether GHSA-GJ55-2XF9-67RQ is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
  6. What actually determines whether GHSA-GJ55-2XF9-67RQ is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
  7. How do I fix GHSA-GJ55-2XF9-67RQ? Upgrade jupyterlite-core to 0.4.1 or later.

Stop the waste.
Protect your environment with Kodem.