Top 25 Types of Vulnerabilities + Code Examples

No replies
Kayin
Offline
SX Retired
Joined: 2008/10/09

Extremely awesome:

http://cwe.mitre.org/top25/index.html

The "Code Examples" is probably the most useful part.

This list includes:
- SQL Injection
- OS Command Injection
- Cross site Scriptiong
- Cross site request forgery
- Integer overflow
- Incorrect calculation of buffer size

etc...

-K