From 2af8a6594a825e08485d7ccee484bd15a8736a28 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:35:19 +0000 Subject: [PATCH] Publish GHSA-qqwr-j9mm-fhw6 --- .../GHSA-qqwr-j9mm-fhw6.json | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 advisories/github-reviewed/2024/11/GHSA-qqwr-j9mm-fhw6/GHSA-qqwr-j9mm-fhw6.json diff --git a/advisories/github-reviewed/2024/11/GHSA-qqwr-j9mm-fhw6/GHSA-qqwr-j9mm-fhw6.json b/advisories/github-reviewed/2024/11/GHSA-qqwr-j9mm-fhw6/GHSA-qqwr-j9mm-fhw6.json new file mode 100644 index 00000000000..3e5bad1ba5b --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-qqwr-j9mm-fhw6/GHSA-qqwr-j9mm-fhw6.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qqwr-j9mm-fhw6", + "modified": "2024-11-25T19:34:24Z", + "published": "2024-11-25T19:34:24Z", + "aliases": [ + "CVE-2024-32468" + ], + "summary": "deno_doc's HTML generator vulnerable to Cross-site Scripting", + "details": "### Summary\n\nSeveral cross-site scripting vulnerabilities existed in the `deno_doc` crate which lead to Self-XSS with `deno doc --html`.\n\n### Details & PoC\n\n1.) XSS in generated `search_index.js`\n\n`deno_doc` outputed a JavaScript file for searching. However, the generated file used `innerHTML` on unsanitzed HTML input.\n\nhttps://github.com/denoland/deno_doc/blob/dc556c848831d7ae48f3eff2ababc6e75eb6b73e/src/html/templates/pages/search.js#L120-L144\n\n2.) XSS via property, method and enum names\n\n`deno_doc` did not sanitize property names, method names and enum names.\n\n### Impact\n\nThe first XSS most likely didn't have an impact since `deno doc --html` is expected to be used locally with own packages.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "deno_doc" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.119.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/denoland/deno/security/advisories/GHSA-qqwr-j9mm-fhw6" + }, + { + "type": "WEB", + "url": "https://github.com/denoland/deno_doc/commit/0f1ef3efbf16194730a29d93dcb9c02f6c490942" + }, + { + "type": "PACKAGE", + "url": "https://github.com/denoland/deno" + }, + { + "type": "WEB", + "url": "https://github.com/denoland/deno_doc/blob/dc556c848831d7ae48f3eff2ababc6e75eb6b73e/src/html/templates/pages/search.js#L120-L144" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-11-25T19:34:24Z", + "nvd_published_at": null + } +} \ No newline at end of file