Understanding OWASP Top 10 - A10: Server-Side Request Forgery (SSRF) Explained
Where Can We Find It?
SSRF occurs when a web application allows an attacker to send crafted requests from the server to internal or external resources. Commonly found in:
Web applications with URL fetching (e.g., fetching metadata, webhooks)
Cloud ...
vedantk.hashnode.dev3 min read