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-2021-23873 McAfee Total Protection (MTP) privilege escalation vulnerability — McAfee Total Protection (MTP) 7.8 High2021-02-10
CVE-2020-26277 Arbitrary read/write in DBdeployer — dbdeployer 6.1 Medium2020-12-21
CVE-2020-28935 Local symlink attack in Unbound and NSD — Unbound 7.8 -2020-12-07
CVE-2020-6015 Check Point Endpoint Security 后置链接漏洞 — Check Point Endpoint Security for Windows 5.5 -2020-11-05
CVE-2014-1420 Insecure temp file usage in Ubuntu UI toolkit — ubuntu-ui-toolkit 3.8 Low2020-09-10
CVE-2020-7325 Privilege Escalation vulnerability in MVISION Endpoint — MVISION Endpoint 5.5 Medium2020-09-09
CVE-2020-7319 Improper Access Control Vulnerability in ENS for Windows — Endpoint Security for Windows 8.8 High2020-09-09
CVE-2020-14367 chrony 后置链接漏洞 — Chrony 6.0 -2020-08-24
CVE-2020-6012 Check Point Software Technologies ZoneAlarm Anti-Ransomware 后置链接漏洞 — ZoneAlarm Anti-Ransomware 7.0 -2020-08-04
CVE-2020-3437 Cisco SD-WAN vManage Software Information Disclosure Vulnerability — Cisco SD-WAN vManage 6.5 -2020-07-16
CVE-2020-7282 Privilege Escalation vulnerability in McAfee Total Protection (MTP) — McAfee Total Protection (MTP) 7.5 High2020-07-03
CVE-2020-13095 Objective Development Software Little Snitch 后置链接漏洞 — Little Snitch 8.8 -2020-06-30
CVE-2020-2026 Kata Containers - Guests can trick the kata-runtime into mounting the container image on any host path — Kata Containers 7.8 High2020-06-10
CVE-2020-8103 Link Resolution Privilege Escalation Vulnerability in Bitdefender Antivirus Free (VA-8604) — Bitdefender Antivirus Free 7.2 High2020-06-05
CVE-2020-3237 Cisco IOx Application Framework Arbitrary File Overwrite Vulnerability — Cisco IOx 6.0 -2020-06-03
CVE-2020-3223 Cisco IOS XE Software Web UI Arbitrary File Read Vulnerability — Cisco IOS XE Software 16.9.4 4.9 -2020-06-03
CVE-2020-2024 Kata Containers - Guests can trick the kata-runtime into unmounting any mount point on the host — Kata Containers 6.5 Medium2020-05-19
CVE-2020-8099 Link Resolution Privilege Escalation Vulnerability in Bitdefender Antivirus Free (VA-8387) — Antivirus Free 7.1 High2020-04-21
CVE-2020-7250 ENS symbolic link log file manipulation vulnerability — McAfee Endpoint Security (ENS) 8.2 High2020-04-15
CVE-2020-5738 Grandstream GXP1600 后置链接漏洞 — Grandstream GXP1600 Series 8.8 -2020-04-14
CVE-2020-8015 Local privilege escalation in exim package from user mail to root — Factory 8.4 High2020-04-02
CVE-2020-8013 permissions: chkstat sets unintended setuid/capabilities for mrsh and wodim — SUSE Linux Enterprise Server 12 2.2 Low2020-03-02
CVE-2019-18901 mysql-systemd-helper allows setting 640 permissions of arbitrary files — SUSE Linux Enterprise Server 12 5.1 Medium2020-03-02
CVE-2019-18897 Local privilege escalation from user salt to root — SUSE Linux Enterprise Server 12 8.4 High2020-03-02
CVE-2019-3698 nagios cron job allows privilege escalation from user nagios to root — SUSE Linux Enterprise Server 12 5.7 Medium2020-02-28
CVE-2020-8095 Bitdefender Total Security Link Resolution Denial-of-Service Vulnerability — Bitdefender Total Security 2020 4.9 Medium2020-01-30
CVE-2019-3699 Local privilege escalation from user privoxy to root — Leap 15.1 7.7 High2020-01-24
CVE-2019-3697 Local privilege escalation from user gnump3d to root — Leap 15.1 7.7 High2020-01-24
CVE-2019-3694 Local privilege escalation from munin to root in the packaging of munin — Factory 7.7 High2020-01-24
CVE-2019-3693 Local privilege escalation from user wwwrun to root in the packaging of mailman — SUSE Linux Enterprise Server 11 7.7 High2020-01-24

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