Text::CSV_XS versions before 1.62 for Perl have a use-after-free when registered callbacks extend the Perl argument stack, which may enable type confusion or memory corruption
Summary
| CVE | CVE-2026-7111 |
|---|---|
| State | PUBLISHED |
| Assigner | CPANSec |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-04-29 15:16:09 UTC |
| Updated | 2026-05-06 16:16:52 UTC |
| Description | Text::CSV_XS versions before 1.62 for Perl have a use-after-free when registered callbacks extend the Perl argument stack, which may enable type confusion or memory corruption. The Parse, print, getline, and getline_all methods invoke registered callbacks (for example after_parse, before_print, or on_error) and cache the Perl argument stack pointer across the call. If a callback extends the argument stack enough to trigger a reallocation, the return value is written through the stale pointer into the freed buffer, and the caller reads the original $self argument as the return value instead. Calling code that expects parsed data from getline_all receives the Text::CSV_XS object in its place, leading to logic errors or crashes. Text::CSV_XS objects used without any registered callbacks are not affected. |
Risk And Classification
Primary CVSS: v3.1 8.4 HIGH from ADP
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS: 0.000180000 probability, percentile 0.048750000 (date 2026-05-05)
Problem Types: CWE-416 | CWE-825 | CWE-825 CWE-825 Expired Pointer Dereference | CWE-416 CWE-416 Use After Free
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | ADP | DECLARED | 8.4 | HIGH | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| 3.1 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | Secondary | 8.4 | HIGH | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
CVSS v3.1 Breakdown
Attack Vector
LocalAttack Complexity
LowPrivileges Required
NoneUser Interaction
NoneScope
UnchangedConfidentiality
HighIntegrity
HighAvailability
HighCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
NVD Known Affected Configurations (CPE 2.3)
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | HMBRAND | TextCSV XS | affected 1.62 custom | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| github.com/cpan-authors/Text-CSV_XS/commit/c17f31a5f2bf36674748eb4b6e256... | 9b29abf9-4ab0-4765-b253-1875cd9b441e | github.com | Mailing List, Patch |
| metacpan.org/release/HMBRAND/Text-CSV_XS-1.62/changes | 9b29abf9-4ab0-4765-b253-1875cd9b441e | metacpan.org | Release Notes, Product |
| www.openwall.com/lists/oss-security/2026/04/29/17 | af854a3a-2127-422b-91ae-364da2661108 | www.openwall.com | Mailing List, Third Party Advisory |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
Vendor Comments And Credit
Discovery Credit
CNA: Leon Timmermans (en)
Additional Advisory Data
| Source | Time | Event |
|---|---|---|
| CNA | 2026-04-25T00:00:00.000Z | Fix committed to public Github repository |
| CNA | 2026-04-26T00:00:00.000Z | CVE number reserved |
| CNA | 2026-04-29T00:00:00.000Z | Version 1.62 with the fix released to CPAN |
Solutions
CNA: Upgrade to 1.62 or later.
There are currently no legacy QID mappings associated with this CVE.