Stream: implementers
Topic: John's blog about XXE
Grahame Grieve (Apr 20 2016 at 21:56):
http://healthcaresecprivacy.blogspot.com.au/2016/04/fhir-input-validation.html
Grahame Grieve (Apr 20 2016 at 21:57):
the problem with this is that unless you're like me, and think writing your own XML and json parsers is normal practice, then you won't see the XXE attack to validate against it
Grahame Grieve (Apr 20 2016 at 21:57):
and normal XML validation methods are themselves subject to the XXE attack. for instance, in some XML parsers I looked at, turning off DTD processing turned off validation
Vadim Peretokin (Apr 20 2016 at 22:00):
You're better off in the world if you know about this stuff though. https://www.hacksplaining.com/exercises lists some XML-related vulnerabilities and is pretty easy to learn from
Grahame Grieve (Apr 20 2016 at 22:12):
well, you sure need to know about it
John Moehrke (Apr 28 2016 at 16:38):
I will add that to my blog article.
Last updated: Apr 12 2022 at 19:14 UTC