OWASP API Security Top 10 ranks risks by exploitability, prevalence, and impact. API8 is #8 because the individual instances vary widely in severity — a missing X-Content-Type-Options header is less severe than an unauthenticated admin panel. But the category is prevalent: nearly every API deployment has at least one misconfiguration. The aggregate risk is high even if any single instance may be low.
X-Content-Type-Options headerServer: headerMisconfigurations compound. A verbose error message reveals the framework version. A known CVE for that version exists. The API also accepts unnecessary HTTP methods. The combination creates an attack chain where each misconfiguration makes the next one easier to exploit. This is why comprehensive configuration hardening matters — not just fixing the obvious one.