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

目标: 1000 元 · 已筹: 1336

100%

CWE-61 类漏洞列表 122

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

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

MITRE CWE 官方描述
CWE:CWE-61 UNIX 符号链接(Symlink)跟随 当产品打开文件或目录时,未充分考虑到该文件是符号链接(symbolic link)且解析到预期控制范围之外的目标的情况。这可能导致攻击者使产品操作未经授权的文件。 如果产品允许在内部代码或通过用户输入中将 UNIX 符号链接(symlink)作为路径的一部分,则可能允许攻击者伪造符号链接,遍历文件系统至非预期位置或访问任意文件。符号链接可使攻击者读取、写入或破坏其原本无权访问的文件。
常见影响 (1)
Confidentiality, IntegrityRead Files or Directories, Modify Files or Directories
缓解措施 (2)
ImplementationSymbolic 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 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-2019-11249 kubectl 路径遍历漏洞 — Kubernetes 5.7 -2019-08-29
CVE-2019-11246 Google Kubernetes 路径遍历漏洞 — Kubernetes 5.7 -2019-08-29

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