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 Conditions, Return Values, Status Codes"

From OWASP
Jump to: navigation, search
(Related Vulnerabilities)
Line 25: Line 25:
 
==Examples==
 
==Examples==
  
===Short example name===
+
TBD
: A short example description, small picture, or sample code with [http://www.site.com links]
 
 
 
===Short example name===
 
: A short example description, small picture, or sample code with [http://www.site.com links]
 
 
 
  
 
==Related [[Attacks]]==
 
==Related [[Attacks]]==
 
 
* [[Denial of Service]]
 
* [[Denial of Service]]
 
  
 
==Related [[Vulnerabilities]]==
 
==Related [[Vulnerabilities]]==
 
 
* [[Vulnerability 1]]
 
* [[Vulnerability 1]]
 
* [[Vulnerabiltiy 2]]
 
* [[Vulnerabiltiy 2]]
  
 
==Related [[Controls]]==
 
==Related [[Controls]]==
 
 
* [[:Category:Error Handling]]
 
* [[:Category:Error Handling]]
  
 
==Related [[Technical Impacts]]==
 
==Related [[Technical Impacts]]==
 
 
* [[Technical Impact 1]]
 
* [[Technical Impact 1]]
 
* [[Technical Impact 2]]
 
* [[Technical Impact 2]]
 
  
 
==References==
 
==References==
Note: A reference to related [http://cwe.mitre.org/ CWE] or [http://capec.mitre.org/ CAPEC] article should be added when exists. Eg:
+
TBD
 
 
* [http://cwe.mitre.org/data/definitions/79.html CWE 79].
 
* http://www.link1.com
 
* [http://www.link2.com Title for the link2]
 
  
 
[[Category:FIXME|add links
 
[[Category:FIXME|add links

Revision as of 00:13, 24 September 2008

This is a Vulnerability. To view all vulnerabilities, please see the Vulnerability Category page.

This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.

Last revision (mm/dd/yy): 09/24/2008

Vulnerabilities Table of Contents

ASDR Table of Contents


Description

Invalid or unhandled error conditions, return values and status codes result in unexpected application behaviors.

Attackers try to crash the application or launch a denail of service attack by triggering the unhandled conditions.


Risk Factors

TBD

Examples

TBD

Related Attacks

Related Vulnerabilities

Related Controls

Related Technical Impacts

References

TBD