{ "schema_version": "1.4.0", "id": "GHSA-hwvq-6gjx-j797", "modified": "2024-10-01T21:17:37Z", "published": "2021-08-23T19:40:38Z", "aliases": [ "CVE-2021-32798" ], "summary": "Special Element Injection in notebook", "details": "### Impact\n\nUntrusted notebook can execute code on load. This is a remote code execution, but requires user action to open a notebook.\n\n### Patches\n\n5.7.11, 6.4.1\n\n### References\n\n[OWASP Page on Injection Prevention](https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_Cheat_Sheet.html#injection-prevention-rules)\n\n### For more information\n\nIf you have any questions or comments about this advisory, or vulnerabilities to report, please email our security list security@ipython.org.\n\nCredit: Guillaume Jeanne from Google\n\n\n### Example:\n\nA notebook with the following content in a cell and it would display an alert when opened for the first time in Notebook (in an untrusted state):\n\n```\n{ \"cell_type\": \"code\", \"execution_count\": 0, \"metadata\": {}, \"outputs\": [ { \"data\": { \"text/html\": [ \"\\n\"], \"text/plain\": [] }, \"metadata\": {}, \"output_type\": \"display_data\" } ], \"source\": [ \"\" ] }\n````", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N" }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N" } ], "affected": [ { "package": { "ecosystem": "PyPI", "name": "notebook" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "5.7.11" } ] } ] }, { "package": { "ecosystem": "PyPI", "name": "notebook" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "6.0.0" }, { "fixed": "6.4.1" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/jupyter/notebook/security/advisories/GHSA-hwvq-6gjx-j797" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32798" }, { "type": "WEB", "url": "https://github.com/jupyter/notebook/commit/79fc76e890a8ec42f73a3d009e44ef84c14ef0d5" }, { "type": "PACKAGE", "url": "https://github.com/jupyter/notebook" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2021-118.yaml" } ], "database_specific": { "cwe_ids": [ "CWE-75", "CWE-79", "CWE-80" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-08-23T16:44:43Z", "nvd_published_at": "2021-08-09T21:15:00Z" } }