About 217,000 results
Open links in new tab
  1. What is XXE (XML external entity) injection? Tutorial & Examples

    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 …

  2. XXE Complete Guide: Impact, Examples, and Prevention

    XML External Entity (XXE) is an application-layer cybersecurity attack that exploits an XXE vulnerability to parse XML input. XXE attacks are possible when a poorly configured parser …

  3. XML External Entity (XXE) Processing - OWASP Foundation

    Detailed guidance on how to disable XXE processing, or otherwise defend against XXE attacks is presented in the XML External Entity (XXE) Prevention Cheat Sheet.

  4. What is XXE (XML External Entity) | Examples & Prevention | Imperva

    Oct 28, 2025 · What Is XXE (XML External Entity)? XML external entity injection (XXE) is a security vulnerability that allows a threat actor to inject unsafe XML entities into a web …

  5. What Is an XXE Attack? Examples, Types & Prevention | Indusface

    An XXE attack is a security vulnerability that allows attackers to exploit an application’s XML parser to access sensitive data or execute malicious code. This occurs when the application …

  6. XML external entity attack - Wikipedia

    XML External Entity attack, or simply XXE attack, is a type of attack against an application that parses XML input. This attack occurs when XML input containing a reference to an external …

  7. XML External Entities Injections (XXE) - Android Developers

    Sep 24, 2024 · An XML eXternal Entity injection (XXE) is an attack against applications that parse XML input. An XXE attack occurs when untrusted XML input with a reference to an external …

  8. XXE attack | Tutorials & Examples | Snyk Learn

    Learn how an XXE attack works, and how to mitigate and fix the XXE vulnerability with real-world examples from security experts.

  9. XML External Entity - GeeksforGeeks

    Nov 25, 2025 · XML External Entity (XXE) vulnerabilities occur when an application parses untrusted XML input that contains external entity references, and the XML parser resolves …

  10. Understanding XML External Entity Injection (XXE) Attacks

    Dec 14, 2023 · XML External Entity Injection (XXE) is a critical web security vulnerability that can expose applications to various risks.