-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| dompdf/dompdf | composer | < 2.0.4 | 2.0.4 |
The vulnerability stems from how resolve_url() handles SVG image references. The pre-patch code in lines 136-153 of Cache.php only checked if an SVG directly references itself (inner_full_url === full_url), but didn't maintain state across document validations. This allowed chained references between multiple SVGs to bypass validation. The commit added a $svgRefs tracking array and detectCircularRef() method to address this, confirming the vulnerability existed in the original resolve_url implementation's reference validation logic.
Ongoing coverage of React2Shell