Search Results (2 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-60081 1 Hmbrand 1 Dbi::profiledata 2026-07-27 7.5 High
DBI::ProfileData versions before 1.651 for Perl do not limit the path index. The path index column of profile dump files is used to allocate an array of data for the parser. An unbounded value allows an attacker to specify a large index and consume available memory.
CVE-2026-14739 2 Hmbrand, Perl 2 Dbi, Dbi 2026-07-08 9.8 Critical
DBI versions before 1.650 for Perl have a heap overflow when preparsing SQL statements with an extreme number of placeholders. The fix for CVE-2026-10879 did not allocate enough memory to handle approximately 1.2-million placeholders. DBI version 1.650 sets a hard limit of 99,999 placeholders.