CVE-2026-60082

Severity CVSS v4.0:
Pending analysis
Type:
CWE-125 Out-of-bounds Read
Publication date:
14/07/2026
Last modified:
15/07/2026

Description

DBI versions before 1.651 for Perl do not enforce statement handle consistency with the row.<br /> <br /> When the statement handle had no fields but the source row was non-empty, the internal row-buffer helper would read from a negative array index.<br /> <br /> This could be triggered by a caller supplying inconsistent metadata and rows to the prepare method.