CVE-2021-41134
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| jupyter | nbdime | < 1.1.1 - nbdime (pip) | affected |
| jupyter | nbdime | >= 2.0.0 , < 2.1.1 - nbdime (pip) | affected |
| jupyter | nbdime | >= 3.0.0, < 3.1.1 - nbdime (pip) | affected |
| jupyter | nbdime | < 5.0.2 - nbdime (npm) | affected |
| jupyter | nbdime | >= 6.0.0, < 6.1.2 - nbdime (npm) | affected |
| jupyter | nbdime | < 1.0.1 - nbdime-jupyterlab (npm) | affected |
| jupyter | nbdime | >= 2.0.0, < 2.1.1 - nbdime-jupyterlab (npm) | affected |
Weaknesses
- CWE-79: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
ADP Enrichment
CVE Program Container
Additional References
- https://github.com/jupyter/nbdime/security/advisories/GHSA-p6rw-44q7-3fw4
- https://github.com/jupyter/nbdime/commit/e44a5cc7677f24b45ebafc756db49058c2f750ea
References
- https://github.com/jupyter/nbdime/security/advisories/GHSA-p6rw-44q7-3fw4
- https://github.com/jupyter/nbdime/commit/e44a5cc7677f24b45ebafc756db49058c2f750ea
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.