---
id: CVE-2025-59842
aliases:
  - GHSA-vvfj-2jqx-52jm
  - BIT-jupyterlab-2025-59842
  - PYSEC-2026-1482
title: JupyterLab LaTeX typesetter links did not enforce `noopener` attribute
summary: JupyterLab LaTeX typesetter links did not enforce `noopener` attribute
severity: low
vendor: jupyterlab
product: jupyterlab
ecosystem: pip
affected:
  - jupyterlab < 4.4.8
patched:
  - jupyterlab 4.4.8
published: '2025-09-26'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:28.901132283Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-vvfj-2jqx-52jm'
references:
  - url: >-
      https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-vvfj-2jqx-52jm
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-59842'
  - url: >-
      https://github.com/jupyterlab/jupyterlab/commit/88ef373039a8cc09f27d3814382a512d9033675c
  - url: 'https://github.com/jupyterlab/jupyterlab'
tags:
  - osv
  - pip
epss: 0.0024
epssPercentile: 0.13392
ingestedAt: '2026-07-08T18:25:53.483Z'
---

## Overview

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

## Affected packages

- `jupyterlab < 4.4.8`

## Remediation

Upgrade to a patched release:

- `jupyterlab 4.4.8`
