CVE-2026-19873 affects HTML::FormFu versions through 2.08 for Perl, allowing unauthenticated resource exhaustion via unbounded repeat counts in Repeatable form elements. When counter_name is set, the repeat count is read directly from the query string with only a positive integer check, enabling any unauthenticated GET request to trigger deep-cloning of element subtrees without any cap. Nested Repeatable elements multiply the cost exponentially, e.g., two nested counters of 100 each produce 10,000 clones. After submission, constraint scanning in _find_field_value grows superlinearly with clone count, further amplifying CPU and memory consumption. A single crafted request can exhaust server resources. The latest CPAN release is 2.07 (2018); version 2.08 exists only in the git repository. A patch is available via MetaCPAN security advisories.