CVE-2026-56722

Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, aAn attacker who controls the HTML input can bypass this restriction by embedding a target file path inside an SVG image delivered through a  data:  URI, because dompdf processes the SVG twice and the second pass does not enforce the same protections as the first. When rendering, dompdf hands the SVG to the separate  php-svg-lib  library with external references forced on, and that library has no knowledge of the chroot directory, blocks only the  phar://  scheme, and ultimately reads the referenced file with no path or protocol validation. This lets an external, unauthenticated attacker read arbitrary image files from the server's file system in the default configuration. This issue has been fixed in version 3.16.
CVSS

No CVSS.

Configurations

No configuration.

History

29 Jul 2026, 15:16

Type Values Removed Values Added
References () https://github.com/dompdf/dompdf/security/advisories/GHSA-cx96-42px-69fm - () https://github.com/dompdf/dompdf/security/advisories/GHSA-cx96-42px-69fm -

28 Jul 2026, 21:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-28 21:17

Updated : 2026-07-29 15:16


NVD link : CVE-2026-56722

Mitre link : CVE-2026-56722

CVE.ORG link : CVE-2026-56722


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation