CVEFinder.io

CVE-2024-43805

⚠️ high
🔍 Scan for this CVE
Summary

jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture. This vulnerability depends on user interaction by opening a malicious notebook with Markdown cells, or Markdown file using JupyterLab preview feature. A malicious user can access any data that the attacked user has access to as well as perform arbitrary requests acting as the attacked user. JupyterLab v3.6.8, v4.2.5 and Jupyter Notebook v7.2.2 have been patched to resol

Description

jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture. This vulnerability depends on user interaction by opening a malicious notebook with Markdown cells, or Markdown file using JupyterLab preview feature. A malicious user can access any data that the attacked user has access to as well as perform arbitrary requests acting as the attacked user. JupyterLab v3.6.8, v4.2.5 and Jupyter Notebook v7.2.2 have been patched to resolve this issue. Users are advised to upgrade. There is no workaround for the underlying DOM Clobbering susceptibility. However, select plugins can be disabled on deployments which cannot update in a timely fashion to minimise the risk. These are: 1. `@jupyterlab/mathjax-extension:plugin` - users will loose ability to preview mathematical equations. 2. `@jupyterlab/markdownviewer-extension:plugin` - users will loose ability to open Markdown previews. 3. `@jupyterlab/mathjax2-extension:plugin` (if installed with optional `jupyterlab-mathjax2` package) - an older version of the mathjax plugin for JupyterLab 4.x. To disable these extensions run: ```jupyter labextension disable @jupyterlab/markdownviewer-extension:plugin && jupyter labextension disable @jupyterlab/mathjax-extension:plugin && jupyter labextension disable @jupyterlab/mathjax2-extension:plugin ``` in bash.

CVSS Score
7.6
High
EPSS Score
0.4
Exploit Probability
Published Date
2024-08-28
First Seen: 2026-01-05
📊 Relative Risk Intelligence

This CVE is Moderate Risk - more severe than 69.3% of all 328,009 vulnerabilities in our database.

#100,584
Above average severity
Severity Percentile
🎯 CISA SSVC Assessment Updated: Aug 28, 2024
🔍 Exploitation Status
None
No known exploits
⚙️ Automatable
NO
Requires human interaction
💥 Technical Impact
Partial
Limited system impact
SSVC data provided by CISA
Last Modified 2024-08-30
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L
CWE IDs (Weakness Types)

📦 Affected Products 3

🔗 References 1

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-42557 ⛔ critical 9.6 0.1 jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Archit... 2026-05-13
CVE-2026-42266 ⚠️ high 8.8 0.0 JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Archit... 2026-05-13
CVE-2025-59842 🔶 medium 4.3 0.1 jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Archit... 2025-09-26
CVE-2024-39700 ⛔ critical 9.9 3.9 JupyterLab extension template is a `copier` template for JupyterLab extensions. Repositories created using this templat... 2024-07-16
CVE-2024-22420 🔶 medium 6.5 0.5 JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Ar... 2024-01-19
CVE-2024-22421 ⚠️ high 7.6 0.1 JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Ar... 2024-01-19
These CVEs affect the same products