CyberRota Analysis
AI-GeneratedDBI versions prior to 1.651 for Perl are vulnerable due to a failure to enforce consistency between statement handles and rows, allowing for potential exploitation through negative array index access. This critical vulnerability can lead to unexpected behavior or crashes, making it essential for developers and organizations using affected DBI versions to prioritize immediate updates to mitigate potential security risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
DBI versions before 1.651 for Perl do not enforce statement handle consistency with the row. 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. This could be triggered by a caller supplying inconsistent metadata and rows to the prepare method.