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

目标: 1000 元 · 已筹: 1000

100.0%

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

CWE-59 在文件访问前对链接解析不恰当(链接跟随) 类弱点 425 条 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-41882 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
CVE-2026-27456 util-linux 安全漏洞 — util-linux 4.7 Medium2026-04-03
CVE-2026-34452 Claude SDK for Python 安全漏洞 — anthropic-sdk-python 8.4 -2026-03-31
CVE-2026-32054 OpenClaw 后置链接漏洞 — OpenClaw 6.5 Medium2026-03-21
CVE-2026-32024 OpenClaw 后置链接漏洞 — OpenClaw 5.5 Medium2026-03-19
CVE-2026-32020 OpenClaw 后置链接漏洞 — OpenClaw 3.3 Low2026-03-19
CVE-2026-32013 OpenClaw 后置链接漏洞 — OpenClaw 8.8 High2026-03-19
CVE-2026-31990 OpenClaw 后置链接漏洞 — OpenClaw 6.1 Medium2026-03-19
CVE-2026-22180 OpenClaw 后置链接漏洞 — OpenClaw 5.3 Medium2026-03-18
CVE-2026-2808 HashiCorp Consul和HashiCorp Consul Enterprise 安全漏洞 — Consul 6.8 Medium2026-03-11
CVE-2026-31979 Himmelblau 后置链接漏洞 — himmelblau 8.8 High2026-03-11
CVE-2026-31894 WeGIA 后置链接漏洞 — WeGIA 7.5AIHighAI2026-03-11
CVE-2026-25187 Microsoft Winlogon 后置链接漏洞 — Windows 10 Version 1607 7.8 High2026-03-10

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