Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-wj7q-gjg8-3cpm: league/oauth2-server key exposed in exception message when passing as a string and providing an invalid pass phrase

Impact

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.

Patches

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

Workarounds

We recommend upgrading the oauth2-server to the latest version. If you are unable to upgrade you can avoid this security issue by passing your key as a file instead of a string.

References

Pull request for the applied fix.

ghsa
#git#php#oauth#auth

Package

composer league/oauth2-server (Composer)

Affected versions

>= 8.3.2, < 8.5.3

Patched versions

8.5.3

Description

Impact

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.

Patches

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

Workarounds

We recommend upgrading the oauth2-server to the latest version. If you are unable to upgrade you can avoid this security issue by passing your key as a file instead of a string.

References

Pull request for the applied fix.

References

  • GHSA-wj7q-gjg8-3cpm
  • https://nvd.nist.gov/vuln/detail/CVE-2023-37260
  • thephpleague/oauth2-server#1353
  • https://github.com/thephpleague/oauth2-server/releases/tag/8.5.3

Sephster published to thephpleague/oauth2-server

Jul 6, 2023

Published to the GitHub Advisory Database

Jul 6, 2023

Reviewed

Jul 6, 2023

Last updated

Jul 6, 2023

Related news

CVE-2023-37260: Key exposed in exception message when passing as a string and providing an invalid pass phrase

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.