security
config_error
ai_generated
true
Access-Control-Allow-Origin: * with credentials
ID: security/cors-misconfiguration
85%Fix Rate
88%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
CORS configured to allow all origins with credentials.
genericWorkarounds
-
92% success Whitelist specific allowed origins
-
90% success Never combine wildcard origin with credentials:true
Dead Ends
Common approaches that don't work:
-
Set Access-Control-Allow-Origin: * for all endpoints
88% fail
Allows any site to make authenticated requests
-
Reflect Origin header without validation
85% fail
Origin spoofing vulnerability