Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-8v5f-hp78-jgxq

Опубликовано: 06 июн. 2019
Источник: github
Github: Прошло ревью

Описание

Signature Verification Bypass in jwt-simple

Versions of jwt-simple prior to 0.5.3 are vulnerable to Signature Verification Bypass. If no algorithm is specified in the decode() function, the packages uses the algorithm in the JWT to decode tokens. This allows an attacker to create a HS256 (symmetric algorithm) JWT with the server's public key as secret, and the package will verify it as HS256 instead of RS256 (asymmetric algorithm).

Recommendation

Upgrade to version 0.5.3 or later.

Пакеты

Наименование

jwt-simple

npm
Затронутые версииВерсия исправления

< 0.5.3

0.5.3

Дефекты

CWE-347

Дефекты

CWE-347