GMS-2019-129: Signature Verification Bypass in jwt-simple
(updated )
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.
References
Detect and mitigate GMS-2019-129 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →