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

目标: 1000 元 · 已筹: 1336

100%

CWE-61 类漏洞列表 131

CWE-61 类弱点 131 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-61 属于路径遍历类漏洞,指程序在处理文件路径时未充分验证符号链接的目标位置。攻击者通常通过构造指向系统敏感文件的恶意符号链接,诱导程序读取或修改非预期控制域内的文件,从而获取敏感数据或提升权限。开发者应避免直接信任用户输入的路径,在访问文件前严格校验符号链接指向,确保其位于预期的安全目录范围内,或禁用符号链接解析以消除风险。

MITRE CWE 官方描述
CWE:CWE-61 UNIX 符号链接(Symlink)跟随 当产品打开文件或目录时,未充分考虑到该文件是符号链接(symbolic link)且解析到预期控制范围之外的目标的情况。这可能导致攻击者使产品操作未经授权的文件。 如果产品允许在内部代码或通过用户输入中将 UNIX 符号链接(symlink)作为路径的一部分,则可能允许攻击者伪造符号链接,遍历文件系统至非预期位置或访问任意文件。符号链接可使攻击者读取、写入或破坏其原本无权访问的文件。
常见影响 (1)
Confidentiality, Integrity Read Files or Directories, Modify Files or Directories
缓解措施 (2)
Implementation Symbolic link attacks often occur when a program creates a tmp directory that stores files/links. Access to the directory should be restricted to the program as to prevent attackers from manipulating the files.
Architecture and Design Follow 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-2021-25321 arpwatch 安全漏洞 — SUSE Linux Enterprise Server 11-SP4-LTSS 7.8 High 2021-06-30
CVE-2021-25322 SUSE openSUSE 安全漏洞 — Leap 15.2 6.8 Medium 2021-06-10
CVE-2020-15076 OpenVPN 后置链接漏洞 — Private Tunnel 7.1 - 2021-05-26
CVE-2020-15075 OpenVPN Connect 后置链接漏洞 — OpenVPN Connect 7.7 - 2021-03-30
CVE-2021-1145 Cisco StarOS for Cisco ASR 5000 Series Routers 后置链接漏洞 — Cisco ASR 5000 Series Software 6.5 Medium 2021-01-13
CVE-2020-8014 SUSE openSUSE kopano-spamd 安全漏洞 — openSUSE Leap 15.1 7.7 High 2020-06-29
CVE-2020-8019 多款SUSE产品syslog-ng 安全漏洞 — SUSE Linux Enterprise Debuginfo 11-SP3 7.7 High 2020-06-29
CVE-2019-11251 Google Kubernetes 后置链接漏洞 — Kubernetes 4.8 Medium 2020-02-03
CVE-2019-16775 NPM npm CLI 后置链接漏洞 — cli 7.7 High 2019-12-13
CVE-2019-11249 kubectl 路径遍历漏洞 — Kubernetes 5.7 - 2019-08-29
CVE-2019-11246 Google Kubernetes 路径遍历漏洞 — Kubernetes 5.7 - 2019-08-29

CWE-61 是常见的弱点类别,本平台收录该类弱点关联的 131 条 CVE 漏洞。