• Coding
  • Top 25 Most Dangerous Programming Errors

The 2010 CWE/SANS Top 25 Most Dangerous Programming Errors is a list of the most widespread and critical programming errors that can lead to serious software vulnerabilities. They are often easy to find, and easy to exploit. They are dangerous because they will frequently allow attackers to completely take over the software, steal data, or prevent the software from working at all.
This can be useful for all your programmers out there. Spare your company (or your clients) major headaches by learning from others' mistakes.

Link
damn that's a big page my scroller got so tiny it was hard to click hehe ';..;' nevertheless intresting
2 months later
This are the Most Dangerous Programming Errors.
1>CWE-79: Failure to Preserve Web Page Structure
2> CWE-89: Failure to Preserve SQL Query Structure
3> CWE-352: Cross-Site Request Forgery
4>CWE-120: Buffer Copy without Checking Size of Input
5> CWE-22: Improper Limitation of a Pathname to a Restricted Directory
6> CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program
7>CWE-285: Improper Access Control
8> CWE-807: Reliance on Untrusted Inputs in a Security Decision
a month later
This is very awesome and most helpful stuff that I came to know about it. With the help of the errors and solution other people also can get help from it. This is very nice work and it has inspired me and other people to share their errors and solutions.