๐Ÿ” CVE Alert

CVE-2026-59140

UNKNOWN 0.0

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

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-125
Vendor egor
Product data::sortedset::shared
Published Jul 21, 2026
Stay Ahead of the Next One

Get instant alerts for egor data::sortedset::shared

Be the first to know when new unknown vulnerabilities affecting egor data::sortedset::shared are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

EGOR / Data::SortedSet::Shared
0 < 0.03

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
metacpan.org: https://metacpan.org/release/EGOR/Data-SortedSet-Shared-0.03/diff/EGOR/Data-SortedSet-Shared-0.02#sortedset.h metacpan.org: https://metacpan.org/release/EGOR/Data-SortedSet-Shared-0.03/changes