CVE-2024-32468

MEDIUM

deno_doc < 0.119.0 - Cross-Site Scripting in Generated search_index.js and Property Names

Title source: llm
STIX 2.1

Description

Deno is a runtime for JavaScript and TypeScript written in rust. Several cross-site scripting vulnerabilities existed in the `deno_doc` crate which lead to Self-XSS with deno doc --html. 1.) XSS in generated `search_index.js`, `deno_doc` outputs a JavaScript file for searching. However, the generated file used `innerHTML` on unsanitzed HTML input. 2.) XSS via property, method and enum names, `deno_doc` did not sanitize property names, method names and enum names. The first XSS most likely didn't have an impact since `deno doc --html` is expected to be used locally with own packages.

Scores

CVSS v3 5.4
EPSS 0.0032
EPSS Percentile 24.5%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-79
Status published
Products (3)
crates.io/deno_doc 0 - 0.119.0crates.io
denoland/deno deno: < 1.42.0
denoland/deno deno_doc: < 0.119.0
Published Nov 25, 2024
Tracked Since Feb 18, 2026