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
Line 1: Line 1:
 
{{Template:Vulnerability}}
 
{{Template:Vulnerability}}
 +
{{Template:Stub}}
 +
 
[[Category:FIXME|This is the text from the old template. This needs to be rewritten using the new template.]]
 
[[Category:FIXME|This is the text from the old template. This needs to be rewritten using the new template.]]
  
Line 19: Line 21:
 
==Risk Factors==
 
==Risk Factors==
  
* Talk about the [[OWASP Risk Rating Methodology|factors]] that make this vulnerability likely or unlikely to actually happen
+
TBD
* Discuss the technical impact of a successful exploit of this vulnerability
 
* Consider the likely [business impacts] of a successful attack
 
 
 
  
 
==Examples==
 
==Examples==
Line 48: Line 47:
 
==Related [[Controls]]==
 
==Related [[Controls]]==
  
* [[Control 1]]
+
* [[:Category:Error Handling]]
* [[Control 2]]
 
 
 
Note: contents of "Avoidance and Mitigation" and "Countermeasure" related Sections should be placed here
 
 
 
  
 
==Related [[Technical Impacts]]==
 
==Related [[Technical Impacts]]==
Line 97: Line 92:
  
 
[[Category:OWASP ASDR Project]]
 
[[Category:OWASP ASDR Project]]
 
 
==Description==
 
 
 
==Examples ==
 
 
==Related Threats==
 
 
==Related Attacks==
 
[[:Category:Denail of Service]]
 
 
==Related Countermeasures==
 
[[:Category:Error Handling]]
 
 
==Categories==
 
 
 
[[Category:Error Handling Problem]]
 
[[Category:Error Handling Problem]]
 
{{Template:Stub}}
 

Revision as of 00:12, 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

Short example name

A short example description, small picture, or sample code with links

Short example name

A short example description, small picture, or sample code with links


Related Attacks


Related Vulnerabilities

Note: the contents of "Related Problems" sections should be placed here


Related Controls

Related Technical Impacts


References

Note: A reference to related CWE or CAPEC article should be added when exists. Eg: