一、 漏洞 CVE-2023-48238 基础信息
漏洞标题
"JSON Web Token (JWT) 算法混淆在json-web-token库中"
来源:AIGC 神龙大模型
漏洞描述信息
在json-web-token库中的JWT算法混淆
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
来源:AIGC 神龙大模型
漏洞类别
密码学签名的验证不恰当
来源:AIGC 神龙大模型
漏洞标题
JWT Algorithm Confusion in json-web-token library
来源:美国国家漏洞数据库 NVD
漏洞描述信息
joaquimserafim/json-web-token is a javascript library use to interact with JSON Web Tokens (JWT) which are a compact URL-safe means of representing claims to be transferred between two parties. Affected versions of the json-web-token library are vulnerable to a JWT algorithm confusion attack. On line 86 of the 'index.js' file, the algorithm to use for verifying the signature of the JWT token is taken from the JWT token, which at that point is still unverified and thus shouldn't be trusted. To exploit this vulnerability, an attacker needs to craft a malicious JWT token containing the HS256 algorithm, signed with the public RSA key of the victim application. This attack will only work against this library is the RS256 algorithm is in use, however it is a best practice to use that algorithm.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
来源:美国国家漏洞数据库 NVD
漏洞类别
对数据真实性的验证不充分
来源:美国国家漏洞数据库 NVD
漏洞标题
JSON Web Token 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
JSON Web Token是一种紧凑的 URL 安全方式,用于表示要在两方之间传输的声明。 JSON Web Token 3.1.1之前版本存在安全漏洞,该漏洞源于容易受到 JWT 算法混淆攻击。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-48238 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-48238 的情报信息