CVE-2026-60082

9.1

HMBRAND · DBI

DBI for Perl contains an out-of-bounds read vulnerability due to missing statement handle consistency checks, allowing an attacker to trigger a negative array index access.

Executive summary

A critical out-of-bounds read vulnerability in HMBRAND DBI allows unauthenticated remote attackers to trigger memory access errors, potentially leading to information disclosure or service disruption.

Vulnerability

This is an out-of-bounds read (CWE-125) occurring in the internal row-buffer helper. The flaw is triggered when a caller provides inconsistent metadata to the prepare method, allowing an unauthenticated attacker to induce the software to read from a negative array index.

Business impact

The CVSS score of 9.1 highlights a critical severity level, primarily due to the low complexity of the attack and the lack of required authentication. Successful exploitation may result in the exposure of sensitive memory contents or cause the application to crash, leading to significant system instability and potential data leakage.

Remediation

Immediate Action: Upgrade to version 1.651 or later of the HMBRAND DBI package for Perl to implement the necessary consistency checks.

Proactive Monitoring: Review system and application logs for abnormal error patterns or unexpected crashes related to database handle operations.

Compensating Controls: Deploy a Web Application Firewall (WAF) or application-layer filtering to inspect incoming requests for malformed metadata or inconsistent API calls that may attempt to trigger this condition.

Exploitation status

Public Exploit Available: No (exploit_available: unknown).

Analyst recommendation

Given the critical nature of this memory safety vulnerability and the absence of required authentication for an attacker, immediate patching is essential. Organizations using the affected DBI library should prioritize the upgrade to version 1.651 during the next maintenance window to eliminate the risk of unauthorized memory access and potential service denial.

More HMBRAND CVEs

Sources