security
vulnerability_error
ai_generated
true
Rate limit bypassed via header manipulation
ID: security/rate-limit-bypass
80%Fix Rate
84%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
Rate limiting bypassed using IP spoofing headers.
genericWorkarounds
-
90% success Rate limit by authenticated user ID when possible
-
88% success Use the real client IP from trusted proxy (rightmost non-private)
Dead Ends
Common approaches that don't work:
-
Trust X-Forwarded-For header directly
90% fail
Trivially spoofable by client
-
Rate limit by user-agent only
88% fail
Easily changed by attacker