VulnSea

CWE-59

CVEs classified under CWE-59, newest first.

195 CVEsRSS

CVE-2026-55074High· 8.2
yesterday

Ansible FreeBSD Jail Connection Plugin is an Ansible connection plugin for FreeBSD Jails via jexec

Ansible FreeBSD Jail Connection Plugin is an Ansible connection plugin for FreeBSD Jails via jexec. Through version 1.3.0, the jailexec connection plugin's put_file resolved a transfer's destination to a path on the jail host ( + ) and r…

Twilightchofstede · ansible_jailexecvia NVD
CVE-2026-92253Medium· 5.2
2d ago

Improper link resolution before file access in the quarantine restoration process of WatchDog Anti-Virus 1.8.640 on Windows allows local, low-privileged attackers to cause a quarantined file to be written to an arbitrary filesystem locat…

Improper link resolution before file access in the quarantine restoration process of WatchDog Anti-Virus 1.8.640 on Windows allows local, low-privileged attackers to cause a quarantined file to be written to an arbitrary filesystem locat…

SunlitWatchDog · Anti-VirusEPSS 0.13%via NVD
CVE-2026-15815High· 8.8
5d ago

Grafana OSS and Grafana Enterprise did not safely resolve symbolic links when extracting plugin archives

Grafana OSS and Grafana Enterprise did not safely resolve symbolic links when extracting plugin archives. A crafted plugin archive can chain relative symbolic link entries to escape the plugin installation directory, writing arbitrary fi…

TwilightGrafana · Grafana OSSEPSS 0.87%via NVD
CVE-2026-54587Medium· 5.8
5d ago

mport is the MidnightBSD Package Manager

mport is the MidnightBSD Package Manager. Prior to 2.7.8, directory assets handled as ASSET_DIR or ASSET_DIR_OWNER_MODE in libmport/bundle_read_install_pkg.c used path-based mport_mkdirp(), ownership, and permission operations. A local a…

SunlitMidnightBSD · mportEPSS 0.10%via NVD
CVE-2026-54576Medium· 5.8
5d ago

mport is the MidnightBSD Package Manager

mport is the MidnightBSD Package Manager. Prior to 2.7.8, do_actual_install() in libmport/bundle_read_install_pkg.c used path-based lstat(), chown(), stat(), and chmod() operations while installing package files. A local attacker with wr…

SunlitMidnightBSD · mportEPSS 0.10%via NVD
CVE-2026-86861Medium· 5.9
5d ago

pgAdmin 4's File Manager save_file endpoint, which backs saving from the Query Tool and ERD, validated the requested path with Filemanager.check_access_permission() and then opened the file for writing with a plain open() call

pgAdmin 4's File Manager save_file endpoint, which backs saving from the Query Tool and ERD, validated the requested path with Filemanager.check_access_permission() and then opened the file for writing with a plain open() call. CVE-2026-…

Sunlitpgadmin · pgadmin_4EPSS 0.44%via NVD
CVE-2026-59944Medium· 6.1
6d ago

Composer is a dependency Manager for the PHP language

Composer is a dependency Manager for the PHP language. From 1.0 until 2.2.30 and from 2.3.0 until 2.10.3, a malicious or compromised dependency can bypass the earlier CVE-2026-59946 binary-path hardening because Composer validates litera…

Sunlitcomposer · composerEPSS 0.45%via NVD
CVE-2026-71182Low· 3.0
6d ago

Dell Update Package Framework, versions prior to 26.07.03, contains an Improper Link Resolution Before File Access ('Link Following') vulnerability

Dell Update Package Framework, versions prior to 26.07.03, contains an Improper Link Resolution Before File Access ('Link Following') vulnerability. A high privileged attacker with local access could potentially exploit this vulnerabilit…

Sunlitdell · update_package_frameworkEPSS 0.12%via NVD
CVE-2026-71181Low· 3.0
6d ago

Dell Update Package Framework, versions prior to 26.07.03, contains an Improper Link Resolution Before File Access ('Link Following') vulnerability

Dell Update Package Framework, versions prior to 26.07.03, contains an Improper Link Resolution Before File Access ('Link Following') vulnerability. A high privileged attacker with local access could potentially exploit this vulnerabilit…

