The Jupyter notebook is a web-based notebook environment for interactive computing. In affected versions untrusted notebook can execute code on load. Jupyter Notebook uses a deprecated version of Google Caja to sanitize user inputs. A public Caja bypass can be used to trigger an XSS when a victim opens a malicious ipynb document in Jupyter Notebook. The XSS allows an attacker to execute arbitrary code on the victim computer using Jupyter APIs.
References
Link | Resource |
---|---|
https://github.com/jupyter/notebook/commit/79fc76e890a8ec42f73a3d009e44ef84c14ef0d5 | Exploit Third Party Advisory |
https://github.com/jupyter/notebook/security/advisories/GHSA-hwvq-6gjx-j797 | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2021-08-09 21:15
Updated : 2021-08-17 17:08
NVD link : CVE-2021-32798
Mitre link : CVE-2021-32798
CVE.ORG link : CVE-2021-32798
JSON object : View
Products Affected
jupyter
- notebook
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')