Rushing Labs

A10:2021 Server Side Request Forgery (SSRF)

A10:2021 — Server Side Request Forgery (SSRF)

Ref: https://owasp.org/Top10/A10_2021-Server-Side_Request_Forgery_%28SSRF%29/

Common vulnerabilities in this category look like§

Defensive Design & Prevention§

  • Segment remote resource access functionality in separate networks to reduce the impact of SSRF
  • Enforce “deny by default” firewall policies or network access control rules to block all but essential intranet traffic.