Problem Statement
Which example best fits OWASP A05: Security Misconfiguration?
Explanation
Security misconfiguration covers things like verbose errors in production, open S three buckets, default accounts, and forgotten admin panels.
The OWASP Top 10 describes this risk as common and easy to exploit when safe defaults and hardening aren’t applied.
Code Solution
SolutionRead Only
# Example: nginx shows autoindex on prod
location /backup { autoindex on; }