CVE-2026-9769
Last modified
CVE-2026-9769 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. justhtml through 1.9.1 (fixed in 1.10.0) is vulnerable to uncontrolled recursion leading to denial of service. During JustHTML() construction, TreeBuilder.finish() unconditionally calls _populate_selectedcontent(), which recursively traverses the DOM tree via _find_elements()/_find_element() without a depth bound. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
justhtml through 1.9.1 (fixed in 1.10.0) is vulnerable to uncontrolled recursion leading to denial of service. During JustHTML() construction, TreeBuilder.finish() unconditionally calls _populate_selectedcontent(), which recursively traverses the DOM tree via _find_elements()/_find_element() without a depth bound. An attacker who can supply HTML for parsing can provide deeply nested elements (e.g., ~1000 nested <div> tags, roughly 11 KB) to exceed CPython's default recursion limit and trigger an unhandled RecursionError, which may abort parsing, fail requests, or terminate a worker/process depending on the host application's exception handling.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| EmilStenstrom | justhtml | < 1.10.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-9769?
How severe is CVE-2026-9769?
How do I fix CVE-2026-9769?
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-97636Apache Airflow HashiCorp provider: the HashiCorp Vault secre…
- CVE-2026-97646A weakness has been identified in ningzichun student-managem…7.3
- CVE-2026-9765Note: The CVE and blog post don't exist because we determine…7.1
- CVE-2026-9766The Empik for Woocommerce plugin for WordPress is vulnerable…4.3
- CVE-2026-9767The The School Management – Education & Learning ERP plugin …6.5
- CVE-2026-9768Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-9770Kasa EC71 v4 and EC70 v4 firmware contains a static cryptogr…5.3
- CVE-2026-9771The flash_copy() system call is verified by z_vrfy_flash_cop…8.8
- CVE-2026-9772Unraid Web Server FileUpload Command Injection Remote Code E…8.8
- CVE-2026-9773Unraid Web Server ToggleState Command Injection Remote Code …8.8
- CVE-2026-9774ATEN Unizon updateLicense Directory Traversal Arbitrary File…6.5
- CVE-2026-9775ATEN Unizon uploadSSL Directory Traversal Arbitrary File Del…6.5
Are you affected by CVE-2026-9769?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
