Description
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.
Published: 2026-07-14
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because the path index column inside profile dump files is not bounded. An attacker can craft a dump with an excessively large index, and when the parser processes it it allocates an array of that size, draining available memory and potentially causing the application to crash.

Affected Systems

The affected component is the HMBRAND DBI::ProfileData Perl module. All installations of this module with a version earlier than 1.651 lack the path index bound check and are therefore susceptible. Systems that load or parse profile dump files with this older module are impacted.

Risk and Exploitability

The CVSS score of 7.5 indicates a medium‑to‑high severity risk. The EPSS score of less than 1% suggests a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. An attacker who can supply a crafted profile dump file can trigger excessive memory consumption, leading to denial of service. The impact is limited to availability, with no known compromise of confidentiality or integrity.

Generated by OpenCVE AI on July 31, 2026 at 10:04 UTC.

Remediation

Vendor Solution

Upgrade to version 1.651 or later.


OpenCVE Recommended Actions

  • Upgrade HMBRAND DBI::ProfileData to version 1.651 or later
  • Restrict the parsing of profile dump files to trusted sources only
  • Configure process memory limits or use container isolation to contain potential memory exhaustion

Generated by OpenCVE AI on July 31, 2026 at 10:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Hmbrand
Hmbrand dbi::profiledata
Vendors & Products Hmbrand
Hmbrand dbi::profiledata

Fri, 17 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 15 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description 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.
Title DBI::ProfileData versions before 1.651 for Perl do not limit the path index
Weaknesses CWE-770
References

Subscriptions

Hmbrand Dbi::profiledata
cve-icon MITRE

Status: PUBLISHED

Assigner: CPANSec

Published:

Updated: 2026-07-15T14:03:34.263Z

Reserved: 2026-07-08T11:45:04.838Z

Link: CVE-2026-60081

cve-icon Vulnrichment

Updated: 2026-07-15T14:02:35.409Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-14T15:34:35Z

Links: CVE-2026-60081 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:15:06Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling