CWE-424: Improper Protection of Alternate Path
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
The product does not sufficiently protect all possible paths that a user can take to access restricted functionality or resources.
常见后果
影响范围: Access Control
技术影响: Bypass Protection Mechanism Gain Privileges or Assume Identity
潜在缓解措施
阶段: Architecture and Design
描述: Deploy different layers of protection to implement security in depth.
观察示例
参考: CVE-2022-29238
Access-control setting in web-based document collaboration tool is not properly implemented by the code, which prevents listing hidden directories but does not prevent direct requests to files in those directories.
引入模式
| 阶段 | 说明 |
|---|---|
| Architecture and Design | - |
适用平台
编程语言
分类映射
| 分类名称 | 条目ID | 条目名称 | 映射适配度 |
|---|---|---|---|
| PLOVER | - | Alternate Path Errors | - |
| Software Fault Patterns | SFP35 | Insecure resource access | - |