CWE-12ASP.NET Misconfiguration: Missing Custom Error Page

PUBLISHEDweakness record
released 2006-07-19 · last modified 2025-12-11

Metadata

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

名称

ASP.NET Misconfiguration: Missing Custom Error Page

描述

An ASP .NET application must enable custom error pages in order to prevent attackers from mining information from the framework's built-in responses.

常见后果

范围:
Confidentiality
影响:
Read Application Data
注释:
Default error pages gives detailed information about the error that occurred, and should not be used in production environments. Attackers can leverage the additional information provided by a default error page to mount attacks targeted on the framework, database, or other resources used by the application.

相关 CWE