security
vulnerability_error
ai_generated
true
SSRF: server-side request to internal resource
ID: security/ssrf-vulnerability
82%Fix Rate
86%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
Application makes server-side request to attacker-specified URL.
genericWorkarounds
-
90% success Use allowlist of permitted domains/IPs for outgoing requests
-
92% success Block access to cloud metadata endpoints (169.254.169.254)
Dead Ends
Common approaches that don't work:
-
Blocklist localhost and 127.0.0.1 only
82% fail
Bypassed with DNS rebinding, IPv6, or decimal IPs
-
Resolve DNS and check IP once
78% fail
TOCTOU with DNS rebinding