#VU31345 Improper Verification of Cryptographic Signature in SimpleSAMLphp - CVE-2018-7711
Published: March 5, 2018 / Updated: July 17, 2020
SimpleSAMLphp
SimpleSAMLphp
Description
The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.
HTTPRedirect.php in the saml2 library in SimpleSAMLphp before 1.15.4 has an incorrect check of return values in the signature validation utilities, allowing an attacker to get invalid signatures accepted as valid by forcing an error during validation. This occurs because of a dependency on PHP functionality that interprets a -1 error code as a true boolean value.