Sigurnosna misconfiguracija — nesigurne postavke, standardne vrijednosti ili konfiguracije — jedna je od najčešćih sigurnosnih slabosti (OWASP Top 10 rizik). Uključuje izložene standardne vrijednosti, nepotrebne funkcije, detaljne greške i nedostajuće ojačanje. Izbjegavanje zahtijeva sigurnu, namjernu konfiguraciju.
Česte misconfiguracije
✗ INSECURE DEFAULTS left unchanged → default passwords, default accounts, sample content
✗ Unnecessary FEATURES/services/ports enabled → larger attack surface
✗ VERBOSE ERRORS in production → stack traces leaking internal details to attackers
✗ Missing SECURITY HEADERS; misconfigured CORS (allow-all); directory listing enabled
✗ Exposed admin/management interfaces or debug endpoints publicly
✗ Cloud misconfigs → public storage buckets, open databases, over-permissive access
✗ Outdated software / unpatched systems; overly permissive file/access permissions
