๐Ÿ” CVE Alert

CVE-2026-59941

UNKNOWN 0.0

Dompdf: Uncontrolled resource consumption based on declared BMP dimensions

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior accept a BMP image and generates a PDF-compatible PNG based only on its declared header dimensions and never bounds width ร— height before the image is converted through GD. A 58-byte BMP whose header declares e.g. 6000ร—6000 is accepted and later drives imagecreatetruecolor($width, $height) (and PHP's native BMP decoder) to allocate the full pixel canvas. A payload can fit in a single HTTP request: the BMP can be inlined as a data:image/bmp;base64,โ€ฆ URI inside attacker-controlled HTML, so no upload, no remote fetch, and no chroot-reachable file is required. I measured a 169-byte request driving a dompdf render to ~412 MB peak RSS and ~4.8 s of CPU/wall time, versus ~34 MB for an identically-sized benign request โ€” roughly a 12ร— memory amplification per request, repeatable and unauthenticated. This issue has been fixed in version 3.16.

CWE CWE-400
Vendor dompdf
Product dompdf
Published Jul 28, 2026
Stay Ahead of the Next One

Get instant alerts for dompdf dompdf

Be the first to know when new unknown vulnerabilities affecting dompdf dompdf are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

dompdf / dompdf
< 3.1.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/dompdf/dompdf/security/advisories/GHSA-8hg6-c449-896m github.com: https://github.com/dompdf/dompdf/commit/7c65e7bbeccf146b2409740405af73949ad129d0 github.com: https://github.com/dompdf/dompdf/releases/tag/v3.1.6