Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2021-41134 Details

Description

nbdime provides tools for diffing and merging of Jupyter Notebooks. In affected versions a stored cross-site scripting (XSS) issue exists within the Jupyter-owned nbdime project. It appears that when reading the file name and path from disk, the extension does not sanitize the string it constructs before returning it to be displayed. The diffNotebookCheckpoint function within nbdime causes this issue. When attempting to display the name of the local notebook (diffNotebookCheckpoint), nbdime appears to simply append .ipynb to the name of the input file. The NbdimeWidget is then created, and the base string is passed through to the request API function. From there, the frontend simply renders the HTML tag and anything along with it. Users are advised to patch to the most recent version of the affected product.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
jupyter nbdime
>= 1.0.0, < 1.1.1
>= 2.0.0, < 2.1.1
>= 3.0.0, <= 3.1.1
>= 5.0.0, < 5.0.2
>= 6.0.0, < 6.1.2

CPE

  • cpe:2.3:a:jupyter:nbdime:*:*:*:*:*:python:*:*
  • cpe:2.3:a:jupyter:nbdime:*:*:*:*:*:node.js:*:*

Remediation

  • No remediation found in references.
jupyter nbdime-jupyterlab
>= 1.0.0, < 1.0.1
>= 2.0.0, < 2.1.1

CPE

  • cpe:2.3:a:jupyter:nbdime-jupyterlab:*:*:*:*:*:node.js:*:*

Remediation

  • No remediation found in references.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2021-41134
NVD Published Date:
Nov 3, 2021
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2021-41134 Details - Not Deferred