Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. jws
  4. ›
  5. CVE-2025-65945

CVE-2025-65945: auth0/node-jws Improperly Verifies HMAC Signature

December 4, 2025

Overview

An improper signature verification vulnerability exists when using auth0/node-jws with the HS256 algorithm under specific conditions.

Am I Affected?

You are affected by this vulnerability if you meet all of the following preconditions:

  1. Application uses the auth0/node-jws implementation of JSON Web Signatures, versions <=3.2.2 || 4.0.0
  2. Application uses the jws.createVerify() function for HMAC algorithms
  3. Application uses user-provided data from the JSON Web Signature Protected Header or Payload in the HMAC secret lookup routines

You are NOT affected by this vulnerability if you meet any of the following preconditions:

  1. Application uses the jws.verify() interface (note: auth0/node-jsonwebtoken users fall into this category and are therefore NOT affected by this vulnerability)
  2. Application uses only asymmetric algorithms (e.g. RS256)
  3. Application doesn’t use user-provided data from the JSON Web Signature Protected Header or Payload in the HMAC secret lookup routines

Fix

Upgrade auth0/node-jws version to version 3.2.3 or 4.0.1

Acknowledgement

Okta would like to thank Félix Charette for discovering this vulnerability.

References

  • github.com/advisories/GHSA-869p-cjfg-cm3x
  • github.com/auth0/node-jws
  • github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e
  • github.com/auth0/node-jws/commit/4f6e73f24df42f07d632dec6431ade8eda8d11a6
  • github.com/auth0/node-jws/releases/tag/v3.2.3
  • github.com/auth0/node-jws/releases/tag/v4.0.1
  • github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x
  • nvd.nist.gov/vuln/detail/CVE-2025-65945

Code Behaviors & Features

Detect and mitigate CVE-2025-65945 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 3.2.3, all versions starting from 4.0.0 before 4.0.1, version 4.0.0

Fixed versions

  • 3.2.3
  • 4.0.1

Solution

Upgrade to versions 3.2.3, 4.0.1 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-347: Improper Verification of Cryptographic Signature

Source file

npm/jws/CVE-2025-65945.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sun, 14 Dec 2025 00:19:30 +0000.