About 16,800 results
Open links in new tab
  1. Server-side request forgery (SSRF) - PortSwigger

    In this section we explain what server-side request forgery (SSRF) is, and describe some common examples. We also show you how to find and exploit SSRF vulnerabilities.

  2. Server Side Request Forgery (SSRF) - Security | MDN

    Dec 5, 2025 · Server‑Side Request Forgery (SSRF) is a vulnerability that allows an attacker to make network requests to arbitrary destinations. SSRF makes these requests originate from within a server …

  3. Server Side Request Forgery (SSRF) in Depth - GeeksforGeeks

    Apr 13, 2026 · Server-Side Request Forgery (SSRF) is a vulnerability where attackers trick a server into making HTTP (S) requests on their behalf. This can expose internal services, metadata or sensitive …

  4. Server-side request forgery - Wikipedia

    Server-side request forgery (SSRF) is a computer security vulnerability that enables an attacker to send requests from a vulnerable server to internal or external systems [1] or the server itself. [2] The …

  5. WSTG - Latest - OWASP Foundation

    One type of injection attack is called Server-side Request Forgery (SSRF). A successful SSRF attack can grant the attacker access to restricted actions, internal services, or internal files within the …

  6. What Is Server Side Request Forgery? - Palo Alto Networks

    Server-side request forgery transforms your application server into an attacker's proxy. An attacker submits a URL to your API, and your server fetches the resource at that location, presenting a critical …

  7. Server-Side Request Forgery: What It Is & How To Fix It | Wiz

    Sep 9, 2025 · Server-side request forgery (SSRF) is a high-impact vulnerability where an attacker tricks a server into making requests to internal or restricted resources, potentially exposing APIs, cloud …

  8. CVE-2026-0258 PAN-OS: Server-Side Request Forgery (SSRF) in IKEv2 ...

    May 13, 2026 · Description A server-side request forgery (SSRF) vulnerability in the IKEv2 implementation of Palo Alto Networks PAN-OS® software allows an unauthenticated attacker to …

  9. SSRF and How to Prevent It? | Baeldung on Computer Science

    May 28, 2024 · In this article, we discussed server-side request forgery attacks and highlighted the significant consequences and some mitigation techniques to prevent such attacks.

  10. Server-Side Request Forgery (SSRF) | Common Attacks & Risks

    Jun 4, 2026 · What Is SSRF? A Server-Side Request Forgery (SSRF) attack involves an attacker abusing server functionality to access or modify resources. The attacker targets an application that …