cve/2021/CVE-2021-32798.md
2024-05-25 21:48:12 +02:00

1.1 KiB

CVE-2021-32798

Description

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.

POC

Reference

No PoCs from references.

Github