CVE-2026-19873
Last modified
CVE-2026-19873 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. When a Repeatable element has counter_name set, its process method reads the repeat count from the named query string parameter, checks only that it is a positive integer, and passes it to repeat, which deep-clones the element's child subtree once per iteration. Nothing caps the value, and no attribute lets an application impose a limit. The count is read on every request, before the form decides whether it was submitted, so a plain GET reaches the clone loop with no credentials, no session and no request body. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. When a Repeatable element has counter_name set, its process method reads the repeat count from the named query string parameter, checks only that it is a positive integer, and passes it to repeat, which deep-clones the element's child subtree once per iteration. Nothing caps the value, and no attribute lets an application impose a limit. The count is read on every request, before the form decides whether it was submitted, so a plain GET reaches the clone loop with no credentials, no session and no request body. Nesting multiplies: a Repeatable inside a Repeatable takes a counter at each level, so an outer and an inner value of 100 build 10,000 clones. Once the form is submitted, each cloned field's constraints scan the whole element tree in _find_field_value, so cost grows faster than linearly with the count. A single request exhausts memory and CPU. The latest release on CPAN is 2.07, from 2018. Version 2.08 exists only in the git repository.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | <= 2.08 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-19873?
How severe is CVE-2026-19873?
How do I fix CVE-2026-19873?
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-19862The JetFormBuilder WordPress plugin before 3.6.5.2 does not …4.8
- CVE-2026-19869@neo4j/graphql from 5.2.0 until the patched versions fails t…7.6
- CVE-2026-1987The Scheduler Widget plugin for WordPress is vulnerable to I…5.4
- CVE-2026-19870Authorization Bypass Through User-Controlled Key in the payr…8.6
- CVE-2026-19871Use of Hard-coded Credentials in the human resources compone…9.3
- CVE-2026-19872HTML::FormHandler versions before 0.410000 for Perl allow cr…6.1
- CVE-2026-19874A heap-based buffer overflow vulnerability exists in Konami'…9.1
- CVE-2026-19875IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote a…7.5
- CVE-2026-19879A flaw was found in Undertow, an HTTP server, within its HTT…5.3
- CVE-2026-1988The Flexi Product Slider and Grid for WooCommerce plugin for…7.5
- CVE-2026-19880Path-traversal vulnerability in QOS.CH Sarl Logback-classic …6.3
- CVE-2026-19883The WPeMatico RSS Feed Fetcher plugin for WordPress is vulne…8.8
Are you affected by CVE-2026-19873?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
