Lucene search
+L

17365 matches found

EUVD
EUVD
added yesterday5 views

EUVD-2026-46375

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...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday4 views

EUVD-2026-46374

Data::ReqRep::Shared versions before 0.05 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in reqrep.h with openpath, ORDWR | OCREAT, 0666, for both the request-reply and the integer-variant segments. The mode is 0666, so under the...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday3 views

EUVD-2026-46369

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...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday5 views

EUVD-2026-46380

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...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday4 views

EUVD-2026-46376

Data::RadixTree::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 radix.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644 world-readabl...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday4 views

EUVD-2026-46378

Data::RoaringBitmap::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 roaring.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday6 views

EUVD-2026-46373

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...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday4 views

EUVD-2026-46379

Data::RingBuffer::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 ring.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644 world-readabl...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday7 views

EUVD-2026-46382

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...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday4 views

EUVD-2026-46370

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...

5.2AI score
Exploits0References3
EUVD
EUVD
added yesterday4 views

EUVD-2026-46372

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...

5.2AI score
Exploits0References3
CVE
CVE
added yesterday12 views

CVE-2026-65069

CVE-2026-65069 affects Data::DisjointSet::Shared prior to 0.02 (Perl). The code creates a segment file via open(path, O_RDWR|O_CREAT, 0666) and uses mode 0666; with default umask 022 this yields world-readable 0644. Because O_NOFOLLOW is not used, a symlink at the path is followed, and with O_EXC...

5.3AI score
Exploits0References2
CVE
CVE
added yesterday13 views

CVE-2026-65068

Data::SpatialHash::Shared before 0.02 (Perl) creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) in sphash.h, with mode 0666 resulting in 0644 under umask 022. Absence of O_NOFOLLOW allows following a symlink, and absence of O_EXCL lets a pre-planted file be used, enab...

5.3AI score
Exploits0References2
CVE
CVE
added yesterday10 views

CVE-2026-65067

Data::Intern::Shared (Perl) before version 0.02 creates an mmap-backed sharing segment using open(path, O_RDWR|O_CREAT, 0666) in intern.h. The resulting mode 0666, subject to umask 022, yields a world-readable file (0644). O_NOFOLLOW is not used, so a symlink at the path is followed, and O_EXCL i...

5.3AI score
Exploits0References2
Cvelist
Cvelist
added yesterday19 views

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

Data::RingBuffer::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 ring.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644 world-readabl...

Exploits0References2
CVE
CVE
added yesterday8 views

CVE-2026-65065

Data::RoaringBitmap::Shared for Perl versions before 0.02 contains a world-readable mmap backing file created by open(path, O_RDWR|O_CREAT, 0666) in roaring.h. The mode 0666 with default umask 022 yields 0644 (world-readable). Absence of O_NOFOLLOW allows a symlink at the path to be followed, and...

5.3AI score
Exploits0References2
Cvelist
Cvelist
added yesterday16 views

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

Data::RoaringBitmap::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 roaring.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644...

Exploits0References2
CVE
CVE
added yesterday6 views

CVE-2026-65062

Data::SortedSet::Shared for Perl (before 0.03) creates an mmap backing file with mode 0666 and opens it with O_RDWR|O_CREAT, but without O_EXCL or O_NOFOLLOW. The segment is created in sortedset.h with open(path, O_RDWR|O_CREAT, 0666). With umask 022, the resulting file is world-readable (0644). ...

5.3AI score
Exploits0References2
Cvelist
Cvelist
added yesterday15 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...

Exploits0References2
CVE
CVE
added yesterday6 views

CVE-2026-64615

Data::Graph::Shared (Perl)

5.3AI score
Exploits0References2
Rows per page
Query Builder