XML External Entity injection within the body of a document
If you Google for an example of XXE injection you get something like this:
<?xml version=”1.0″ encoding=”ISO-8859-1″?>
<!DOCTYPE foo [
<!ELEMENT foo ANY >
<!ENTITY xxe SYSTEM “file:///dev/random” … Continue reading XML External Entity injection within the body of a document