When creating the list for OWASP TOP 10, 90% of applications were tested for misconfiguration. The average incidence rate of 4%, and it was over 208k occurences of a Common Weakness Enumeration (CWE) in this risk category. With more shifts into highly configurable software, it's not surprising to see this category moving up in the list.
Notable Common Weakness Enumerations (CWEs):
Error Handling
- Provoke an error that is neither very gracefully nor consistently handled.Deprecated Interface
- Use a deprecated B2B interface that was not properly shut down.