PatchSiren cyber security CVE debrief
CVE-2026-73415 jupyterlab CVE debrief
A cross-site scripting vulnerability exists in JupyterLab's ImageViewer, allowing arbitrary code execution on the JupyterLab server when a specially crafted SVG image is opened and then opened in a new browser tab. This issue arises from the ImageViewer's use of URL.createObjectURL for a specially crafted SVG image and revoking the blob URL too early, which can lead to malicious code execution in the JupyterLab environment. Defenders should assess exposure and apply patches or mitigations as available to prevent potential operational impacts.
- Vendor
- jupyterlab
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for JupyterLab installations should assess exposure and apply patches or mitigations as available to prevent arbitrary code execution on the JupyterLab server. This includes verifying the version of JupyterLab in use, reviewing system configurations, and ensuring that appropriate security controls are in place to monitor and mitigate potential threats. Additionally, security teams should review the vulnerability's operational impacts,
Why it matters
Defenders should prioritize verifying exposure of JupyterLab installations to this vulnerability and apply patches or mitigations as available to prevent arbitrary code execution on the JupyterLab server.
- Arbitrary code execution on the JupyterLab server
- Cross-site scripting in ImageViewer
- Potential for malicious code execution in JupyterLab environment
Technical summary
The vulnerability exists in packages/imageviewer/src/widget.ts, where JupyterLab's ImageViewer uses URL.createObjectURL for a specially crafted SVG image and revokes the blob URL too early, allowing the image to retain an executable same-origin context. This can lead to cross-site scripting and arbitrary code execution on the JupyterLab server when the image is opened through the image viewer and then opened in a new browser tab. The issue is fixed in versions 4.5.10 and 4.6.2, and defenders should prioritize verifying exposure of JupyterLab installations to this vulnerability.
Defensive priority
Defenders should prioritize verifying exposure of JupyterLab installations to this vulnerability and apply patches or mitigations as available.
Recommended defensive actions
- Verify exposure of JupyterLab installations to this vulnerability
- Apply patches or mitigations as available
- Monitor for suspicious activity related to ImageViewer
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is caused by JupyterLab's ImageViewer using URL.createObjectURL for a specially crafted SVG image and revoking the blob URL too early. This allows the image to retain an executable same-origin context when it is opened through the image viewer and then opened in a new browser tab, potentially leading to cross-site scripting and arbitrary code execution on the JupyterLab server. The issue is fixed in versions 4.5.10 and 4.6.2. Evidence is limited to public CVE details and vendor advisories, which indicate that the fix
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73415 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73415
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73415 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73415
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/jupyterlab/jupyterlab/commit/9365f020baec5221deaf11535ed554c06637c999
-
Source reference
Unverified legacy reference
URL: https://github.com/jupyterlab/jupyterlab/commit/be9303f5bcd5308eaeae953c5a3c903046682c2c
-
Source reference
Unverified legacy reference
URL: https://github.com/jupyterlab/jupyterlab/commit/f1beab4a2027af4719d6edc07d52d6cf5a39a432
-
Source reference
Unverified legacy reference
URL: https://github.com/jupyterlab/jupyterlab/pull/19184
-
Source reference
Unverified legacy reference
URL: https://github.com/jupyterlab/jupyterlab/pull/19185
-
Source reference
Unverified legacy reference
URL: https://github.com/jupyterlab/jupyterlab/pull/19186
-
Source reference
Unverified legacy reference
URL: https://github.com/jupyterlab/jupyterlab/releases/tag/v4.5.10
-
Source reference
Unverified legacy reference
URL: https://github.com/jupyterlab/jupyterlab/releases/tag/v4.6.2
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.