漏洞标题
N/A
漏洞描述信息
由于jwt-simple 0.3.0 以前的版本的jwt.decode()函数中没有 enforced "algorithm",一个恶意用户可以选择将发送给服务器的算法。如果服务器 expecting RSA,但收到了 HMAC-SHA 与 RSA 的公钥,那么服务器将认为公钥实际上是一个 HMAC 私钥。这可以被用来伪造任何攻击者想要的数据。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
漏洞类别
N/A
漏洞标题
N/A
漏洞描述信息
Since "algorithm" isn't enforced in jwt.decode()in jwt-simple 0.3.0 and earlier, a malicious user could choose what algorithm is sent sent to the server. If the server is expecting RSA but is sent HMAC-SHA with RSA's public key, the server will think the public key is actually an HMAC private key. This could be used to forge any data an attacker wants.
CVSS信息
N/A
漏洞类别
输入验证不恰当
漏洞标题
jwt-simple 安全漏洞
漏洞描述信息
jwt-simple是一个基于Node.js的JWT(JSON Web Token)编码和解码模块。 jwt-simple 0.3.0及之前版本中存在安全漏洞。攻击者可通过选择发送到的服务器的算法利用该漏洞伪造任意数据。
CVSS信息
N/A
漏洞类别
加密问题