EEF-CVE-2026-68750

Source
https://cna.erlef.org/osv/EEF-CVE-2026-68750.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-68750.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-68750
Aliases
Published
2026-08-06T14:50:20.284Z
Modified
2026-08-06T15:10:59.993649276Z
Severity
  • 8.2 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
Quadratic sibling re-flattening in the html_sanitize_ex traversal engine allows CPU-exhaustion denial of service
Details

Summary

Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene html_sanitize_ex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurses on the tail of a sibling list and then evaluates List.flatten([head] ++ tail) over the already flattened result, so every one of n siblings copies and re-walks the entire remaining tail. The flattening is only needed for the rare case where scrub returns several replacement nodes for one node, but the cost is paid across the whole tail at every step, making traversal quadratic in sibling count.

The traverser sits on every public entry point, so no particular scrubber or configuration is required and the payload needs only allowed tags. A 160 KB body of 20,000 sibling elements occupies a scheduler for roughly 1.7 seconds, and the cost grows faster than the body does.

This issue affects html_sanitize_ex: from 0.3.1 before 1.5.3.

Workaround

Cap the size of user-supplied HTML, and in particular the node count, before it reaches the sanitizer. The quadratic growth means the cap has to be small to be effective.

Database specific
{
    "cpe_ids": [
        "cpe:2.3:a:rrrene:html_sanitize_ex:*:*:*:*:*:*:*:*"
    ],
    "capec_ids": [
        "CAPEC-130"
    ],
    "cwe_ids": [
        "CWE-407"
    ]
}
References
Credits
    • Peter Ullrich - FINDER
    • Jonatan Männchen / EEF - ANALYST
    • René Föhring - REMEDIATION_DEVELOPER

Affected packages

Hex / html_sanitize_ex

Package

Name
html_sanitize_ex
Purl
pkg:hex/html_sanitize_ex

Affected ranges

Type
SEMVER
Events
Introduced
0.3.1
Fixed
1.5.3

Affected versions

0.*
0.3.1
1.*
1.0.0
1.0.1
1.1.0-rc1
1.1.0
1.1.1
1.2.0
1.3.0-rc1
1.3.0-rc2
1.3.0-rc3
1.3.0
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4-rc.0
1.4.4
1.5.0-rc.0
1.5.0
1.5.1
1.5.2

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-68750.json"

Git / github.com/rrrene/html_sanitize_ex

Affected ranges

Type
GIT
Repo
https://github.com/rrrene/html_sanitize_ex
Events

Affected versions

v0.*
v0.3.1
v1.*
v1.0.0
v1.0.1
v1.2.0
v1.4.1
v1.4.2
v1.4.3
v1.4.4
v1.5.0
v1.5.0-rc.0
v1.5.1
v1.5.2

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-68750.json"