4 matches found
CVE-2026-65069
The CVE-2026-65069 issue affects Data::DisjointSet::Shared (
PT-2026-62056
Data::Deque::Shared versions before 0.06 for Perl create a world-readable mmap backing file and open it without O EXCL or O NOFOLLOW. The segment is created in deque.h with openpath, O RDWR|O CREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644 world-readabl...
PT-2026-62065
Name of the Vulnerable Software and Affected Versions Data::RingBuffer::Shared versions prior to 0.04 Description This issue occurs when a world-readable mmap backing file is created and opened without the O EXCL or O NOFOLLOW flags. The segment is created using the open function with a mode of...
PT-2026-62063
Name of the Vulnerable Software and Affected Versions Data::HashMap::Shared versions prior to 0.14 Description This issue occurs when the software creates a world-readable mmap backing file and opens it without using the O EXCL or O NOFOLLOW flags. The segment is created in shm generic.h using th...