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
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Vulnerability}}
+
{{template:CandidateForDeletion}}
[[Category:FIXME|This is the text from the old template. This needs to be rewritten using the new template.]]
+
 
 +
#REDIRECT [[::Category:Attack]]
  
 
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__
 
  
  
Line 19: Line 15:
 
==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==
  
===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]]
 
Note: the contents of "Related Problems" sections should be placed here
 
 
  
 
==Related [[Controls]]==
 
==Related [[Controls]]==
 
+
* [[:Category:Error Handling]]
* [[Control 1]]
 
* [[Control 2]]
 
 
 
Note: contents of "Avoidance and Mitigation" and "Countermeasure" related Sections should be placed here
 
 
 
  
 
==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
 
 
 
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]]
 
 
 
==Description==
 
 
 
==Examples ==
 
 
==Related Threats==
 
 
==Related Attacks==
 
[[:Category:Denail of Service]]
 
 
==Related Countermeasures==
 
[[:Category:Error Handling]]
 
 
==Categories==
 
 
[[Category:Error Handling Problem]]
 
 
{{Template:Stub}}
 

Latest revision as of 16:52, 11 April 2009

Template:CandidateForDeletion

#REDIRECT :Category:Attack

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


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