CVE-2023-48238
Last modified
CVE-2023-48238 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. joaquimserafim/json-web-token is a javascript library use to interact with JSON Web Tokens (JWT) which are a compact URL-safe means of representing claims to be transferred between two parties. Versions prior to 4.0.0 are vulnerable to a JWT algorithm confusion attack. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
joaquimserafim/json-web-token is a javascript library use to interact with JSON Web Tokens (JWT) which are a compact URL-safe means of representing claims to be transferred between two parties. Versions prior to 4.0.0 are vulnerable to a JWT algorithm confusion attack. On line 86 of the 'index.js' file, the algorithm to use for verifying the signature of the JWT token is taken from the JWT token, which at that point is still unverified and thus shouldn't be trusted. To exploit this vulnerability, an attacker needs to craft a malicious JWT token containing the HS256 algorithm, signed with the public RSA key of the victim application. This attack will only work against this library is the RS256 algorithm is in use, however it is a best practice to use that algorithm. Version 4.0.0 fixes the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Joaquimserafim | Json Web Token | < 3.1.1 |
References
- https://github.com/joaquimserafim/json-web-token/security/advisories/GHSA-4xw9-cx39-r355Exploit, Vendor Advisory
- https://github.com/joaquimserafim/json-web-token/security/advisories/GHSA-4xw9-cx39-r355Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-48238?
How severe is CVE-2023-48238?
How do I fix CVE-2023-48238?
Are you affected by CVE-2023-48238?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
