CVE-2023-37260

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-37260
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-37260.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-37260
Aliases
Published
2023-07-06T15:09:08.856Z
Modified
2025-11-15T06:41:33.607230Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N CVSS Calculator
Summary
league/oauth2-server key exposed in exception message when passing as string and providing invalid pass phrase
Details

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 should upgrade to version 8.5.3 to receive the patch. As a workaround, pass the key as a file instead of a string.

Database specific
{
    "cwe_ids": [
        "CWE-209"
    ]
}
References

Affected packages

Git / github.com/thephpleague/oauth2-server

Affected ranges

Type
GIT
Repo
https://github.com/thephpleague/oauth2-server
Events

Affected versions

8.*

8.3.2
8.3.3
8.3.4
8.3.5
8.3.6
8.4.0
8.4.1
8.5.0
8.5.1
8.5.2