Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-68523— Fulgur: Unbounded page slicing from attacker-controlled CSS height causes denial of service

Quick assessment

Affected
fulgur-rs fulgur
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

将不受信任的 HTML/CSS 转换为 PDF,通常运行在需要处理来自多个租户输入数据的服务器上。在 0.19.0 之前的版本中,如果 body 的直接子元素的 CSS 解析后高度远远超过页面高度,该元素会被切片为每一页一个片段,且没有上限。此问题已在 0.19.0 中修复。通过引入 上限来限制切片循环——即使高度为 也能终止循环——同时,非有限的布局高度会被清洗(sanitized),从而不再驱动该循环。作为临时解决方案,在将 HTML 传递给 fulgur 之前,应对不受信任的 CSS(特别是 body 级别元

CVSS 7.5 · High
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-68523

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Fulgur: Unbounded page slicing from attacker-controlled CSS height causes denial of service
Source: CVE Program / CVE List V5
Vulnerability Description
`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 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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
未加控制的资源消耗(资源穷尽)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
fulgur-rs fulgur < 0.19.0 -

II. Public POCs for CVE-2026-68523

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-68523

登录查看更多情报信息。

Patches & Fixes for CVE-2026-68523 (1)

Vendor Advisories for CVE-2026-68523 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-68523

No comments yet


Leave a comment