-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| @dependencytrack/frontend | npm | < 4.6.1 | 4.6.1 |
The vulnerability stems from rendering user-controlled markdown content (from vulnerability fields) via the Showdown library which doesn't sanitize output. The frontend's vulnerability detail rendering component would directly inject Showdown-generated HTML into the DOM without using a sanitizer like DOMPurify. This matches the CWE-79 pattern of improper neutralization during web page generation. The advisory explicitly states pre-4.6.1 versions lacked this sanitization, and the frontend's markdown rendering logic would be the direct attack vector.
Ongoing coverage of React2Shell