CWE-209 - Generation of Error Message Containing Sensitive Information

  • 摘要:Base
  • 结构:Simple
  • 状态:Draft
  • 发布日期:2006-07-19
  • 更新日期:2025-12-11

名称

Generation of Error Message Containing Sensitive Information

描述

The product generates an error message that includes sensitive information about its environment, users, or associated data.

常见后果

范围:Confidentiality

影响:Read Application Data

注释:Often this will either reveal sensitive information which may be used to launch another, more focused attack or disclose private information stored in the server. For example, an attempt to exploit a path traversal weakness (CWE-22) might yield the full pathname of the installed application. In turn, this could be used to select the proper number of ".." sequences to navigate to the targeted file. An attack using SQL injection (CWE-89) might not initially succeed, but an error message could reveal the malformed query, which would expose query logic and possibly even passwords or other sensitive information used within the query.

相关 CWE

相关警报