What Errors Are Included in the Top 25 Software Errors?
Click on the CWE ID in any of the listings in the chart below and you will be directed to the relevant spot in the MITRE CWE site where you will find the following:
- Ranking of each Top 25 entry,
- Links to the full CWE entry data,
- Data fields for weakness prevalence and consequences,
- Remediation cost,
- Ease of detection,
- Code examples,
- Detection Methods,
- Attack frequency and attacker awareness
- Related CWE entries, and
- Related patterns of attack for this weakness.
Each entry at the Top 25 Software Errors site also includes fairly extensive prevention and remediation steps that developers can take to mitigate or eliminate the weakness.
The CWE Top 25
Rank | ID | Name |
---|---|---|
1 | Out-of-bounds Write | |
2 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | |
3 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | |
4 | Use After Free | |
5 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | |
6 | Improper Input Validation | |
7 | Out-of-bounds Read | |
8 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | |
9 | Cross-Site Request Forgery (CSRF) | |
10 | Unrestricted Upload of File with Dangerous Type | |
11 | CWE-862 | Missing Authorization |
12 | NULL Pointer Dereference | |
13 | Improper Authentication | |
14 | Integer Overflow or Wraparound | |
15 | Deserialization of Untrusted Data | |
16 | Improper Neutralization of Special Elements used in a Command ('Command Injection') | |
17 | Improper Restriction of Operations within the Bounds of a Memory Buffer | |
18 | Use of Hard-coded Credentials | |
19 | Server-Side Request Forgery (SSRF) | |
20 | Missing Authentication for Critical Function | |
21 | Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') | |
22 | Improper Privilege Management | |
23 | Improper Control of Generation of Code ('Code Injection') | |
24 | Incorrect Authorization | |
25 | Incorrect Default Permissions |
Resources to Help Eliminate The Top 25 Software Errors
- SANS Application Security Courses
The SANS Cloud Security curriculum seeks to ingrain security into the minds of every developer in the world by providing world-class educational resources to design, develop, procure, deploy, and manage secure software. The SANS cloud security and DevSecOps faculty are real-world practitioners with decades of application security experience. The concepts covered in our courses will be applicable to your software security program the day you return to work:
- SEC522: Application Security: Securing Web Apps, APIs, and Microservices
- SEC540: Cloud Security and DevSecOps Automation
SANS maintains an Application Security CyberTalent Assessment that measures secure coding skills and allow programmers to determine gaps in their knowledge of secure coding and allows buyers to ensure outsourced programmers have sufficient programming skills. Organizations can learn more at https://www.sans.org/cybersecurity-assessments/application-security/
Developer Security Awareness Training
The SANS Security Awareness Developer product provides pinpoint software security awareness training on demand, all from the comfort of your desk. Application security awareness training includes over 30+ modules averaging 7-10 minutes in length to maximize learner engagement and retention. The modules cover the full breadth and depth of topics for PCI Section 6.5 compliance and the items that are important for secure software development.
- The TOP 25 Errors List will be updated regularly and will be posted at both the SANS and MITRE sites
CWE Top 25 Software Errors SiteMITRE maintains the CWE (Common Weakness Enumeration) web site, with the support of the US Department of Homeland Security's National Cyber Security Division, presenting detailed descriptions of the top 25 Software errors along with authoritative guidance for mitigating and avoiding them. That site also contains data on more than 700 additional Software errors, design errors and architecture errors that can lead to exploitable vulnerabilities. CWE Web Site
- SAFECode - The Software Assurance Forum for Excellence in Code (members include EMC, Juniper, Microsoft, Nokia, SAP and Symantec) has produced two excellent publications outlining industry best practices for software assurance and providing practical advice for implementing proven methods for secure software development.
Fundamental Practices for Secure Software Development 3rd Edition
https://safecode.org/publications/#safecodepublications-2362Overview of Software Integrity Controls
https://safecode.org/publications/#safecodepublications-189Framework for Software Supply Chain Integrity
https://safecode.org/publications/#safecodepublications-188Fundamental Practices for Secure Software Development
https://safecode.org/publications/#safecodepublications-186Software Assurance: An Overview of Current Industry Best Practices
https://safecode.org/publications/#safecodepublications-185 - Software Assurance Community Resources Site and DHS web sites
As part of DHS risk mitigation efforts to enable greater resilience of cyber assets, the Software Assurance Program seeks to reduce software vulnerabilities, minimize exploitation, and address ways to routinely acquire, develop and deploy reliable and trustworthy software products with predictable execution, and to improve diagnostic capabilities to analyze systems for exploitable weaknesses.
- Nearly a dozen software companies offer automated tools that test programs for these errors.
How Important Are the Top 25 Software Errors?
Contributors to the 2021 CWE Top 25:
In alphabetical order: Adam Chaudry, Steve Christey Coley, Kerry Crouse, Kevin Davis, Devon Ellis, Parker Garrison, Christina Johns, Luke Malinowski, Rushi Purohit, Becky Powell, David Rothenberg, Alec Summers, and Brian Vohaska.
Members of the NIST NVD Team that coordinated on the Top 25 include Christopher Turner, Robert Byers, and Vidya Ananthakrishna.