漏洞标题
JSON-Web token 无约束的键类型可能导致旧键的使用
漏洞描述信息
jsonwebtoken的无限制密钥类型可能导致使用遗留密钥。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
漏洞类别
N/A
漏洞标题
jsonwebtoken unrestricted key type could lead to legacy keys usage
漏洞描述信息
Versions `<=8.5.1` of `jsonwebtoken` library could be misconfigured so that legacy, insecure key types are used for signature verification. For example, DSA keys could be used with the RS256 algorithm. You are affected if you are using an algorithm and a key type other than a combination listed in the GitHub Security Advisory as unaffected. This issue has been fixed, please update to version 9.0.0. This version validates for asymmetric key type and algorithm combinations. Please refer to the above mentioned algorithm / key type combinations for the valid secure configuration. After updating to version 9.0.0, if you still intend to continue with signing or verifying tokens using invalid key type/algorithm value combinations, you’ll need to set the `allowInvalidAsymmetricKeyTypes` option to `true` in the `sign()` and/or `verify()` functions.
CVSS信息
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:N
漏洞类别
使用已被攻破或存在风险的密码学算法
漏洞标题
jsonwebtoken 加密问题漏洞
漏洞描述信息
jsonwebtoken是Auth0开源的一个 JSON Web 令牌的实现。 jsonwebtoken 8.5.1版本及之前版本存在加密问题漏洞,该漏洞源于旧的、不安全的密钥类型用于签名验证。
CVSS信息
N/A
漏洞类别
加密问题