Lucene search
+L

433 matches found

Cvelist
Cvelist
added 2026/08/28 4:26 p.m.2 views

CVE-2026-55569 aqua: Archive extraction in aqua follows attacker-planted symlinks, allowing writes outside the install directory

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry a...

6.6CVSS
SaveExploits0References3
CVE
CVE
added 2026/08/28 4:26 p.m.9 views

CVE-2026-55569

aqua (aquaproj/aqua), a declarative command-line version manager written in Go, contains a symlink traversal flaw in pkg/unarchive/archives.go (HandleFile). The handler calls os.Symlink with an unvalidated LinkTarget and does not jail the target to the extraction destination. A subsequent regular...

6.6CVSS5.9AI score
SaveExploits0References3
CVE
CVE
added 2026/08/28 4:11 p.m.9 views

CVE-2026-55108

KubeVela 's Terraform remote configuration loader in pkg/controller/utils/capability.go (function GetTerraformConfigurationFromRemote) is vulnerable to denial of service. When a user with low privileges (ability to create or update ComponentDefinition objects) registers a Terraform remote schemat...

8.5CVSS5.9AI score
SaveExploits0References9
NVD
NVD
added 2026/08/28 12:16 p.m.6 views

CVE-2026-82248

gix-worktree-state before 0.33.0 part of gitoxide allows writing files outside the worktree on Windows. gixworktreestate::checkout follows an existing terminal symlink during non-exclusive incremental materialization destinationisinitiallyempty: false when core.symlinks is true. If a symlink entr...

6CVSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/28 11:42 a.m.3 views

cve-2026-11837-ansible-posix-authorized-key

CVE-2026-11837: escalatione dei privilegi locali in ansible.posix.authorizedkey Escalatione locale dei privilegi nel modulo Ansible ansible.posix.authorizedkey tramite chown che segue i collegamenti simbolici e creazione di file che segue i collegamenti sulla directory /.ssh e sul file...

7.3CVSS6.8AI score0.00259EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 10:49 a.m.11 views

CVE-2026-82252

gitoxide before 0.52.1 is vulnerable to a repository boundary violation via symlinked .gitmodules files. When reading the worktree .gitmodules file, gitoxide follows symlinks, allowing an attacker to create a malicious repository where .gitmodules points outside the repository tree. This causes g...

8.7CVSS6AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 10:49 a.m.4 views

EUVD-2026-67704

gitoxide before 0.52.1 follows symlinks when reading the worktree .gitmodules file, allowing attackers to inject out-of-repository bytes into submodule metadata. Attackers can create a malicious repository with a symlinked .gitmodules pointing outside the repository tree, causing gitoxide to pars...

8.7CVSS6AI score
SaveExploits0References2
CVE
CVE
added 2026/08/28 10:49 a.m.8 views

CVE-2026-82248

gix-worktree-state before 0.33.0 (part of gitoxide ) is vulnerable to path traversal via symlink following on Windows. During non-exclusive (incremental) materialization with core.symlinks=true, if a symlink entry is first checked out at a path pointing outside the worktree, a subsequent checkout...

6CVSS5.9AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 10:49 a.m.4 views

EUVD-2026-67700

gix-worktree-state before 0.33.0 part of gitoxide allows writing files outside the worktree on Windows. gixworktreestate::checkout follows an existing terminal symlink during non-exclusive incremental materialization destinationisinitiallyempty: false when core.symlinks is true. If a symlink entr...

6CVSS5.9AI score
SaveExploits0References2
NVD
NVD
added 2026/08/28 8:16 a.m.5 views

CVE-2026-80663

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

SaveExploits0References6
Kitploit
Kitploit
added 2026/08/28 5:30 a.m.2 views

subpath-exploit

Esempio di fuga da Kubernetes tramite CVE-2017-1002101 Descrizione Dopo aver letto del problema e aver seguito questa guida, ho voluto approfondire un po' la cosa. Questo repository contiene un paio di deployment di pod e script shell di supporto che dimostrano il meccanismo di attacco nel modo p...

9.6CVSS7.1AI score0.11295EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/27 7:58 p.m.6 views

CVE-2025-27591-Meta-below-LPE

CVE-2025-27591 — Meta below: escalation locale dei privilegi tramite symlink Panoramica Campo| Dettagli ---|--- CVE| CVE-2025-27591 Software| Meta below monitor delle risorse di sistema Versioni interessate| 0.9.0 Vulnerabilità| Follow di symlink → sovrascrittura arbitraria di file come root...

6.8CVSS6.9AI score0.00364EPSS
SaveExploits23References1
NVD
NVD
added 2026/08/27 5:20 p.m.5 views

CVE-2026-81690

openssl-encrypt pip package before 1.4.9 contains a symlink-following flaw in its verify-usb v2 added-file allowlist scan. The scan enumerated the drive with rglob, which in CPython does not descend into symlinked directories and treats the symlink as an ordinary directory, while ONOFOLLOW on the...

8.7CVSS
SaveExploits0References2
NVD
NVD
added 2026/08/27 5:18 p.m.4 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...

2CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/27 2:50 p.m.5 views

EUVD-2026-67046

openssl-encrypt pip package before 1.4.9 contains a symlink-following flaw in its verify-usb v2 added-file allowlist scan. The scan enumerated the drive with rglob, which in CPython does not descend into symlinked directories and treats the symlink as an ordinary directory, while ONOFOLLOW on the...

8.7CVSS5.8AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/27 1:22 p.m.28 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...

2CVSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 1:22 p.m.6 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.3 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 score
SaveExploits0References2
CVE
CVE
added 2026/08/27 1:22 p.m.8 views

CVE-2026-56651

Dool (a shell utility for managing shell history) in versions up to 1.3.8 is vulnerable to symlink following when the --devel flag is used. The application opens its log file without the O_NOFOLLOW flag, allowing a local attacker to place a symlink at the expected log path pointing to a sensitive...

2CVSS5.3AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/27 1:09 p.m.6 views

CVE-2026-76845

A flaw was found in adm-zip, a Node.js library used for handling zip archives. This vulnerability allows a local attacker to overwrite arbitrary files on the system. When extracting an archive, adm-zip follows symbolic links, which are special files that point to other files or directories. An...

6.8CVSS5.7AI score0.00131EPSS
SaveExploits0References6
Rows per page
Query Builder