We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When loading an (untrusted) XML document, for example the SAMLResponse, it's possible to induce an XXE.
Remove the LIBXML_DTDLOAD | LIBXML_DTDATTR options from $options is in:
LIBXML_DTDLOAD | LIBXML_DTDATTR
$options
saml2/src/SAML2/DOMDocumentFactory.php
Line 41 in 717c0ad
To be published on Dec 8th
Summary
When loading an (untrusted) XML document, for example the SAMLResponse, it's possible to induce an XXE.
Mitigation:
Remove the
LIBXML_DTDLOAD | LIBXML_DTDATTR
options from$options
is in:saml2/src/SAML2/DOMDocumentFactory.php
Line 41 in 717c0ad
Background / details
To be published on Dec 8th