JupyterLab LaTeX typesetter links did not enforce `noopener` attribute
LowCVE-2025-59842 · Published Sep 26, 2025 · updated Sep 10, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| jupyterlab PyPI | < 4.4.8 | 4.4.8 |
Details and references
Links generated with LaTeX typesetters in Markdown files and Markdown cells in JupyterLab and Jupyter Notebook did not include the `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). For consistency with handling on other links, new versions of JupyterLab will enforce `noopener` and `target=_blank` on all links generated by typesetters. The former will harden the resilience of JupyterLab to extensions with lack of secure defaults in link rendering, and the latter will improve user experience by preventing accidental state loss when clicking on links rendered by LaTeX typesetters. ### Impact Since the official LaTeX typesetter extensions for JupyterLab: `jupyterlab-mathjax` (default), `jupyterlab-mathjax2` and `jupyterlab-katex` do not include the `target=_blank`, there is no impact for JupyterLab users. ### Patches JupyterLab 4.4.8 ### Workarounds No workarounds are necessary. ### References None
- CVSS 4.0
- CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-1022
- Also known as
- BIT-jupyterlab-2025-59842, CVE-2025-59842, PYSEC-2026-1482
More Jupyter advisories
All Jupyter| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Dec 182025 | nbconvert has an uncontrolled search path that leads to unauthorized code execution on Windows CVE-2025-53000Highfixed in 7.17.0 | High | 7.17.0 |
| Apr 3 | JupyterHub has an Open Redirect Vulnerability CVE-2026-33709Medium6.1fixed in 5.4.4 | Medium6.1 | 5.4.4 |
| Apr 21 | nbconvert has an Arbitrary File Write via Path Traversal in Cell Attachment Filenames CVE-2026-39377Medium6.5fixed in 7.17.1 | Medium6.5 | 7.17.1 |
| Apr 21 | nbconvert has an Arbitrary File Read via Path Traversal in HTMLExporter Image Embedding CVE-2026-39378Medium6.5fixed in 7.17.1 | Medium6.5 | 7.17.1 |
| Apr 30 | Jupyter Notebook Vulnerable to Authentication Token Theft via CommandLinker XSS CVE-2026-40171Highfixed in 4.5.7, 7.5.6 | High | 4.5.7, 7.5.6 |
| May 5 | Jupyter Server has an open redirection vulnerability in `next` query parameter CVE-2025-61669Mediumfixed in 2.18.0 | Medium | 2.18.0 |