-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Vulnerable Library - jwt-10.2.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/jws/package.json
Found in HEAD commit: e72223af1bf6245445cc3de6c75546c086dcd336
Vulnerabilities
| Vulnerability | Severity | Exploit Maturity | EPSS | Dependency | Type | Fixed in (jwt version) | Remediation Possible** | |
|---|---|---|---|---|---|---|---|---|
| CVE-2025-65945 | 7.5 | Not Defined | 0.0% | jws-3.2.2.tgz | Transitive | 11.0.0 | ✅ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2025-65945
Vulnerable Library - jws-3.2.2.tgz
Implementation of JSON Web Signatures
Library home page: https://registry.npmjs.org/jws/-/jws-3.2.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/jws/package.json
Dependency Hierarchy:
- jwt-10.2.0.tgz (Root Library)
- jsonwebtoken-9.0.2.tgz
- ❌ jws-3.2.2.tgz (Vulnerable Library)
- jsonwebtoken-9.0.2.tgz
Found in HEAD commit: e72223af1bf6245445cc3de6c75546c086dcd336
Found in base branch: master
Vulnerability Details
auth0/node-jws is a JSON Web Signature implementation for Node.js. In versions 3.2.2 and earlier and version 4.0.0, auth0/node-jws has an improper signature verification vulnerability when using the HS256 algorithm under specific conditions. Applications are affected when they use the jws.createVerify() function for HMAC algorithms and use user-provided data from the JSON Web Signature protected header or payload in HMAC secret lookup routines, which can allow attackers to bypass signature verification. This issue has been patched in versions 3.2.3 and 4.0.1.
Publish Date: 2025-12-04
URL: CVE-2025-65945
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.0%
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-869p-cjfg-cm3x
Release Date: 2025-12-04
Fix Resolution (jws): 3.2.3
Direct dependency fix Resolution (@nestjs/jwt): 11.0.0
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.