PT-2026-68626 · Hexapdf · Html Sanitize Ex

·

CVE-2026-68749

·

Published

2026-08-06

·

Updated

2026-08-07

CVSS v4.0

8.2

High

VectorAV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Name of the Vulnerable Software and Affected Versions html sanitize ex versions 0.3.1 through 1.5.2
Description An unauthenticated remote attacker can cause server CPU exhaustion by providing a long CSS declaration within sanitized HTML. The issue resides in the HtmlSanitizeEx.Scrubber.CSS.scrub/1 function, where a regular expression used to match property names employs an unbounded greedy [-w]+ followed by a mandatory colon. When a long sequence of word characters is not followed by a colon, the engine performs quadratic work relative to the length of the run. This can saturate the BEAM scheduler pool, rendering the application unresponsive. This issue specifically affects HtmlSanitizeEx.html5/1, custom scrubbers using HtmlSanitizeEx, extend: :html5, and direct calls to HtmlSanitizeEx.Scrubber.CSS.scrub/1 via style attributes or <style> element bodies.
Recommendations Update html sanitize ex to version 1.5.3 or later. As a temporary workaround, sanitize input using basic html/1, markdown html/1, or strip tags/1 to avoid the CSS scrubber. Define a custom scrubber that prohibits both style attributes and <style> elements. Implement a strict size limit on user-supplied HTML before it reaches the sanitizer to bound the processing cost.

Exploit

Fix

DoS

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-68749
GHSA-4CX2-987X-RR2X

Affected Products

Html Sanitize Ex