Security misconfiguration — असुरक्षित settings, defaults, या configurations — सबसे सामान्य सुरक्षा कमजोरियों में से एक है (एक OWASP Top 10 जोखिम)। इसमें exposed defaults, अनावश्यक features, verbose errors, और गायब hardening शामिल हैं। इससे बचने के लिए सुरक्षित, deliberate configuration की आवश्यकता होती है।
सामान्य misconfigurations
✗ 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
