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.
References
Configurations
History
21 Nov 2024, 08:11
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/thephpleague/oauth2-server/pull/1353 - Patch | |
References | () https://github.com/thephpleague/oauth2-server/releases/tag/8.5.3 - Release Notes | |
References | () https://github.com/thephpleague/oauth2-server/security/advisories/GHSA-wj7q-gjg8-3cpm - Vendor Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.2 |
13 Jul 2023, 19:25
Type | Values Removed | Values Added |
---|---|---|
References | (MISC) https://github.com/thephpleague/oauth2-server/pull/1353 - Patch | |
References | (MISC) https://github.com/thephpleague/oauth2-server/security/advisories/GHSA-wj7q-gjg8-3cpm - Vendor Advisory | |
References | (MISC) https://github.com/thephpleague/oauth2-server/releases/tag/8.5.3 - Release Notes | |
CPE | cpe:2.3:a:thephpleague:oauth2-server:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
First Time |
Thephpleague
Thephpleague oauth2-server |
06 Jul 2023, 17:44
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-07-06 16:15
Updated : 2024-11-21 08:11
NVD link : CVE-2023-37260
Mitre link : CVE-2023-37260
CVE.ORG link : CVE-2023-37260
JSON object : View
Products Affected
thephpleague
- oauth2-server
CWE
CWE-209
Generation of Error Message Containing Sensitive Information