漏洞标题
League/OAuth2-server 密钥在以字符串传递时以及提供无效密码时暴露在异常消息中
漏洞描述信息
当将league/oauth2-server密钥作为字符串传递并提供无效的密钥短语时,密钥会在异常消息中暴露。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
漏洞类别
通过错误消息导致的信息暴露
漏洞标题
league/oauth2-server key exposed in exception message when passing as string and providing 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.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
漏洞类别
通过错误消息导致的信息暴露
漏洞标题
oauth2-server 安全漏洞
漏洞描述信息
oauth2-server是个人开发者的一个符合标准的用 PHP 编写的 OAuth 2.0 授权服务器的实现。为应用程序提供身份验证和授权功能,保护API安全。 oauth2-server 8.3.2至8.5.3之前版本存在安全漏洞,该漏洞源于如果服务器将密钥以字符串传递给CryptKey构造函数,会导致密钥包含在 LogicException消息中。
CVSS信息
N/A
漏洞类别
其他