Cyber Resilience

CVE-2025-59842

Jupyterlab ≤ 4.4.8

Published
26 September 2025
Modified
22 October 2025
Patch / advisory
CVSS Score v4 2.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0022 13th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-59842 is a low-severity Use of Web Link to Untrusted Target with window.opener Access (CWE-1022) vulnerability in Jupyter Jupyterlab. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Browser Session Hijacking (T1185); ranked at the 13th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture. Prior to version 4.4.8, links generated with LaTeX typesetters in Markdown files and Markdown cells in JupyterLab and Jupyter Notebook did not include the…

more

noopener attribute. This is deemed to have no impact on the default installations. Theoretically users of third-party LaTeX-rendering extensions could find themselves vulnerable to reverse tabnabbing attacks if links generated by those extensions included target=_blank (no such extensions are known at time of writing) and they were to click on a link generated in LaTeX (typically visibly different from other links). This issue has been patched in version 4.4.8.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-39700Same product: Jupyter Jupyterlab
CVE-2026-42266Same product: Jupyter Jupyterlab
CVE-2026-42557Same product: Jupyter Jupyterlab
CVE-2024-43805Same product: Jupyter Jupyterlab
CVE-2024-39727Shared CWE-1022
CVE-2025-33014Shared CWE-1022
CVE-2025-42941Shared CWE-1022
CVE-2026-40934Same vendor: Jupyter
CVE-2026-54527Same vendor: Jupyter
CVE-2024-35225Same vendor: Jupyter

Affected Assets

jupyter
jupyterlab
≤ 4.4.8

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.4.8

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require mitigations such as rel="noopener" on external links.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect missing protections on external links through automated or manual checks.

degrades

Web filtering can block or warn on links to untrusted external domains, reducing the attack surface for window.opener abuse.

prevents

Secure development lifecycle processes require design and code reviews that should identify missing rel="noopener" or target="_blank" mitigations.

prevents

Application security requirements can mandate explicit handling of external links and window.opener protections.

prevents

Secure architecture principles include isolation of untrusted content and safe navigation patterns that mitigate opener-based attacks.

prevents

Secure coding standards directly require the use of rel="noopener noreferrer" on external links, eliminating the weakness.

References