CVE-2023-48238
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
json-web-tokennpm | < 4.0.0 | 4.0.0 |
Affected products
3cpe:2.3:a:joaquimserafim:json_web_token:*:*:*:*:*:node.js:*:*+ 1 more
- cpe:2.3:a:joaquimserafim:json_web_token:*:*:*:*:*:node.js:*:*range: <3.1.1
- (no CPE)range: < 3.1.1
Patches
Vulnerability mechanics
References
5- github.com/joaquimserafim/json-web-token/security/advisories/GHSA-4xw9-cx39-r355nvdExploitVendor AdvisoryWEB
- github.com/advisories/GHSA-4xw9-cx39-r355ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-48238ghsaADVISORY
- github.com/joaquimserafim/json-web-token/blob/acf6a462471e1b14187eb77414e9161b8b7bff7e/index.jsghsaWEB
- github.com/joaquimserafim/json-web-token/commit/b6e56b1346f48432d29133c76b65222ad93956b7nvdWEB
News mentions
0No linked articles in our index yet.