Lucene search
+L

18024 matches found

NVD
NVD
added 6 days ago7 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...

9.1CVSS0.00416EPSS
SaveExploits0References2
NVD
NVD
added 6 days ago6 views

CVE-2026-59143

Data::RoaringBitmap::Shared versions before 0.02 for Perl allow an out-of-bounds read via an unvalidated container offset and cardinality in rbcontainslocked. The attach-time validator rbvalidateheader checks the header scalars and region layout against the file size, but does not validate the...

6.3CVSS0.00235EPSS
SaveExploits0References2
NVD
NVD
added 6 days ago7 views

CVE-2026-59139

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

9.1CVSS0.00349EPSS
SaveExploits0References2
NVD
NVD
added 6 days ago7 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. The attach-time validator ssvalidateheader bounds only the root index against the node pool nodecapacity. The order-statistics and min/max queries th...

9.1CVSS0.00337EPSS
SaveExploits0References2
NVD
NVD
added 6 days ago8 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 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...

9.1CVSS0.00337EPSS
SaveExploits0References2
Cvelist
Cvelist
added 6 days ago30 views

CVE-2026-65069 Data::DisjointSet::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW

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

0.00137EPSS
SaveExploits0References2
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-65068 Data::SpatialHash::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW

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

0.00117EPSS
SaveExploits0References2
Cvelist
Cvelist
added 6 days ago28 views

CVE-2026-65067 Data::Intern::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW

Data::Intern::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in intern.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.00117EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago12 views

CVE-2026-65067

CVE-2026-65067 affects Data::Intern::Shared prior to 0.02 for Perl. The code creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) with mode 0666, which becomes 0644 under the default umask. Absence of O_NOFOLLOW means a symlink at the path is followed, and absence of O_...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago14 views

CVE-2026-65066

Data::RingBuffer::Shared for Perl versions before 0.04 creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) with mode 0644 after umask. The code uses O_NOFOLLOW absent and O_EXCL absent, so a symlink or pre-created file at the path can be followed or reused, enabling a ...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago10 views

CVE-2026-65065

Summary: CVE-2026-65065 affects Data::RoaringBitmap::Shared before 0.02 for Perl. The code creates a shared mmap backing file via open(path, O_RDWR|O_CREAT, 0666) with mode 0666, yielding a world-readable 0644 file after umask. Absence of O_NOFOLLOW allows following a symlink, and absence of O_EX...

5.5CVSS5.3AI score0.00123EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago8 views

CVE-2026-65064

Data::HashMap::Shared before 0.14 for Perl creates a world-readable mmap backing file and opens it with 0666 permissions, without O_EXCL or O_NOFOLLOW. The file is opened with open(path, O_RDWR|O_CREAT|O_CLOEXEC, 0666) in shm_generic.h, yielding a world-readable 0644 file (umask 022). A pre-creat...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago10 views

CVE-2026-65063

Data::RadixTree::Shared prior to 0.02 for Perl creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) in radix.h. With default umask 022, the resulting mode is 0644, making the file world-readable. O_NOFOLLOW is not used, so a symlink at the path is followed; O_EXCL is no...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
Cvelist
Cvelist
added 6 days ago27 views

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

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

0.00117EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago8 views

CVE-2026-65061

Data::ReqRep::Shared for Perl is affected in versions before 0.05. The issue arises because the code creates a world-readable mmap backing file by opening path with O_RDWR | O_CREAT and mode 0666 (leading to 0644 under umask) and does not use O_EXCL or O_NOFOLLOW, allowing a local user to read IP...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
Cvelist
Cvelist
added 6 days ago27 views

CVE-2026-64617 Data::PubSub::Shared versions before 0.07 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW

Data::PubSub::Shared versions before 0.07 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in pubsub.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.00117EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago8 views

CVE-2026-64616

CVE-2026-64616 affects Data::NDArray::Shared for Perl versions before 0.02. The code creates a mmap backing file with mode 0666 via open(path, O_RDWR|O_CREAT, 0666) in ndarray.h, so the file becomes world-readable (0644 after umask). With O_NOFOLLOW absent, a symlink can be followed; with O_EXCL ...

5.3AI score0.00161EPSS
SaveExploits0References2
Cvelist
Cvelist
added 6 days ago25 views

CVE-2026-64616 Data::NDArray::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW

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

0.00161EPSS
SaveExploits0References2
Cvelist
Cvelist
added 6 days ago27 views

CVE-2026-64615 Data::Graph::Shared versions before 0.04 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW

Data::Graph::Shared versions before 0.04 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in graph.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.00119EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago9 views

CVE-2026-64615

CVE-2026-64615 affects Data::Graph::Shared for Perl, specifically versions before 0.04. The implementation creates a world-readable mmap backing file by opening path with O_RDWR|O_CREAT and mode 0666 (leading to 0644 under default umask), without O_NOFOLLOW or O_EXCL checks. This enables local us...

3.3CVSS5.3AI score0.00119EPSS
SaveExploits0References2
Rows per page
Query Builder