Jupyterlab
Approved changes feed: RSS · Atom
cpe:2.3:a:jupyter:jupyterlab:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Jupyter (3170fc95-7dab-5fb9-942d-251eb444755d) |
|---|---|
| Product | Jupyterlab (92271eac-e9f8-5ab0-8034-28f7b4cf6592) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:github/jupyterlab/jupyterlab |
purl2cpe | 2026-06-01 10:17:17.430111 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2025-59842 |
vulnerable | 2026-06-03 15:06:26.211731 |
JupyterLab LaTeX typesetter links did not enforce `noopener` attribute
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 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.
Published: 2025-09-26T15:53:37.253Z
Updated: 2025-09-26T17:52:42.227Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-43805 |
vulnerable | 2026-06-03 14:56:46.914653 |
HTML injection in Jupyter Notebook and JupyterLab leading to DOM Clobbering
HIGH (7.6)
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.
Published: 2024-08-28T19:43:20.007Z
Updated: 2024-08-28T19:58:57.799Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-39700 |
vulnerable | 2026-06-03 14:56:22.248997 |
Remote Code Execution (RCE) vulnerability in jupyterlab extension template `update-integration-tests` GitHub Action
CRITICAL (10)
JupyterLab extension template is a `copier` template for JupyterLab extensions. Repositories created using this template with `test` option include `update-integration-tests.yml` workflow which has an RCE vulnerability. Extension authors hosting their code on GitHub are urged to upgrade the template to the latest version. Users who made changes to `update-integration-tests.yml`, accept overwriting of this file and re-apply your changes later. Users may wish to temporarily disable GitHub Actions while working on the upgrade. We recommend rebasing all open pull requests from untrusted users as actions may run using the version from the `main` branch at the time when the pull request was created. Users who are upgrading from template version prior to 4.3.0 may wish to leave out proposed changes to the release workflow for now as it requires additional configuration.
Published: 2024-07-16T17:37:49.241Z
Updated: 2024-08-16T04:01:14.791Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-22421 |
vulnerable | 2026-06-03 14:55:00.704897 |
Potential authentication and CSRF tokens leak in JupyterLab
HIGH (7.6)
JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. Users of JupyterLab who click on a malicious link may get their `Authorization` and `XSRFToken` tokens exposed to a third party when running an older `jupyter-server` version. JupyterLab versions 4.1.0b2, 4.0.11, and 3.6.7 are patched. No workaround has been identified, however users should ensure to upgrade `jupyter-server` to version 2.7.2 or newer which includes a redirect vulnerability fix.
Published: 2024-01-19T20:45:49.027Z
Updated: 2025-06-17T21:19:25.169Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-22420 |
vulnerable | 2026-06-03 14:55:00.703821 |
Stored cross site scripting in Markdown Preview in JupyterLab
MEDIUM (6.5)
JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. This vulnerability depends on user interaction by opening a malicious 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 version 4.0.11 has been patched. Users are advised to upgrade. Users unable to upgrade should disable the table of contents extension.
Published: 2024-01-19T20:49:09.933Z
Updated: 2025-05-30T14:25:05.056Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-32797 |
vulnerable | 2026-06-03 14:44:40.306056 |
JupyterLab: XSS due to lack of sanitization of the action attribute of an html <form>
HIGH (7.4)
JupyterLab is a user interface for Project Jupyter which will eventually replace the classic Jupyter Notebook. In affected versions untrusted notebook can execute code on load. In particular JupyterLab doesn’t sanitize the action attribute of html `<form>`. Using this it is possible to trigger the form validation outside of the form itself. This is a remote code execution, but requires user action to open a notebook.
Published: 2021-08-09T20:45:10.000Z
Updated: 2024-08-03T23:33:56.163Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.