Sunlitdell · update_package_frameworkEPSS 0.12%via NVD
CVE-2026-85731High· 8.8PoC
6d ago

oras-go is a Go library for managing OCI artifacts

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, content/file.Store extraction of OCI layers marked with io.deis.oras.content.unpack=true can write outside the store working directory. The pushDir path through extractT…

Midnightoras-project · oras-goEPSS 0.67%via NVD
CVE-2026-68491Critical· 9.4
1w ago

An insufficient check allowed for the overwrite of arbitrary files via a symlink.

An insufficient check allowed for the overwrite of arbitrary files via a symlink.

MidnightWebpros · SolusVMEPSS 0.33%via NVD
CVE-2026-79699Medium· 4.4
1w ago

A flaw was found in the containers/storage library

A flaw was found in the containers/storage library. A crafted tar archive containing a malicious whiteout header (e.g. victim/.wh.) can cause the extraction destination directory to be replaced with an arbitrary file when processed by st…

SunlitRed Hat · ansible-automation-platform-24/eda-controller-rhel8EPSS 0.13%via NVD
CVE-2026-77179Critical· 9.4PoC
1w ago

On macOS, the virtio-fs host server used by Docker Sandboxes improperly follows symlinks when reopening an unlinked file from a stored path

On macOS, the virtio-fs host server used by Docker Sandboxes improperly follows symlinks when reopening an unlinked file from a stored path. A malicious guest can replace a parent directory with a symlink, escape the shared workspace, an…

AbyssalDocker · Docker SandboxesEPSS 0.16%via NVD
CVE-2026-55828Medium· 6.0
1w ago

qbee transport is a remote access transport protocol implementation

qbee transport is a remote access transport protocol implementation. Prior to 1.26.25, the extractTar routine uses strictly lexical path validation that does not account for on-disk symlinks created earlier in the extraction process. A c…

Sunlitqbee-io · transportEPSS 0.37%via NVD
CVE-2026-84584High· 8.4
1w ago

This issue was addressed with improved handling of symlinks

This issue was addressed with improved handling of symlinks. This issue is fixed in macOS Golden Gate 27. An app may be able to break out of its sandbox.

Twilightapple · macosEPSS 0.14%via NVD
CVE-2026-82049High· 8.4
1w ago

In CPython 3.13 and earlier, the tarfile module's data and tar extraction filters are vulnerable to crafted archives containing a hard link to a symbolic link

In CPython 3.13 and earlier, the tarfile module's data and tar extraction filters are vulnerable to crafted archives containing a hard link to a symbolic link. Such archives may cause extraction to modify the permissions or modification …

TwilightPython Software Foundation · CPythonEPSS 0.18%via NVD
CVE-2026-89021Medium· 6.9
1w ago

MikroTik RouterOS before 7.24.2 contains a path traversal vulnerability in the container package OCI/tar image extraction that allows attackers to write files outside the container root by supplying a crafted container image with symlink…

MikroTik RouterOS before 7.24.2 contains a path traversal vulnerability in the container package OCI/tar image extraction that allows attackers to write files outside the container root by supplying a crafted container image with symlink…

SunlitMikroTik · RouterOSEPSS 0.24%via NVD
CVE-2026-90807Medium· 6.3PoC
1w ago

A vulnerability was found in nanocoai NanoClaw up to 2.1.17

A vulnerability was found in nanocoai NanoClaw up to 2.1.17. This issue affects the function forwardAttachedFiles of the file src/modules/agent-to-agent/agent-route.ts of the component Attachment Handler. The manipulation results in link…

Twilightnanocoai · NanoClawEPSS 0.29%via NVD
CVE-2026-90930Medium· 6.8PoC
1w ago

File Browser through 2.63.23 applies path rules to the requested lexical path but resolves symbolic links without reapplying rules to the target, allowing authenticated users to bypass deny rules

File Browser through 2.63.23 applies path rules to the requested lexical path but resolves symbolic links without reapplying rules to the target, allowing authenticated users to bypass deny rules. Attackers can read and overwrite rule-de…

Twilightfilebrowser · filebrowserEPSS 0.41%via NVD
CVE-2026-90616High· 7.4
1w ago

