About 50 results
Open links in new tab
  1. XML external entity (XXE) injection - PortSwigger

    In this section, we'll explain what XML external entity injection is, describe some common examples, explain how to find and exploit various kinds of XXE injection, and summarize how to prevent XXE …

  2. Testing for XXE injection vulnerabilities with Burp Suite

    Feb 23, 2026 · XML external entity injection (also known as XXE) is a web security vulnerability that allows an attacker to interfere with an application's processing of XML data. It occurs when user input …

  3. What is a blind XXE attack? Tutorial & Examples - PortSwigger

    In this section, we'll explain what blind XXE injection is and describe various techniques for finding and exploiting blind XXE vulnerabilities. What is ...

  4. XXE injection - PortSwigger

    Feb 23, 2026 · XML external entity injection (also known as XXE) is a web security vulnerability that allows an attacker to interfere with an application's processing of XML data.

  5. Guide to XML entities with examples | Web Security Academy

    In this section, we'll explain some key features of XML that are relevant to understanding XXE vulnerabilities. What is XML? XML stands for "extensible ...

  6. Lab: Exploiting XXE to perform SSRF attacks - PortSwigger

    This endpoint can be used to retrieve data about the instance, some of which might be sensitive. To solve the lab, exploit the XXE vulnerability to perform an SSRF attack that obtains the server's IAM …

  7. Testing for blind XXE injection vulnerabilities with Burp Suite

    Feb 23, 2026 · Review the Issues tab on the Dashboard to identify any blind XXE injection issues that Burp Scanner flags. Manually testing for blind XXE injection vulnerabilities

  8. Lab: Blind XXE with out-of-band interaction - PortSwigger

    You can detect the blind XXE vulnerability by triggering out-of-band interactions with an external domain. To solve the lab, use an external entity to make the XML parser issue a DNS lookup and HTTP …

  9. SAML roulette: the hacker always wins | PortSwigger Research

    Mar 18, 2025 · The vulnerability stems from inconsistencies in how different XML parsers handle document validation, allowing an attacker to manipulate signature verification.

  10. XML external entity injection - PortSwigger

    XML external entity (XXE) injection vulnerabilities arise when applications process user-supplied XML documents without disabling references to external resources. XML parsers typically support external …