SiteShadow
Back to vulnerability library

A05 Security Misconfiguration

What this means

SiteShadow flagged settings that are overly permissive, unsafe for production, or easy to forget (debug enabled, permissive CORS, public buckets, verbose errors, unsafe headers, etc.).

Why it matters

Misconfigurations can expose systems and data.

Safer examples

1) Lock down CORS for authenticated APIs

Avoid Access-Control-Allow-Origin: * when cookies/credentials are involved.

2) Disable debug/verbose errors in production

3) Use secure HTTP headers

Enable HSTS, frame protection, and sensible CSP where possible.

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Request access View coverage