From fed4bdab901697df096bbdf892086001180ec05f Mon Sep 17 00:00:00 2001 From: Aj Dumanhug Date: Sun, 24 Mar 2019 03:27:12 +0800 Subject: [PATCH] Add XXE inside SVG --- XXE Injection/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/XXE Injection/README.md b/XXE Injection/README.md index d2d761b..9db48ac 100644 --- a/XXE Injection/README.md +++ b/XXE Injection/README.md @@ -215,6 +215,13 @@ Ref. [brianwrf/CVE-2018-11788](https://github.com/brianwrf/CVE-2018-11788) ## XXE in exotic files +### XXE inside SVG +``` + + + +``` + ### XXE inside SOAP ```xml @@ -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/)