Lucene search
+L

11400 matches found

Cvelist
Cvelist
added 2026/07/21 7:06 p.m.32 views

CVE-2026-64614 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

Data::Deque::Shared versions before 0.06 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in deque.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644 world-readable...

0.00142EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:05 p.m.30 views

CVE-2026-64613 Data::Buffer::Shared versions before 0.05 for Perl create a world-readable mmap backing file and open it without O_NOFOLLOW

Data::Buffer::Shared versions before 0.05 for Perl create a world-readable mmap backing file and open it without ONOFOLLOW. The segment is created in bufgeneric.h with openpath, ORDWR|OCREAT|OEXCL, 0666. OEXCL blocks a pre-seeded file on create, but the mode is 0666, so under the default umask 02...

0.00176EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:05 p.m.20 views

CVE-2026-64613

Data::Buffer::Shared for Perl versions before 0.05 is affected. A world-readable mmap backing file is created (mode 0666 then 0644 by default umask) and opened with open(path, O_RDWR|O_CREAT|O_EXCL) without O_NOFOLLOW. A pre-planted symlink at the path can be followed, allowing local users to rea...

6.2CVSS5.3AI score0.00176EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/21 7:05 p.m.10 views

CVE-2026-59147

Data::DisjointSet::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via an unvalidated parent index in dsufind. The attach-time validator dsuvalidateheader checks the header scalars and region layout against the file size, but does not validate the array contents it then...

5.2AI score0.00553EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 7:05 p.m.20 views

CVE-2026-59147

CVE-2026-59147 – Data::DisjointSet::Shared (Perl) affects versions before 0.02. The root cause is an unvalidated, raw file-stored index used by dsu_find to walk and path‑compress parent[x], never bounded against the node count. The attach-time header validation validates header scalars but not th...

9.8CVSS5.3AI score0.00553EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:05 p.m.33 views

CVE-2026-59147 Data::DisjointSet::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via an unvalidated parent index in dsu_find

Data::DisjointSet::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via an unvalidated parent index in dsufind. The attach-time validator dsuvalidateheader checks the header scalars and region layout against the file size, but does not validate the array contents it then...

0.00553EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:04 p.m.31 views

CVE-2026-59146 Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sph_walk_cell and sph_alloc_slot

Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sphwalkcell and sphallocslot. The attach-time validator sphvalidateheader checks the header scalars and region layout against the file size, but does...

0.00174EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:04 p.m.32 views

CVE-2026-59146

CVE-2026-59146 affects Data::SpatialHash::Shared for Perl versions before 0.02. The vulnerability enables out-of-bounds reads/writes via unvalidated indices in sph_walk_cell and sph_alloc_slot, because the attach-time header validation does not validate array contents, and memory can be corrupted...

7.8CVSS5.3AI score0.00174EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:04 p.m.22 views

CVE-2026-59145

Data::Intern::Shared before 0.02 for Perl is affected by an out-of-bounds read in si_idx_find due to unvalidated arrays after a seemingly thorough header validation. The code walks a triple indirection: arena[reverse[slots[i].id]] without bounds checks on slots[i].id against count, reverse offset...

9.1CVSS5.3AI score0.00539EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/21 7:04 p.m.9 views

CVE-2026-59145

Data::Intern::Shared versions before 0.02 for Perl allow an out-of-bounds read via unvalidated slot, reverse and arena indices in siidxfind. The attach-time validator sivalidateheader is thorough about the header and layout magic, version, section offsets, totalsize, count and arenaused but does...

5.3AI score0.00539EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 7:04 p.m.26 views

CVE-2026-59144

Data::RingBuffer::Shared prior to v0.04 for Perl has a stack-buffer overflow: ring_read_seq copies elem_size bytes into an 8-byte destination without capping elem_size, allowing a file-writable header to cause overflow and stack corruption. The attach-time header validation does not cap elem_size...

9.8CVSS5.7AI score0.00598EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/21 7:04 p.m.7 views

CVE-2026-59144

Data::RingBuffer::Shared versions before 0.04 for Perl allow a stack buffer overflow via an unvalidated elemsize in ringreadseq. The attach-time validator ringvalidateheader checks the capacity-overflow and totalsize consistency of the header but never caps elemsize against the destination size...

5.6AI score0.00598EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 7:04 p.m.33 views

CVE-2026-59144 Data::RingBuffer::Shared versions before 0.04 for Perl allow a stack buffer overflow via an unvalidated elem_size in ring_read_seq

Data::RingBuffer::Shared versions before 0.04 for Perl allow a stack buffer overflow via an unvalidated elemsize in ringreadseq. The attach-time validator ringvalidateheader checks the capacity-overflow and totalsize consistency of the header but never caps elemsize against the destination size...

0.00598EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:03 p.m.21 views

CVE-2026-59142

CVE-2026-59142 affects Data::HashMap::Shared for Perl versions before 0.14. The issue is an out-of-bounds read caused by unvalidated arena offsets/lengths in shm_str_copy, where memcpy(dst, arena + off, len) uses values sourced from the mmap’d segment. Although the attach-time validator shm_valid...

9.1CVSS5.3AI score0.00539EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/21 7:03 p.m.9 views

CVE-2026-59142

Data::HashMap::Shared versions before 0.14 for Perl allow an out-of-bounds read via an unvalidated arena offset and length in shmstrcopy. The attach-time validator shmvalidateheader checks the header scalars and region layout against the file size, but does not validate the array contents it then...

5.3AI score0.00539EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 7:03 p.m.30 views

CVE-2026-59142 Data::HashMap::Shared versions before 0.14 for Perl allow an out-of-bounds read via an unvalidated arena offset and length in shm_str_copy

Data::HashMap::Shared versions before 0.14 for Perl allow an out-of-bounds read via an unvalidated arena offset and length in shmstrcopy. The attach-time validator shmvalidateheader checks the header scalars and region layout against the file size, but does not validate the array contents it then...

0.00539EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:03 p.m.20 views

CVE-2026-59141

Data::RadixTree::Shared on Perl is affected in versions before 0.02 by an out-of-bounds read caused by trusting unvalidated node records after rdx_validate_header. The code validates the header but not the node records; rdx_find_locked may dereference nodes[cur].children[k] and read label_off/lab...

9.1CVSS5.3AI score0.00539EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:03 p.m.27 views

CVE-2026-59141 Data::RadixTree::Shared versions before 0.02 for Perl allow an out-of-bounds read via unvalidated node and arena indices in rdx_find_locked

Data::RadixTree::Shared versions before 0.02 for Perl allow an out-of-bounds read via unvalidated node and arena indices in rdxfindlocked. The attach-time validator rdxvalidateheader checks the header scalars and region layout against the file size, but does not validate the node records it then...

0.00539EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:03 p.m.32 views

CVE-2026-59140

CVE-2026-59140 affects Data::SortedSet::Shared

9.1CVSS5.4AI score0.00539EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:03 p.m.31 views

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

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 ssvalidateheader bounds only the root index against the node pool nodecapacity. The order-statistics and min/max queries th...

0.00539EPSS
SaveExploits0References2
Rows per page
Query Builder