In Flatpak before 1.18.1, a malicious sandboxed app can obtain arbitrary read and write access to files on the host, which can be escalated to arbitrary code execution on the host, a different vulnerability than CVE-2026-76925

In Flatpak before 1.18.1, a malicious sandboxed app can obtain arbitrary read and write access to files on the host, which can be escalated to arbitrary code execution on the host, a different vulnerability than CVE-2026-76925. Flatpak c…

TwilightFlatpak · FlatpakEPSS 0.17%via NVD
CVE-2026-87910Medium· 5.7
1w ago

When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive

When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive. In this case, the filter function is run twice: once for the extracted member, and once with name set to the loca…

SunlitPython Software Foundation · CPythonEPSS 0.42%via NVD
CVE-2026-89258Medium· 6.3
1w ago

Hugo is a static site generator

Hugo is a static site generator. In versions after v0.123.0 and before v0.165.0, symlinks in parent directories were not dropped during direct resource lookups, allowing path confinement to be bypassed. An attacker who can place — or who…

Sunlitgohugoio · hugoEPSS 0.32%via NVD
CVE-2026-88264Medium· 5.6
1w ago

A flaw was found in crun

A flaw was found in crun. When the container configuration does not give /dev a dedicated mount, terminal setup can redirect /dev/console onto an attacker-controlled path, including via the read-only-rootfs bind-mount fallback. Affected …

SunlitRed Hat · crunEPSS 0.12%via NVD
CVE-2026-88016High· 7.1PoC
1w ago

rclone is a command-line program to sync files and directories to and from different cloud storage providers

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, when backend/local runs with --links, a source .rclonelink object can plant a symlink in the destination and l…

Midnightrclone · rcloneEPSS 0.19%via NVD
CVE-2026-88265Medium· 5.6
1w ago

A flaw was found in crun

A flaw was found in crun. After pivot_root, reopening /dev/null for stdio can follow a symlink and attach a host file to container stdio, then change that file's ownership. Affected versions are crun 1.29.1 and earlier. Default configura…

SunlitRed Hat · crunEPSS 0.12%via NVD
CVE-2026-87766High· 8.8
1w ago

A flaw was found in bubblewrap

A flaw was found in bubblewrap. During sandbox setup, creating files or directories under the new root can follow a parent symlink onto the host via /oldroot, writing attacker-chosen paths outside the sandbox as the launching user. This …

TwilightRed Hat · bubblewrapEPSS 0.14%via NVD
CVE-2026-78622Medium· 6.0
2w ago

The Okta Verify for Windows uninstaller does not verify whether the user data directory is a filesystem junction before deleting its contents with elevated privileges

The Okta Verify for Windows uninstaller does not verify whether the user data directory is a filesystem junction before deleting its contents with elevated privileges. The delete operation follows the junction target, resulting in recurs…

SunlitOkta · Okta Verify for WindowsEPSS 0.10%via NVD
CVE-2026-83999High· 7.0
2w ago

Improper link resolution before file access ('link following') in Windows Resilient File System (ReFS) Deduplication Service allows an authorized attacker to elevate privileges locally.

Improper link resolution before file access ('link following') in Windows Resilient File System (ReFS) Deduplication Service allows an authorized attacker to elevate privileges locally.

Twilightmicrosoft · windows_11_24h2EPSS 0.21%via NVD
CVE-2026-81963High· 7.8CISA KEV0dayPoC
2w ago

Improper link resolution before file access ('link following') in Windows Update Stack allows an authorized attacker to elevate privileges locally.

Improper link resolution before file access ('link following') in Windows Update Stack allows an authorized attacker to elevate privileges locally.

Abyssalmicrosoft · windows_11_23h2EPSS 0.63%via NVD
CVE-2026-70563High· 8.1
2w ago

Improper link resolution before file access ('link following') in Windows Shell allows an unauthorized attacker to perform spoofing over a network.

Improper link resolution before file access ('link following') in Windows Shell allows an unauthorized attacker to perform spoofing over a network.

Twilightmicrosoft · windows_10_1607EPSS 0.85%via NVD
CWE-59 vulnerabilities (CVEs) · VulnSea