CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-73194

criticalCVSS 9.1covered by 2 sourcesfirst seen 2026-08-11
DBI versions before 1.652 for Perl allow a heap out-of-bounds write via an unvalidated numeric placeholder that sets the binder counter in preparse. preparse reserves seven output bytes per input byte, the width of the longest ':p99999' expansion. The ':N' branch parses the number with atoi(src) and assigns it to the binder counter with no range check, so a statement containing ':2147483648' leaves the counter negative (-2147483648 with glibc, where atoi wraps). Each following '?' then expands through sprintf(start, ":p%d", idx++) to ':p-2147483648', 14 bytes with the terminating NUL where the buffer budgets 7. The placeholder limit added in 1.650 tests the counter against 99,999, which a negative counter passes. Any caller that preparses an untrusted statement into ':pN' style placeholders gets a heap out-of-bounds write that grows with the number of '?' marks following the poisoned placeholder. The '?' and '%s' return styles compare the parsed number against the expected sequence and error out, and are unaffected.

CSIRTS triage

What
Heap out-of-bounds write via unvalidated numeric placeholder that sets the binder counter in preparse.
Who is affected
Perl applications using DBI versions before 1.652 are affected.
Urgency
Critical severity (CVSS 9.1) with memory corruption risk; immediate patching is essential.
Action
Update DBI to version 1.652 or later without delay.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-73194

Get an email if CVE-2026-73194 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-73194

CVE.org record

Embed the live status

CVE-2026-73194 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-73194 status](https://www.csirts.com/badge/CVE-2026-73194)](https://www.csirts.com/cve/CVE-2026-73194)