Lucene search
+L

14 matches found

Cvelist
Cvelist
added 2026/07/21 7:9 p.m.31 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
CVE
CVE
added 2026/07/21 7:8 p.m.9 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
Cvelist
Cvelist
added 2026/07/21 7:8 p.m.27 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 2026/07/21 7:6 p.m.8 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
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.10 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
NVD
NVD
added 2026/06/13 3:16 a.m.21 views

CVE-2026-54230

A symlink following vulnerability was found in the ABRT post-create event handler scripts in libreport. Event scripts write output files using shell redirections without the ONOFOLLOW flag. If the target file is replaced with a symlink, the shell process running as root follows the symlink and...

7.8CVSS0.0014EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/06/10 5:3 a.m.17 views

EUVD-2026-35982

A local privilege escalation vulnerability was found in the ansible.posix authorizedkey module. The module's keyfile function uses os.chown instead of os.lchown and opens files without ONOFOLLOW when managing SSH authorized keys. An unprivileged local user can pre-stage symbolic links in their...

7.3CVSS5.6AI score0.00161EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/10 5:3 a.m.50 views

CVE-2026-11837

CVE-2026-11837 describes a local privilege escalation in the ansible.posix authorized_key module. The keyfile() function uses os.chown() instead of os.lchown() and opens files without O_NOFOLLOW when handling SSH authorized keys. An unprivileged local user can pre-stage symbolic links in their ~/...

7.3CVSS5.6AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/05 9:6 p.m.13 views

CLSA-2026-1777944214 libcap: Fix of CVE-2026-4878

CVE-2026-4878: fix TOCTOU race in capsetfile by performing xattr writes via an ONOFOLLOW file descriptor instead of the user-supplied path...

7CVSS5.8AI score0.00206EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/05 12:43 a.m.15 views

CLSA-2026-1777941808 libcap: Fix of CVE-2026-4878

CVE-2026-4878: fix TOCTOU race in capsetfile by performing xattr writes via an ONOFOLLOW file descriptor instead of the user-supplied path...

7CVSS5.8AI score0.00206EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/22 6:31 p.m.7 views

GHSA-HPFW-MQM3-33JH uutils coreutils has a Link Following issue

A Time-of-Check to Time-of-Use TOCTOU vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks if a source path is a symbolic link using path-based metadata but subsequently opens it without the ONOFOLLOW flag. An attacker with...

4.7CVSS5.9AI score0.00105EPSS
SaveExploits1References3
NVD
NVD
added 2026/04/22 5:16 p.m.13 views

CVE-2026-35359

A Time-of-Check to Time-of-Use TOCTOU vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks if a source path is a symbolic link using path-based metadata but subsequently opens it without the ONOFOLLOW flag. An attacker with...

4.7CVSS0.00105EPSS
SaveExploits1References1
AlpineLinux
AlpineLinux
added 2026/04/08 1:6 a.m.8 views

CVE-2026-32282

On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the ATSYMLINKNOFOLLOW flag, which Root.Chmod uses to...

6.4CVSS5.8AI score0.00292EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2026/01/24 8:38 a.m.172 views

CVE-2026-D0cker

CVE-2026-Pending: Container Escape via runC maskPaths Vunlerab...

5.8AI score
SaveExploits0
Rows per page
Query Builder