This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Error Message Infoleaks"

From OWASP
Jump to: navigation, search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Stub}}
+
{{template:CandidateForDeletion}}
{{Vulnerability}}
+
 
 +
#REDIRECT [[::Category:Attack]]
  
[[Category:FIXME|This is the text from the old template. This needs to be rewritten using the new template.]]
 
  
 
Last revision (mm/dd/yy): '''{{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}'''
 
Last revision (mm/dd/yy): '''{{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}'''
 
[[ASDR_TOC_Vulnerabilities|Vulnerabilities Table of Contents]]
 
 
[[ASDR Table of Contents]]
 
__TOC__
 
 
 
[[Category:FIXME|Stub article, needs review]]
 
  
 
==Description==
 
==Description==
  
Error messages reveal too much detail about the application.
+
Displaying unsolicited excess detail within Error messages that can be used to facilitate an attack.
 
 
Attacker tries to obtain clues from the error messages.
 
 
 
  
 
==Risk Factors==
 
==Risk Factors==
Line 27: Line 16:
 
==Examples==
 
==Examples==
  
TBD
+
* [[Displaying debug or stack trace information]]
 +
* [[Retaining commented-out code within the production source code]]
  
 
==Related [[Attacks]]==
 
==Related [[Attacks]]==
Line 36: Line 26:
  
 
==Related [[Vulnerabilities]]==
 
==Related [[Vulnerabilities]]==
 
* [[Discrepancy Information Leaks]]
 
 
 
  
 
==Related [[Controls]]==
 
==Related [[Controls]]==
  
* [[:Category:Error Handling]]
 
  
  
Line 55: Line 40:
 
==References==
 
==References==
 
TBD
 
TBD
 
[[Category:FIXME|add links
 
 
In addition, one should classify vulnerability based on the following subcategories: Ex:<nowiki>[[Category:Error Handling Vulnerability]]</nowiki>
 
 
Availability Vulnerability
 
 
Authorization Vulnerability
 
 
Authentication Vulnerability
 
 
Concurrency Vulnerability
 
 
Configuration Vulnerability
 
 
Cryptographic Vulnerability
 
 
Encoding Vulnerability
 
 
Error Handling Vulnerability
 
 
Input Validation Vulnerability
 
 
Logging and Auditing Vulnerability
 
 
Session Management Vulnerability]]
 
  
 
__NOTOC__
 
__NOTOC__
 
 
[[Category:OWASP ASDR Project]]
 
[[Category:Error Handling Problem]]
 

Latest revision as of 16:53, 11 April 2009

Template:CandidateForDeletion

#REDIRECT :Category:Attack


Last revision (mm/dd/yy): 04/11/2009

Description

Displaying unsolicited excess detail within Error messages that can be used to facilitate an attack.

Risk Factors

TBD

Examples

Related Attacks


Related Vulnerabilities

Related Controls

Related Technical Impacts


References

TBD