SYM_GEN_0299 - SymbioticSec/Symbiotic-Vulnerability-Database GitHub Wiki
Creating Debug Binary
Property | Value |
---|---|
Language | generic |
Severity | |
CWE | CWE-11: ASP.NET Misconfiguration: Creating Debug Binary |
OWASP | A05:2021 - Security Misconfiguration |
Confidence Level | Low |
Impact Level | Low |
Likelihood Level | Low |
Description
ASP.NET applications built with debug
set to true in production may leak debug information to attackers. Debug mode also affects performance and reliability. Set debug
to false
or remove it from <compilation ... />