-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| convert-svg-core | npm | < 0.6.3 | 0.6.3 |
The vulnerability stemmed from inadequate sanitization of SVG attributes. The patched commit shows the _sanitize method was enhanced to remove all non-whitelisted attributes using allowedAttributeNames sets. The pre-patch version (v<0.6.3) only removed 'onload', leaving other injection vectors open. Attackers exploited this by using alternative attributes like 'onfocus' with 'autofocus' to trigger code execution, as demonstrated in the PoC. The function's role in processing SVG input makes it the clear injection point.
KEV Misses 88% of Exploited CVEs- Get the report