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 "SpoC 007 - Attacks Reference Guide - Progress Page"

From OWASP
Jump to: navigation, search
(Phase 1 - 66% Done)
(Work Done)
Line 109: Line 109:
  
 
* [[Man-in-the-middle_attack]] - ([http://www.owasp.org/index.php?title=Man-in-the-middle_attack&diff=21145&oldid=18290 diff] , [http://www.owasp.org/index.php?title=Man-in-the-middle_attack&action=history history])
 
* [[Man-in-the-middle_attack]] - ([http://www.owasp.org/index.php?title=Man-in-the-middle_attack&diff=21145&oldid=18290 diff] , [http://www.owasp.org/index.php?title=Man-in-the-middle_attack&action=history history])
 +
 +
 +
by Przemyslaw 'rezos' Skowron (20071025)
 +
 +
* [[Absolute_Path_Traversal]] - ([http://www.owasp.org/index.php?title=Absolute_Path_Traversal&diff=22637&oldid=14001 diff] , [http://www.owasp.org/index.php?title=Absolute_Path_Traversal&action=history history])
 +
 +
* [[Argument_Injection_or_Modification]] - ([http://www.owasp.org/index.php?title=Argument_Injection_or_Modification&diff=22638&oldid=5186 diff] , [http://www.owasp.org/index.php?title=Argument_Injection_or_Modification&action=history history])
 +
 +
* [[Brute_force_attack]] - ([http://www.owasp.org/index.php?title=Brute_force_attack&diff=22641&oldid=13966 diff] , [http://www.owasp.org/index.php?title=Brute_force_attack&action=history history])
 +
 +
* [[Buffer_overflow_attack]] - ([http://www.owasp.org/index.php?title=Buffer_overflow_attack&diff=22642&oldid=7390 diff] , [http://www.owasp.org/index.php?title=Buffer_overflow_attack&action=history history])
 +
 +
* [[Cache_Poisoning]] - ([http://www.owasp.org/index.php?title=Cache_Poisoning&diff=22647&oldid=13172 diff] , [http://www.owasp.org/index.php?title=Cache_Poisoning&action=history history])
 +
 +
* [[Code_Injection]] - ([http://www.owasp.org/index.php?title=Code_Injection&diff=22651&oldid=7913 diff] , [http://www.owasp.org/index.php?title=Code_Injection&action=history history])
 +
 +
* [[Command_Injection]] - ([http://www.owasp.org/index.php?title=Command_Injection&diff=22654&oldid=16438 diff] , [http://www.owasp.org/index.php?title=Command_Injection&action=history history])
 +
 +
* [[Cross-Site_Request_Forgery]] - ([http://www.owasp.org/index.php?title=Cross-Site_Request_Forgery&diff=22643&oldid=19627 diff] , [http://www.owasp.org/index.php?title=Cross-Site_Request_Forgery&action=history history])
 +
 +
* [[Cross-User_Defacement]] - ([http://www.owasp.org/index.php?title=Cross-User_Defacement&diff=22658&oldid=7949 diff] , [http://www.owasp.org/index.php?title=Cross-User_Defacement&action=history history])
 +
 +
* [[Cross-site-scripting]] - ([http://www.owasp.org/index.php?title=Cross-site-scripting&diff=22660&oldid=21443 diff] , [http://www.owasp.org/index.php?title=Cross-site-scripting&action=history history])
 +
 +
* [[Integer_Overflows/Underflows]] - ([http://www.owasp.org/index.php?title=Integer_Overflows%2FUnderflows&diff=22661&oldid=7380 diff] , [http://www.owasp.org/index.php?title=Integer_Overflows/Underflows&action=history history])
 +
 +
* [[XSS_in_error_pages]] - ([http://www.owasp.org/index.php?title=XSS_in_error_pages&diff=22662&oldid=6850 diff] , [http://www.owasp.org/index.php?title=XSS_in_error_pages&action=history history])
 +
  
  

Revision as of 23:18, 24 October 2007

Back to Attacks Reference Guide Main Page

Back to Refresh Attacks List Main Page


The Attack reference guide is being developed by NSRAV Security R&D and Przemyslaw 'Rezos' Skowron. In order to avoid work superposition, the project was divided in 3 phases comprising the following activities:

  1. Attack list revision and description (60% of the project)
  2. Attacks categorization (20% of the project)
  3. Research and describe new attacks (20% of the project)

Total project status: 70% Done!

CheckPoints and Decision

Phase 1 - 66% Done

  • Attack List Revision: Done!

Total number of items on the Attack Guide: 91!

We note that Attack reference guide was previously defined based on CWE - Common Weakness Enumeration, which defines global software weakness and threats. In order to develop the Attack reference guide focused on Web application attacks, we removed some items from the list. IN addition, other items were too generic or redundant and they were removed too. It was removed 26 items, as follows:

    • Link Following
    • Log forging
    • Logic/time bomb
    • PRNG permanent compromise attack
    • Script in IMG tags
    • Template:Attack
    • Unquoted Search Path or Element
    • Web problems
    • Wildcard or Matching Element
    • Windows ::DATA alternate data stream
    • Windows hard link
    • Windows MS-DOS device names
    • Windows Path Link problems
    • Windows Shortcut Following (.LNK)
    • Windows Virtual File problems
    • OS Injection
    • OS Command Injection
    • Cross_Site_Scripting
    • Cross-Site_Scripting
    • XSS Attacks
    • Interpreter Injection
    • One-click attack
    • CSRF
    • XSRF
    • API Abuse
    • Internal software developer
  • Attacks Description: 30 of 65 items done!

Phase 2 - DONE!

The attacks categorization was based on Common Attack Pattern Enumeration and Classification - CAPEC, since it is maintained by a respected entity and wide enough to fit all web application attacks.

The categories defined are:

  • Abuse of Functionality
  • Spoofing
  • Probabilistic Techniques
  • Exploitation of Authentication
  • Resource Depletion
  • Exploitation of Privilege/Trust
  • Injection (Injecting Control Plane content through the Data Plane)
  • Data Structure Attacks
  • Data Leakage Attacks
  • Resource Manipulation
  • Protocol Manipulation
  • Time and State Attacks

It was also defined the threats categorization based on WASC Threat Classification v2, under development.

Phase 3

  • Research new attacks: Attacks found so far (under revision):
    • Block Access to Libraries
    • Buffer Overflow via Environment Variables
    • Command Fixation Attacks
    • Cross Frame Scripting
    • Embedding NULL Bytes
    • Manipulating User State (Session Manipulation)
    • Overflow Binary Resource File
    • Session Credential Falsification through Prediction
    • Violating Implicit Assumptions Regarding XML Content
    • XSS in IMG Tags
    • XSS Using Doubled Characters
  • New attacks description: under development!


Work Done

Note: this links were inserted here by Dinis Cruz from OWASP-NSRAV.zip file



by Przemyslaw 'rezos' Skowron (20071025)


  • [[.]] - ([ diff] , [ history])
  • [[.]] - ([ diff] , [ history])
  • [[.]] - ([ diff] , [ history])
  • [[.]] - ([ diff] , [ history])
  • [[.]] - ([ diff] , [ history])