Out-of-bounds Read in Egor Data::sortedset::shared
CVE-2026-59140
Data::SortedSet::Shared versions before 0.03 for Perl allow an out-of-bounds read via unvalidated node indices in the rank and min/max query paths. The attach-time validator ss_validate_header bounds only the root index against the node pool (node_capacity). The order-statistics and min/max queries then follow children[], leftmost and rightmost node indices read raw from the mmap'd segment without bounding them against node_capacity. A full structural check (ss_validate_tree) exists but runs only via an explicit validate method, not on attach. A local peer that can write the backing file can leave the header valid while poisoning the tree links, so the next rank, min or max query dereferences an out-of-bounds node index, reading adjacent memory or crashing the process.
Vulnerability class: Buffer Overflow
EPSS: 0.005 (43.3th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 9.1 (Critical). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H.
Affected products
- Egor Data::sortedset::shared — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-59140?
- CVE-2026-59140 is a critical-severity vulnerability in Egor Data::sortedset::shared, classified under Out-of-bounds Read. CVSS score: 9.1/10. Published 2026-07-21.
- How severe is CVE-2026-59140?
- Critical severity. CVSS v3 base score is 9.1 out of 10.