CWE-210: Self-generated Error Message Containing Sensitive Information
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
The product identifies an error condition and creates its own diagnostic or error messages that contain sensitive information.
常见后果
影响范围: Confidentiality
技术影响: Read Application Data
潜在缓解措施
阶段: Implementation Build and Compilation
策略: Compilation or Build Hardening
描述: Debugging information should not make its way into a production release.
阶段: Implementation Build and Compilation
策略: Environment Hardening
描述: Debugging information should not make its way into a production release.
观察示例
参考: CVE-2005-1745
Infoleak of sensitive information in error message (physical access required).
引入模式
| 阶段 | 说明 |
|---|---|
| Architecture and Design | - |
| Implementation | REALIZATION: This weakness is caused during implementation of an architectural security tactic. |
适用平台
编程语言
分类映射
| 分类名称 | 条目ID | 条目名称 | 映射适配度 |
|---|---|---|---|
| PLOVER | - | Product-Generated Error Message Infoleak | - |
| Software Fault Patterns | SFP23 | Exposed Data | - |