XMl External Entity
A web security vulnerability that allows an attacker to interfere with an application's processing of XML data.
This vulnerability allows an attacker to read/view files on the application server filesystem.
XXE Type Attack
XXE to retrieve the file
<!DOCTYPE foo [ <!ENTITY ext SYSTEM "file:///etc/passwd" > ]>
XXE to SSRF
<!DOCTYPE foo [ <!ENTITY ext SYSTEM "http://locahost.com" > ]>
Blind XXE exfiltrate OOB
Exploit happen
Original XML being parsed
Exploit by introducing or editing DOCTYPE
XXE via file upload
The application allows XML to be uploaded. SVG file
Bypass SVG type
null byte : %00
XXE via Content Type
Last updated