目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1325

100%

CWE-59 在文件访问前对链接解析不恰当(链接跟随) 类漏洞列表 467

CWE-59 在文件访问前对链接解析不恰当(链接跟随) 类弱点 467 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-59 属于文件访问类漏洞,指程序在访问文件前未正确验证链接解析结果。攻击者常通过创建指向敏感资源的符号链接或快捷方式,诱导程序读取非预期文件,从而引发信息泄露或权限提升。开发者应避免直接使用用户输入的文件名,需在访问前校验最终解析路径,确保其位于预期的安全目录内,防止链接劫持风险。

MITRE CWE 官方描述
CWE:CWE-59 文件访问前链接解析不当('Link Following') 英文:产品尝试基于文件名访问文件,但未能正确防止该文件名标识解析到非预期资源的链接或快捷方式。
常见影响 (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.
缓解措施 (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 ID标题CVSS风险等级Published
CVE-2026-44051 Netatalk 后置链接漏洞 — Netatalk 8.1 High2026-05-21
CVE-2026-42834 Microsoft Azure Portal Windows Admin Center 后置链接漏洞 — Windows Admin Center in Azure Portal 7.8 High2026-05-20
CVE-2026-41091 Microsoft Defender 后置链接漏洞 — Microsoft Malware Protection Engine 7.8 High2026-05-20
CVE-2026-45539 APM – Agent Package Manager 后置链接漏洞 — apm 7.4 High2026-05-15
CVE-2026-44471 gitoxide 后置链接漏洞 — gitoxide 7.8 High2026-05-13
CVE-2026-43998 vm2 后置链接漏洞 — vm2 8.5 High2026-05-13
CVE-2026-44470 Claude Code 后置链接漏洞 — claude-code--2026-05-13
CVE-2026-44220 ciguard 后置链接漏洞 — ciguard 3.2 Low2026-05-12
CVE-2026-8052 HashiCorp Nomad 后置链接漏洞 — Shared library 6.0 Medium2026-05-12
CVE-2026-6959 HashiCorp Nomad和HashiCorp Nomad Enterprise 后置链接漏洞 — Nomad 6.0 Medium2026-05-12
CVE-2026-5061 HashiCorp Tooling 后置链接漏洞 — Tooling 4.7 Medium2026-05-12
CVE-2021-47949 CyberPanel 后置链接漏洞 — CyberPanel 8.8 High2026-05-10
CVE-2026-41882 JetBrains IntelliJ IDEA 后置链接漏洞 — IntelliJ IDEA 7.4 High2026-04-30
CVE-2026-27105 Dell Alienware Purchased Apps 后置链接漏洞 — Dell/Alienware Purchased Apps 6.3 Medium2026-04-29
CVE-2026-5161 TÜBİTAK BİLGEM Pardus About 后置链接漏洞 — Pardus About 8.8 High2026-04-29
CVE-2026-41397 OpenClaw 后置链接漏洞 — OpenClaw 6.8 Medium2026-04-28
CVE-2026-40977 VMware Spring Boot 后置链接漏洞 — Spring Boot 4.7 Medium2026-04-27
CVE-2026-41364 OpenClaw 后置链接漏洞 — OpenClaw 8.1 High2026-04-27
CVE-2026-6941 Radare2 后置链接漏洞 — radare2 6.6 Medium2026-04-23
CVE-2026-33694 Tenable Nessus 后置链接漏洞 — Tenable Nessus, Tenable Nessus Agent 8.4AIHighAI2026-04-23
CVE-2026-41231 Froxlor 后置链接漏洞 — froxlor 7.5 High2026-04-23
CVE-2026-35365 uutils coreutils 后置链接漏洞 — coreutils 6.6 Medium2026-04-22
CVE-2026-35349 uutils coreutils 后置链接漏洞 — coreutils 6.7 Medium2026-04-22
CVE-2026-40931 compressing 后置链接漏洞 — compressing 8.4 High2026-04-21
CVE-2026-28684 python-dotenv 安全漏洞 — python-dotenv 6.6 Medium2026-04-20
CVE-2026-20161 Cisco ThousandEyes Enterprise Agent 安全漏洞 — Cisco ThousandEyes Enterprise Agent 5.5 Medium2026-04-15
CVE-2026-4135 Lenovo Software Fix 安全漏洞 — Software Fix 6.6 Medium2026-04-15
CVE-2026-0827 Lenovo Diagnostics 安全漏洞 — Diagnostics 7.1 High2026-04-15
CVE-2026-32212 Microsoft Windows UPnP 安全漏洞 — Windows 10 Version 1607 5.5 Medium2026-04-14
CVE-2026-35400 LORIS Neuroimaging Platform 后置链接漏洞 — Loris 3.5 Low2026-04-08

CWE-59(在文件访问前对链接解析不恰当(链接跟随)) 是常见的弱点类别,本平台收录该类弱点关联的 467 条 CVE 漏洞。