📙
AppSec
Ctrlk
  • Overview
  • Write Ups Compilations/Resources
  • Main Resources
  • Labs
  • Cross Site Request Forgery
    • Cross Site Request Forgery (CSRF)
  • Missing Access Controls
    • Missing Access Controls
  • LFI / Directory Traversal
    • Local File Inclusion
  • XXE
    • XML External Entity (XXE)
      • Write-ups
      • Source Code Examples
      • Labs
      • More Writeups
      • Payloads
      • Resources
  • Injection
    • Command Injection
    • Server-Side Template Injection
    • SQL Injection
  • SSRF
    • Server-Side Request Forgery (SSRF)
  • Unvalidated Redirects and Forwards
    • Unvalidated Redirects and Forwards
  • Verbose Error Messages and Stack Traces
    • Verbose Error Messages and Stack Traces
Powered by GitBook
On this page

Was this helpful?

  1. XXE
  2. XML External Entity (XXE)

Resources

LogoWhat is XXE (XML external entity) injection? Tutorial & Examples | Web Security AcademyWebSecAcademy
LogoXML External Entity (XXE) Processing | OWASP Foundationowasp.org
LogoXML External Entity Prevention - OWASP Cheat Sheet Seriescheatsheetseries.owasp.org
LogoXXE - XEE - XML External Entity - HackTricksbook.hacktricks.xyz
LogoA Deep Dive into XXE InjectionSynack
LogoForcing XXE Reflection through Server Error MessagesNetSPI

  • OWASP XML External Entity (XXE) Prevention Cheat Sheet

  • Timothy Morgan’s 2014 Paper: XML Schema, DTD, and Entity Attacks - A Compendium of Known Techniques

  • Precursor presentation of above paper - at OWASP AppSec USA 2013

  • CWE-611: Information Exposure Through XML External Entity Reference

  • CWE-827: Improper Control of Document Type Definition

  • Sascha Herzog’s Presentation on XML External Entity Attacks - at OWASP AppSec Germany 2010

  • PostgreSQL XXE vulnerability

  • SharePoint and DotNetNuke XXE Vulnerabilities, in French

  • XML Denial of Service Attacks and Defenses (in .NET)

  • Early (2002) BugTraq Article on XXE

  • http://www.synacktiv.fr/ressources/synacktiv_drupal_xxe_services.pdf

PreviousPayloadsNextCommand Injection

Last updated 4 years ago

Was this helpful?