GHSA-4rf6-qx84-q9fv: High severity rust/fulgur vulnerability

Published Sep 17, 2026
·
Updated

fulgur converts untrusted HTML/CSS into PDF, commonly on a server that processes input supplied by many tenants. In versions prior to 0.26.0, a childless box that resolves to a pathologically tall height was amplified into thousands of blank PDF pages, even when it produces no visible output.

The childless-collapse defense that would normally collapse such a box was gated by a tag-only "replaced content" check, so any non-painting replaced element bypassed it, including:

- an unresolved src (the common offline-first case), - a visibility:hidden image, - an undecodable image format, and - an empty <svg>.

A trailing-sibling variant of the same gap was also open. A few bytes of HTML therefore amplified into roughly MAXPAGES (10,000) blank pages; the renderer allocates and runs a per-page loop over them, producing CPU and memory exhaustion. An attacker able to submit HTML to a fulgur-based conversion service can trigger this with a trivially small payload, denying service to the host and any co-tenants.

Patches

Fixed in 0.26.0 (PR #575). The tag-only gate was removed so that any pathologically tall childless box collapses regardless of whether it is a replaced element, closing the missing-src, visibility:hidden, undecodable-format, and empty-<svg> vectors at once, along with the trailing-sibling variant.

Workarounds

Upgrade to 0.26.0 or later. If upgrading is not immediately possible, validate or constrain untrusted CSS (in particular very large height / vh on elements) before passing HTML to fulgur.

Related

Versions prior to 0.19.0 additionally lacked any page-count cap, allowing an unbounded (rather than 10,000-page) variant of this amplification and a non-terminating loop on non-finite heights. That earlier variant is tracked separately as GHSA-j5cx-ph8g-95v3.

Attack Vector rationale

fulgur performs no network I/O of its own; it renders HTML/CSS handed to it by the embedding application. This advisory scores the crate independent of any specific adopting program, so per the CVSS v3.1 User Guide §3.7 (scoring library vulnerabilities related to incoming data) the Attack Vector is assessed as Network for the reasonable worst-case deployment — a network-facing service that renders untrusted, attacker-supplied HTML without user interaction. A concrete system that receives the HTML in one component and passes it to fulgur in a separate component may assess a lower environmental Attack Vector (Local, per §3.10).

References

- Fix: https://github.com/fulgur-rs/fulgur/pull/575

Affected Software

1 affected componentFixes available
rust/fulgur<0.26.0
0.26.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade rust/fulgur to a version that resolves this vulnerability.

    Fixed in 0.26.0
  2. Upgrade

    Upgrade fulgur to a version that resolves this vulnerability.

    Fixed in 0.26.0Patch PR #575
  3. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Patch GHSA-j5cx-ph8g-95v3

Event History

Sep 17, 2026
Advisory Published
via GitHub·06:49 PM
Data Sourced
via GitHub·06:49 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

Who is exposed to this denial-of-service issue?

Services that use fulgur to convert untrusted, tenant-supplied HTML or CSS into PDFs are exposed. An attacker only needs to be able to submit conversion input, and can exhaust CPU and memory on the host and affect co-tenants.

2

What conditions can trigger the excessive blank-page generation?

Before 0.26.0, a pathologically tall childless box could bypass collapse when it was a non-painting replaced element. Examples include an image with an unresolved src, a visibility:hidden image, an undecodable image format, an empty SVG, and the trailing-sibling variant.

3

How severe can the resource consumption become?

A payload of only a few bytes can cause roughly MAX_PAGES, or 10,000, blank PDF pages to be generated. The renderer allocates resources and runs a per-page loop for those pages, causing CPU and memory exhaustion.

4

What version contains the fix?

The issue is fixed in fulgur 0.26.0. The fix removes the tag-only replaced-content gate so pathologically tall childless boxes collapse regardless of replaced-element status.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203