Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-59 (在文件访问前对链接解析不恰当(链接跟随)) — Vulnerability Class 560

560 vulnerabilities classified as CWE-59 (在文件访问前对链接解析不恰当(链接跟随)). AI Chinese analysis included.

CWE-59 represents a critical input validation weakness where software fails to properly resolve symbolic links or shortcuts before accessing a file. Attackers typically exploit this vulnerability by crafting malicious links that point to sensitive system files or directories outside the intended scope. When the application resolves these links without adequate checks, it inadvertently grants access to unauthorized resources, potentially leading to data leakage, privilege escalation, or remote code execution. To mitigate this risk, developers must implement rigorous link resolution controls, ensuring that all file paths are canonicalized and verified against a strict allowlist before any I/O operations occur. Utilizing secure API functions that explicitly handle link following, combined with strict permission checks on the final resolved path, effectively prevents attackers from leveraging symlinks to bypass security boundaries and access unintended system components.

MITRE CWE Description
The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.
Common Consequences (2)
Confidentiality, Integrity, Access ControlRead Files or Directories, Modify Files or Directories, Bypass Protection Mechanism
An attacker may be able to traverse the file system to unintended locations and read or overwrite the contents of unexpected files. If the files are used for a security mechanism then an attacker may be able to bypass the mechanism.
OtherExecute Unauthorized Code or Commands
Windows simple shortcuts, sometimes referred to as soft links, can be exploited remotely since a ".LNK" file can be uploaded like a normal file. This can enable remote execution.
Mitigations (1)
Architecture and DesignFollow the principle of least privilege when assigning access rights to entities in a software system. Denying access to a file can prevent an attacker from replacing that file with a link to a sensitive file. Ensure good compartmentalization in the system to provide protected areas that can be trusted.
CVE IDTitleCVSSSeverityPublished
CVE-2026-19693 extract-zip arbitrary file write outside the destination directory via a symlink at the final path component — extract-zip 8.1 High2026-08-17
CVE-2026-74796 OpenTofu before 1.11.7 Symlink Following Path Traversal — opentofu 6.1 Medium2026-08-16
CVE-2026-19909 PAX Technology Q80 AIP File Parsing Link Following Remote Code Execution Vulnerability — Q80--2026-08-14
CVE-2026-15994 Lenovo Vantage 后置链接漏洞 — Commercial Vantage 7.0 High2026-08-13
CVE-2026-63426 Lenovo Dock Manager 后置链接漏洞 — Dock Manager 7.1 High2026-08-13
CVE-2026-12036 Lenovo Vantage 后置链接漏洞 — Vantage 7.1 High2026-08-13
CVE-2026-53801 rsync < 3.5.0 Symlink Race Condition Directory Traversal — rsync 5.9 Medium2026-08-13
CVE-2026-53800 rsync < 3.5.0 Symlink Race Condition via --remove-source-files — rsync 4.7 Medium2026-08-13
CVE-2026-53799 rsync < 3.5.0 Symlink Race Condition via ACL/xattr Application — rsync 6.3 Medium2026-08-13
CVE-2026-53797 rsync < 3.5.0 Symlink Race Condition Information Disclosure — rsync 4.7 Medium2026-08-13
CVE-2026-53796 rsync < 3.5.0 TOCTOU Race Condition via Destination Directory Handling — rsync 6.3 Medium2026-08-13
CVE-2026-53795 rsync < 3.5.0 Arbitrary File Write via --temp-dir/--link-dest — rsync 8.1 High2026-08-13
CVE-2026-53793 rsync < 3.5.0 Path Confinement Bypass via /./ Boundary Marker in Chroot Mode — rsync 7.4 High2026-08-13
CVE-2026-53785 rsync < 3.5.0 Path Traversal Write Escape via --relative Mode — rsync 7.1 High2026-08-13
CVE-2026-53784 rsync < 3.5.0 Path Traversal via Symlink Module Root — rsync 7.1 High2026-08-13
CVE-2026-53783 rsync < 3.5.0 TOCTOU Race Condition Directory Escape via rrsync — rsync 8.1 High2026-08-13
CVE-2026-53803 rsync < 3.5.0 Symlink Following Arbitrary File Overwrite — rsync 7.8 High2026-08-13
CVE-2026-73613 filebrowser before 2.63.19 Out-of-Scope File Deletion via Symlink — filebrowser 8.2 High2026-08-13
CVE-2026-0291 Prisma Access Agent: Authenticated Limited File Deletion on Linux — Prisma Access Agent 1.1 Low2026-08-13
CVE-2026-63293 Arbitrary File Read/Write: metadata.yaml symlink in image allows host filesystem access as root — LXD 9.9 Critical2026-08-12
CVE-2026-63294 Root RCE via image backup.yaml symlink — LXD 9.9 Critical2026-08-12
CVE-2026-65680 Microsoft OneDrive for MacOS Elevation of Privilege Vulnerability — OneDrive for MacOS 6.7 Medium2026-08-11
CVE-2026-62832 Windows User Profile Service Elevation of Privilege Vulnerability — Windows 10 Version 21H2 7.8 High2026-08-11
CVE-2026-62807 Windows DHCP Server Elevation of Privilege Vulnerability — Windows 10 Version 1607 7.8 High2026-08-11
CVE-2026-62803 Windows DHCP Server Elevation of Privilege Vulnerability — Windows 10 Version 1607 7.8 High2026-08-11
CVE-2026-62776 Windows DHCP Server Elevation of Privilege Vulnerability — Windows 10 Version 1607 7.8 High2026-08-11
CVE-2026-62761 Windows DHCP Server Elevation of Privilege Vulnerability — Windows 10 Version 1607 7.8 High2026-08-11
CVE-2026-61358 Windows Accessibility Infrastructure (ATBroker.exe) Elevation of Privilege Vulnerability — Windows 10 Version 1809 7.8 High2026-08-11
CVE-2026-72971 Windows Container Isolation FS Filter Driver (unionfs.sys) Tampering Vulnerability — Windows 11 version 26H1 5.5 Medium2026-08-11
CVE-2026-70348 Windows Management Services Denial of Service Vulnerability — Windows 11 Version 24H2 5.5 Medium2026-08-11

Vulnerabilities classified as CWE-59 (在文件访问前对链接解析不恰当(链接跟随)) represent 560 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.