Lucene search
+L

2340 matches found

Cvelist
Cvelist
added 2026/07/21 7:6 p.m.28 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.00117EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/21 7:6 p.m.6 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...

5.8AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:6 p.m.16 views

CVE-2026-64616

CVE-2026-64616 affects Data::NDArray::Shared prior to version 0.02 for Perl. The code creates a mmap-backed segment by opening a path with open(path, O_RDWR|O_CREAT, 0666) and mode 0666, leading to a world-readable file (0644 after umask). With O_NOFOLLOW absent and O_EXCL absent, a symlink or pr...

3.3CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:6 p.m.15 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
Cvelist
Cvelist
added 2026/07/21 7:6 p.m.30 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 2026/07/21 7:6 p.m.10 views

CVE-2026-64614

CVE-2026-64614 affects Data::Deque::Shared for Perl versions before 0.06. The issue arises when a shared segment is created with open(path, O_RDWR|O_CREAT, 0666); the mode 0666 (subject to umask 022 -> 0644) makes the backing file world-readable. Because O_NOFOLLOW is absent and O_EXCL is also...

3.8CVSS5.3AI score0.00119EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:6 p.m.29 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.00119EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:5 p.m.14 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.00147EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:5 p.m.28 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.00147EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.8 views

PT-2026-62060

Name of the Vulnerable Software and Affected Versions Data::ReqRep::Shared versions prior to 0.05 Description This issue occurs when the software creates a world-readable mmap backing file and opens it without using O EXCL or O NOFOLLOW. The segment is created in reqrep.h using the open function...

3.8CVSS5.9AI score0.00117EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.10 views

PT-2026-62061

Name of the Vulnerable Software and Affected Versions Data::SortedSet::Shared versions prior to 0.03 Description This issue occurs when creating a memory-mapped mmap backing file, which is created with world-readable permissions. The process uses the open function in sortedset.h with a mode of...

3.8CVSS5.9AI score0.00117EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.14 views

PT-2026-62066

Name of the Vulnerable Software and Affected Versions Data::Intern::Shared versions prior to 0.02 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 using the open function wi...

3.8CVSS5.9AI score0.00117EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.14 views

PT-2026-62067

Name of the Vulnerable Software and Affected Versions Data::SpatialHash::Shared versions prior to 0.02 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...

3.8CVSS5.9AI score0.00117EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.17 views

PT-2026-62064

Name of the Vulnerable Software and Affected Versions Data::RoaringBitmap::Shared versions prior to 0.02 Description This issue occurs when creating a world-readable mmap backing file and opening it without the O EXCL or O NOFOLLOW flags. The segment is created using the open function with a mode...

5.5CVSS5.9AI score0.00123EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.17 views

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

3.8CVSS5.9AI score0.00117EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.14 views

PT-2026-62068

Name of the Vulnerable Software and Affected Versions Data::DisjointSet::Shared versions prior to 0.02 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 dsu.h using the op...

4CVSS5.9AI score0.00137EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.10 views

PT-2026-62062

Name of the Vulnerable Software and Affected Versions Data::RadixTree::Shared versions prior to 0.02 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...

3.8CVSS5.9AI score0.00117EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.14 views

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

3.8CVSS5.9AI score0.00117EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/07/20 10:27 p.m.11 views

Allocation of Resources Without Limits or Throttling

Overview org.webjars.npm:axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the getBodyLength and resolveBodyLength functions of lib/adapters/fetch.js, which lack a branch fo...

6.3CVSS5.4AI score0.00359EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/20 10:27 p.m.11 views

Allocation of Resources Without Limits or Throttling

Overview axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the getBodyLength and resolveBodyLength functions of lib/adapters/fetch.js, which lack a branch for WHATWG...

6.3CVSS5.4AI score0.00359EPSS
SaveExploits0References2
Rows per page
Query Builder