SiteShadow
Back to vulnerability library
Detected byPro-tier static analysisPro

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

Catch this with SiteShadow Pro.

This vulnerability class is detected by SiteShadow's Pro-tier engines, two-pass interprocedural taint analysis, heuristic flow checks, AI-context scanning, and cross-file detection. The free tier catches OWASP Top 10 single-file patterns; Pro adds the data-flow depth that finds this class of bug.