CVE-2026-59144
Last modified
CVE-2026-59144 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Data::RingBuffer::Shared versions before 0.04 for Perl allow a stack buffer overflow via an unvalidated elem_size in ring_read_seq. The attach-time validator ring_validate_header checks the capacity-overflow and total_size consistency of the header but never caps elem_size against the destination size. ring_read_seq does memcpy(out, ring_slot(h, seq), elem_size) with elem_size read raw from the mmap'd segment, copying into a fixed 8-byte destination scalar. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
Data::RingBuffer::Shared versions before 0.04 for Perl allow a stack buffer overflow via an unvalidated elem_size in ring_read_seq. The attach-time validator ring_validate_header checks the capacity-overflow and total_size consistency of the header but never caps elem_size against the destination size. ring_read_seq does memcpy(out, ring_slot(h, seq), elem_size) with elem_size read raw from the mmap'd segment, copying into a fixed 8-byte destination scalar. An elem_size larger than 8 bytes writes past the destination. A local peer that can write the backing file can leave the header valid while setting a large elem_size, so the next read copies a file-controlled length into the fixed 8-byte stack buffer, corrupting adjacent stack frames.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| EGOR | Data::RingBuffer::Shared | < 0.04 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-59144?
How severe is CVE-2026-59144?
How do I fix CVE-2026-59144?
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-59139Data::ReqRep::Shared versions before 0.05 for Perl allow an …9.1
- CVE-2026-5914Type Confusion in CSS in Google Chrome prior to 147.0.7727.5…8.8
- CVE-2026-59140Data::SortedSet::Shared versions before 0.03 for Perl allow …9.1
- CVE-2026-59141Data::RadixTree::Shared versions before 0.02 for Perl allow …9.1
- CVE-2026-59142Data::HashMap::Shared versions before 0.14 for Perl allow an…9.1
- CVE-2026-59143Data::RoaringBitmap::Shared versions before 0.02 for Perl al…6.3
- CVE-2026-59145Data::Intern::Shared versions before 0.02 for Perl allow an …9.1
- CVE-2026-59146Data::SpatialHash::Shared versions before 0.02 for Perl allo…7.8
- CVE-2026-59147Data::DisjointSet::Shared versions before 0.02 for Perl allo…9.8
- CVE-2026-59148Mockoon provides way to design and run mock APIs. Prior to 9…8.8
- CVE-2026-59149Mockoon provides way to design and run mock APIs. Prior to 9…6.5
- CVE-2026-5915Insufficient validation of untrusted input in WebML in Googl…8.1
Are you affected by CVE-2026-59144?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
