CWE-1295Debug Messages Revealing Unnecessary Information

PUBLISHEDweakness record
released 2020-08-20 · last modified 2026-04-30

Metadata

CWE ID:
CWE-1295
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2020-08-20
更新日期:
2026-04-30

名称

Debug Messages Revealing Unnecessary Information

描述

The product fails to adequately prevent the revealing of unnecessary and potentially sensitive system information within debugging messages.

Debug messages are messages that help troubleshoot an issue by revealing the internal state of the system. For example, debug data in design can be exposed through internal memory array dumps or boot logs through interfaces like UART via TAP commands, scan chain, etc. Thus, the more information contained in a debug message, the easier it is to debug. However, there is also the risk of revealing information that could help an attacker either decipher a vulnerability, and/or gain a better understanding of the system. Thus, this extra information could lower the "security by obscurity" factor. While "security by obscurity" alone is insufficient, it can help as a part of "Defense-in-depth".

常见后果

范围:
Confidentiality, Integrity, Availability, Access Control, Accountability, Authentication, Authorization, Non-Repudiation
影响:
Read Memory, Bypass Protection Mechanism, Gain Privileges or Assume Identity, Varies by Context

相关 CWE