GHSA-wj7q-gjg8-3cpm

Suggest an improvement
Source
https://github.com/advisories/GHSA-wj7q-gjg8-3cpm
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/07/GHSA-wj7q-gjg8-3cpm/GHSA-wj7q-gjg8-3cpm.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-wj7q-gjg8-3cpm
Aliases
Published
2023-07-06T21:07:27Z
Modified
2024-02-16T08:18:39.205494Z
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 a string and providing an invalid pass phrase
Details

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 or 8.4.2 to receive the patch.

Workarounds

We recommend upgrading the oauth2-server to one of the patched releases (8.5.3 or 8.4.2). If you are unable to upgrade you can avoid this security issue by passing your key as a file instead of a string.

References

Database specific
{
    "nvd_published_at": "2023-07-06T16:15:10Z",
    "cwe_ids": [
        "CWE-200",
        "CWE-209"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2023-07-06T21:07:27Z"
}
References

Affected packages

Packagist / league/oauth2-server

Package

Name
league/oauth2-server
Purl
pkg:composer/league/oauth2-server

Affected ranges

Type
ECOSYSTEM
Events
Introduced
8.3.2
Fixed
8.4.2

Affected versions

8.*

8.3.2
8.3.3
8.3.4
8.3.5
8.3.6
8.4.0
8.4.1

Packagist / league/oauth2-server

Package

Name
league/oauth2-server
Purl
pkg:composer/league/oauth2-server

Affected ranges

Type
ECOSYSTEM
Events
Introduced
8.5.0
Fixed
8.5.3

Affected versions

8.*

8.5.0
8.5.1
8.5.2