1 results (0.002 seconds)
CVSS: 8.2EPSS: 1%CPEs: 1EXPL: 0

CVE-2023-37260 – league/oauth2-server key exposed in exception message when passing as string and providing invalid pass phrase
https://notcve.org/view.php?id=CVE-2023-37260
06 Jul 2023 — league/oauth2-server is an implementation of an OAuth 2.0 authorization server written in PHP. Starting in version 8.3.2 and prior to version 8.5.3, servers that passed their keys to the CryptKey constructor as as string instead of a file path will have had that key included in a LogicException message if they did not provide a valid pass phrase for the key where required. This issue has been patched so that the provided key is no longer exposed in the exception message in the scenario outlined above. Users... • https://github.com/thephpleague/oauth2-server/pull/1353 • CWE-209: Generation of Error Message Containing Sensitive Information •