SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-60082

CRITICAL · CVSS 9.1 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-14 · Last synced 2026-08-13

CyberRota Analysis

AI-Generated

DBI 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.

CVE
CVE-2026-60082
Severity
CRITICAL
CVSS
9.1
EPSS
0.39%

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.