Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. jwt-simple
  4. ›
  5. GMS-2019-129

GMS-2019-129: Signature Verification Bypass in jwt-simple

June 6, 2019 (updated August 4, 2021)

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

  • github.com/advisories/GHSA-8v5f-hp78-jgxq
  • github.com/hokaccha/node-jwt-simple/commit/ead36e1d687645da9c3be8befdaaef622ea33106
  • www.npmjs.com/advisories/831

Code Behaviors & Features

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 →

Affected versions

All versions before 0.5.3

Fixed versions

  • 0.5.3

Solution

Upgrade to version 0.5.3 or above.

Source file

npm/jwt-simple/GMS-2019-129.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:37 +0000.