XXE inside an XML element?
I have a bug where a Java SAXReader with validation set to false reads XML I partially control.
The reader gets supplied this:
<event>[DATA I CONTROL]</event>
I can put whatever I want in [DATA I CONTROL], t… Continue reading XXE inside an XML element?