CVE-2026-68750
Last modified
CVE-2026-68750 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.39% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Rrrene | Htmlsanitizeex | >= 0.3.1, < 1.5.3 |
References
- https://cna.erlef.org/cves/CVE-2026-68750.htmlPatch, Third Party Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-68750Patch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-68750?
How severe is CVE-2026-68750?
How do I fix CVE-2026-68750?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68743A flaw was found in SSSD. The extract_authtok_v1() function …5.5
- CVE-2026-68744A flaw was found in SSSD. The sss_nss_protocol_fill_initgr()…3.3
- CVE-2026-68746Not Failing Securely ('Failing Open') vulnerability in liveb…8.8
- CVE-2026-68747Improper Neutralization of Special Elements in Output Used b…6.1
- CVE-2026-68749Inefficient Regular Expression Complexity vulnerability in t…7.5
- CVE-2026-6875ServiceNow has addressed a remote code execution vulnerabili…9.5
- CVE-2026-68752A Project Resource Manager may gain broader administrative p…7.2
- CVE-2026-68753An unauthenticated user may access restricted Artifactory co…5.3
- CVE-2026-68754A repository publisher without delete permission may modify …6.5
- CVE-2026-68755A bundle writer may create misleading release promotion info…4.3
- CVE-2026-68756A party with write access to stored session data may affect …6.6
- CVE-2026-68757A user with access to a valid SAML response may impersonate …7.5
Are you affected by CVE-2026-68750?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
