CVE-2026-14670: Perl Hv Iterinit Sized Buffer Overflowcve-2026-14670-perl-hv-iterinit-sized-buffer-overflow
Sizing a buffer using the return value of hv_iterinit() before iterating with hv_iternext() can lead to a heap buffer overflow when processing tied Perl hashes. Use dynamic buffer reallocation or ignore the count from hv_iterinit().