Description
jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture. From 3.3.0 until 4.5.10 and 4.6.2, JupyterLab allows notebook settings to be shared and applied through an overrides.json file using the Import button in the Settings Editor. In packages/notebook-extension/schema/tracker.json and packages/notebook-extension/src/index.ts, the sideBySideLeftMarginOverride and sideBySideRightMarginOverride settings are not properly validated before being inserted into style content, allowing a crafted settings file to contain instructions that execute as code instead of only changing display preferences. A user can import the malicious file, or an attacker with access to a shared settings location can plant an overrides.json that is applied automatically. The embedded code runs with the affected user's access and can read or modify notebooks and files and run code through the notebook server, including on a connected kernel. This issue is fixed in versions 4.5.10 and 4.6.2.
Published: 2026-08-13
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An XSS vulnerability exists in JupyterLab that allows a crafted overrides.json settings file to inject and execute JavaScript in the user's browser session. The injected code runs with the user's access rights and can read, modify, or delete notebooks, access files, and execute arbitrary code against the notebook server and its connected kernels. This flaw is classified as a severe XSS (CWE-79) combined with insecure handling of text (CWE-116).

Affected Systems

JupyterLab versions starting with 3.3.0 up until the release of 4.5.10 and 4.6.2 are affected. The security fixes are incorporated in JupyterLab 4.5.10 and 4.6.2; any earlier releases, including the interim 4.5.x and 4.6.x branches, remain vulnerable.

Risk and Exploitability

The CVSS score of 8.6 indicates a high severity. With no EPSS data available, the probability of exploitation cannot be quantified. The likely attack vector is local or shared: a user who imports a malicious overrides.json or an attacker who can place such a file in a shared settings directory can trigger the flaw. Because the malicious payload runs with the victim’s credentials inside the browser, the risk includes full remote code execution on the host system. The vulnerability is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on August 14, 2026 at 00:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade JupyterLab to version 4.5.10 or later, or 4.6.2 or later, to receive the official fix.
  • If an upgrade is not immediately possible, remove or sanitize any overrides.json files from shared or public directories to prevent malicious imports.
  • Enforce access controls on shared settings locations so that only trusted users can write overrides.json files, reducing the chance of unauthorized injection.

Generated by OpenCVE AI on August 14, 2026 at 00:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-pppj-hq3g-57pj JupyterLab: Cross-site scripting (XSS) via crafted settings file (`overrides.json`)
History

Sat, 15 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 8.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L'}

threat_severity

Important


Fri, 14 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 14 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Jupyter
Jupyter jupyterlab
Vendors & Products Jupyter
Jupyter jupyterlab

Thu, 13 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture. From 3.3.0 until 4.5.10 and 4.6.2, JupyterLab allows notebook settings to be shared and applied through an overrides.json file using the Import button in the Settings Editor. In packages/notebook-extension/schema/tracker.json and packages/notebook-extension/src/index.ts, the sideBySideLeftMarginOverride and sideBySideRightMarginOverride settings are not properly validated before being inserted into style content, allowing a crafted settings file to contain instructions that execute as code instead of only changing display preferences. A user can import the malicious file, or an attacker with access to a shared settings location can plant an overrides.json that is applied automatically. The embedded code runs with the affected user's access and can read or modify notebooks and files and run code through the notebook server, including on a connected kernel. This issue is fixed in versions 4.5.10 and 4.6.2.
Title JupyterLab: Cross-site scripting (XSS) via crafted settings file (`overrides.json`)
Weaknesses CWE-116
CWE-79
References
Metrics cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:L/SC:N/SI:N/SA:L'}


Subscriptions

Jupyter Jupyterlab
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-14T16:06:29.787Z

Reserved: 2026-08-12T14:32:11.795Z

Link: CVE-2026-73417

cve-icon Vulnrichment

Updated: 2026-08-14T16:06:13.106Z

cve-icon NVD

Status : Received

Published: 2026-08-13T22:17:26.133

Modified: 2026-08-14T17:20:32.837

Link: CVE-2026-73417

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-13T22:04:31Z

Links: CVE-2026-73417 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T09:45:05Z

Weaknesses
  • CWE-116

    Improper Encoding or Escaping of Output

  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')