XXE
XML External Entity (XXE) Injection
<?xml version="1.0" encoding="UTF-8"?>
<email>
<date>01-01-2022</date>
<time>10:00 am UTC</time>
<sender>john@inlanefreight.com</sender>
<recipients>
<to>HR@inlanefreight.com</to>
<cc>
<to>billing@inlanefreight.com</to>
<to>payslips@inlanefreight.com</to>
</cc>
</recipients>
<body>
Hello,
Kindly share with me the invoice for the payment made on January 1, 2022.
Regards,
John
</body>
</email>XML DTD
XML Entities
Local File Disclosure
Reading Sensitive Files
Reading Source Code
Remote Code Execution with XXE
Other XXE Attacks
Advanced File Disclosure
Advanced Exfiltration with CDATA
Blind Data Exfiltration
Automated OOB Exfiltration
Last updated