CWE-536—Servlet Runtime Error Message Containing Sensitive Information
PUBLISHEDweakness record
released 2006-07-19 · last modified 2025-12-11
Metadata
- CWE ID:
- CWE-536
- 摘要:
- Variant
- 结构:
- Simple
- 状态:
- Incomplete
- 发布日期:
- 2006-07-19
- 更新日期:
- 2025-12-11
名称
Servlet Runtime Error Message Containing Sensitive Information
描述
A servlet error message indicates that there exists an unhandled exception in the web application code and may provide useful information to an attacker.
常见后果
- 范围:
- Confidentiality
- 影响:
- Read Application Data
- 注释:
- The error message may contain the location of the file in which the offending function is located. This may disclose the web root's absolute path as well as give the attacker the location of application files or configuration information. It may even disclose the portion of code that failed. In many cases, an attacker can use the data to launch further attacks against the system.