CVE-2026-73194: 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

Published Aug 15, 2026
·
Updated

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.

Affected Software

1 affected component
DBI DBI for Perl<1.652

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade DBI (Perl) to a version that resolves this vulnerability.

    Fixed in 1.652

Event History

Aug 15, 2026
CVE Published
via MITRE·12:09 PM
Data Sourced
via MITRE·12:09 PM
RemedyDescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-73194?

CVE-2026-73194 has a risk score of 60, indicating a moderate severity level.

2

How do I fix CVE-2026-73194?

To fix CVE-2026-73194, upgrade your Perl DBI library to version 1.652 or later.

3

What versions are affected by CVE-2026-73194?

CVE-2026-73194 affects all DBI versions prior to 1.652.

4

What type of vulnerability is CVE-2026-73194?

CVE-2026-73194 is a heap out-of-bounds write vulnerability.

5

How does CVE-2026-73194 exploit occur?

CVE-2026-73194 exploits occur via unvalidated numeric placeholders that improperly set the binder counter in the preparse function.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203