VYPR

Data::SortedSet::Shared

by Perl Foundation

CVEs (2)

  • CVE-2026-65062Jul 21, 2026
    risk 0.00cvss epss 0.00

    Data::SortedSet::Shared versions before 0.03 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW. The segment is created in sortedset.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is…

  • CVE-2026-59140Jul 21, 2026
    risk 0.00cvss epss 0.00

    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…