๐Ÿ” CVE Alert

CVE-2026-68537

HIGH 7.5

Fulgur: Unbounded page slicing from attacker-controlled CSS height causes denial of service

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

`fulgur` converts untrusted HTML/CSS into PDF, commonly on a server that processes input supplied by many tenants. In versions prior to 0.19.0, a body-direct child whose CSS-resolved height greatly exceeds the page height was sliced into one fragment per page with no upper bound. This is fixed in version 0.19.0. A `MAX_PAGES` cap bounds the slice loop โ€” halting it even for a `+inf` height โ€” and non-finite layout heights are sanitized so they can no longer drive the loop. As a workaround, validate or constrain untrusted CSS (in particular `height` / `vh` on body-level elements) before passing HTML to fulgur.

CWE CWE-400 CWE-835
Vendor fulgur-rs
Product fulgur
Published Sep 17, 2026
Last Updated Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for fulgur-rs fulgur

Be the first to know when new high vulnerabilities affecting fulgur-rs fulgur are published โ€” delivered to Slack, Telegram or Discord.

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

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

fulgur-rs / fulgur
< 0.19.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fulgur-rs/fulgur/security/advisories/GHSA-4rf6-qx84-q9fv github.com: https://github.com/fulgur-rs/fulgur/pull/501 rustsec.org: https://rustsec.org/advisories/RUSTSEC-2026-0200.html