Lucene search
+L

20 matches found

Kitploit
Kitploit
added 2026/09/16 6:17 p.m.13 views

CVE-2026-D0cker

CVE-2026-Pending: Container Escape via runC maskPaths Vunlerability Severity: Critical CVSS 9.8 Component: opencontainers/runc libcontainer Vulnerability Type: CWE-59: Improper Link Resolution Before File Access 'Link Following' 🚨 Executive Summary A critical vulnerability exists in runc's...

5.9AI score
SaveExploits0
NVD
NVD
added 2026/09/03 1:06 p.m.7 views

CVE-2026-85092

LiME through 1.12.0 fails to validate the disk acquisition output path and does not use ONOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link...

6.6CVSS0.00152EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 1:04 a.m.8 views

EUVD-2026-70302

LiME through 1.12.0 fails to validate the disk acquisition output path and does not use ONOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link...

6.6CVSS6AI score0.00152EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/03 1:04 a.m.13 views

CVE-2026-85092 LiME through 1.12.0 Arbitrary File Overwrite via Symlink Following

LiME through 1.12.0 fails to validate the disk acquisition output path and does not use ONOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link...

5.2CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2026/09/03 1:04 a.m.15 views

CVE-2026-85092

LiME (Linux Memory Engine) through version 1.12.0 contains an arbitrary file overwrite vulnerability caused by a missing O_NOFOLLOW flag and insufficient validation of the operator-supplied disk acquisition output path. An unprivileged local attacker who controls the output directory can plant a ...

6.6CVSS5.5AI score0.00152EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/03 1:04 a.m.32 views

CVE-2026-85092 LiME through 1.12.0 Arbitrary File Overwrite via Symlink Following

LiME through 1.12.0 fails to validate the disk acquisition output path and does not use ONOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link...

6.6CVSS0.00152EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 6:49 a.m.9 views

CVE-2026-80663 tools/power/x86/intel-speed-select: Harden daemon pidfile open

In the Linux kernel, the following vulnerability has been resolved: tools/power/x86/intel-speed-select: Harden daemon pidfile open Avoid symlink-based pidfile clobbering by opening the pidfile with ONOFOLLOW and validating it with fstat before locking/writing. The daemon currently uses a fixed...

7.1CVSS5.8AI score
SaveExploits0References9
NVD
NVD
added 2026/08/27 5:18 p.m.12 views

CVE-2026-56651

Dool in versions up to 1.3.8 is vulnerable to symlink following when the "--devel" flag is used, as the application opens a log file without the "ONOFOLLOW" flag. A local attacker can exploit this by creating a symlink at the expected log file path pointing to a sensitive file, causing dool to...

2CVSS0.00152EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 1:22 p.m.26 views

CVE-2026-56651 Arbitrary File Overwrite via Symlink Following in dool project

Dool in versions up to 1.3.8 is vulnerable to symlink following when the "--devel" flag is used, as the application opens a log file without the "ONOFOLLOW" flag. A local attacker can exploit this by creating a symlink at the expected log file path pointing to a sensitive file, causing dool to...

2CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/27 1:22 p.m.12 views

EUVD-2026-67129

Dool in versions up to 1.3.8 is vulnerable to symlink following when the "--devel" flag is used, as the application opens a log file without the "ONOFOLLOW" flag. A local attacker can exploit this by creating a symlink at the expected log file path pointing to a sensitive file, causing dool to...

2CVSS5.3AI score0.00152EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/14 5:18 p.m.10 views

AZL-95985 CVE-2026-47766 affecting package crun 1.24-6

crun is an open source OCI Container Runtime fully written in C. Prior to version 1.28, crun's default device setup opens the container rootfs /dev directory without ONOFOLLOW. If an OCI bundle contains rootfs/dev as a symlink and the bundle configuration does not mount /dev, crun follows that...

5.1CVSS5.8AI score0.00161EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/14 4:16 p.m.51 views

CVE-2026-47766

CVE-2026-47766 affects crun prior to version 1.28. When an OCI bundle uses a symlink for rootfs/dev and the bundle omits mounting /dev, crun may follow the symlink and create default device nodes and stdio symlinks at the symlink target outside the container rootfs. In a local rootful crun replay...

5.1CVSS5.3AI score0.00161EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 4:16 p.m.45 views

CVE-2026-47766 crun follows rootfs /dev symlink while creating default devices

crun is an open source OCI Container Runtime fully written in C. Prior to version 1.28, crun's default device setup opens the container rootfs /dev directory without ONOFOLLOW. If an OCI bundle contains rootfs/dev as a symlink and the bundle configuration does not mount /dev, crun follows that...

5.1CVSS0.00161EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/21 7:06 p.m.9 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
OSV
OSV
added 2026/06/13 3:16 a.m.11 views

AZL-90104 CVE-2026-54230 affecting package libreport 2.17.15-1

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.8CVSS5.9AI score0.00184EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/06/13 2:34 a.m.6 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.8CVSS5.5AI score0.00184EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/11 6:31 p.m.18 views

pgAdmin 4 File Manager has symbolic-link path traversal

Symbolic-link path traversal CWE-61, CWE-22 in pgAdmin 4 File Manager. checkaccesspermission used os.path.abspath, which resolves '..' but does not resolve symbolic links, while the subsequent kernel write follows symlinks. An authenticated user could plant a symbolic link inside their own storag...

8.1CVSS5.8AI score0.00359EPSS
SaveExploits0References4Affected Software1
zdt
zdt
added 2018/10/26 12:00 a.m.86 views

Linux systemd Symlink Dereference Via chown_one() Exploit

Linux suffers from an issue with systemd where chownone can dereference symlinks. systemd: chownone can dereference symlinks CVE-2018-15687 I am sending this bug report to Ubuntu, even though it's an upstream bug, as requested at...

0.2AI score0.01058EPSS
SaveExploits5
Mageia
Mageia
added 2017/12/06 11:43 a.m.59 views

Updated libxfont/libxfont2 packages fix security vulnerability

Fixes open files with ONOFOLLOW. CVE-2017-16611...

5.5CVSS1.9AI score0.0042EPSS
SaveExploits0References2
Slackware Linux
Slackware Linux
added 2017/11/29 8:19 a.m.33 views

[slackware-security] libXfont

New libXfont packages are available for Slackware 13.0, 13.1, 13.37, 14.0, 14.1, and 14.2 to fix a security issue. Here are the details from the Slackware 14.2 ChangeLog: patches/packages/libXfont-1.5.1-i486-2slack14.2.txz: Rebuilt. Open files with ONOFOLLOW. CVE-2017-16611 A non-privileged X...

5.5CVSS5.8AI score0.0042EPSS
SaveExploits0
Rows per page
Query Builder