SSRF_Attack.svg

Server-Side Request Forgery (SSRF) is a type of vulnerability where an attacker can trick a server into making arbitrary requests to internal or external systems, potentially exposing internal services and sensitive data. SSRF allows an attacker to interact with services that the server has access to, which could include querying metadata endpoints (such as cloud metadata services), accessing internal networks, or even gaining access to restricted resources.


Types of SSRF :


Key Concepts:

Notable Example in Security:

SSRF was highlighted in the OWASP Top 10 for 2021 as a critical vulnerability under A10:2021 - Server-Side Request Forgery. This inclusion shows its rising prominence as a threat vector.


Impact of SSRF:

  1. Remote Code Execution (RCE): SSRF could be escalated to RCE if the internal systems that the server accesses are vulnerable.
  2. Sensitive Information Disclosure: Attacker can access cloud infrastructure metadata (credentials, keys, tokens).
  3. Internal Network Access: May allow probing or further exploitation of internal services.