CAPEC-664: Server Side Request Forgery

ID CAPEC-664
Typical Severity High
Likelihood Of Attack High
Status Stable

An adversary exploits improper input validation by submitting maliciously crafted input to a target application running on a server, with the goal of forcing the server to make a request either to itself, to web services running in the server’s internal network, or to external third parties. If successful, the adversary’s request will be made with the server’s privilege level, bypassing its authentication controls. This ultimately allows the adversary to access sensitive data, execute commands on the server’s network, and make external requests with the stolen identity of the server. Server Side Request Forgery attacks differ from Cross Site Request Forgery attacks in that they target the server itself, whereas CSRF attacks exploit an insecure user authentication mechanism to perform unauthorized actions on the user's behalf.

https://capec.mitre.org/data/definitions/664.html

Weaknesses

# ID Name Type
CWE-20 Improper Input Validation weakness
CWE-918 Server-Side Request Forgery (SSRF) weakness
Loading...