CVE-2026-73193
Last modified
CVE-2026-73193 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with `newSV(strlen(statement) * 7 + 16)`, budgeting seven output bytes per input byte for the longest ':p99999' expansion. The product is computed in STRLEN, which is 32 bits wide on a 32-bit perl build, so a statement of 613,566,757 bytes multiplies to 4,294,967,299, wraps modulo 2^32 to 3, and reserves 19 bytes. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with `newSV(strlen(statement) * 7 + 16)`, budgeting seven output bytes per input byte for the longest ':p99999' expansion. The product is computed in STRLEN, which is 32 bits wide on a 32-bit perl build, so a statement of 613,566,757 bytes multiplies to 4,294,967,299, wraps modulo 2^32 to 3, and reserves 19 bytes. The parser then copies the statement out through a raw pointer with no capacity check, writing the whole 585 MB input past the end of the allocation. The 99,999 placeholder limit does not bound this path, which is reached by ordinary non-placeholder content. Any caller that passes an untrusted statement of that length to preparse on a 32-bit perl gets a heap out-of-bounds write of attacker controlled bytes. Builds with a 64-bit STRLEN are not affected, since the wrap there needs a statement of about 2.3 exabytes.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 1.652 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-73193?
How severe is CVE-2026-73193?
How do I fix CVE-2026-73193?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73188Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-73189Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-7319A flaw has been found in elinsky execution-system-mcp 0.1.0.…7.3
- CVE-2026-73190Unauthenticated Cross Site Scripting (XSS) in WPDM – Premium…7.1
- CVE-2026-73191URL Redirection to Untrusted Site ('Open Redirect') vulnerab…6.1
- CVE-2026-73192An improper neutralization of input during web page generati…6.1
- CVE-2026-73194DBI versions before 1.652 for Perl allow a heap out-of-bound…9.1
- CVE-2026-73195Improper Encoding or Escaping of Output vulnerability in Apa…7.3
- CVE-2026-73196A flaw was found in FreeIPA. A low-privilege authenticated u…6.5
- CVE-2026-73197A flaw was found in FreeIPA. A remote, unauthenticated attac…7.5
- CVE-2026-73198A flaw was found in FreeIPA. A remote, unauthenticated attac…7.5
- CVE-2026-73199A flaw was found in the `ipa-enrollment` SLAPI plugin. A rem…6.5
Are you affected by CVE-2026-73193?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
