Jsonwebtoken
Approved changes feed: RSS · Atom
cpe:2.3:a:auth0:jsonwebtoken:*:*:*:*:*:node.js:*:*
part: a version: * update: *
| Vendor | Auth0 (bd827468-a826-51d4-9e05-912ec56b4756) |
|---|---|
| Product | Jsonwebtoken (29b227b4-22a4-5fec-b49f-35b36961f508) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | node.js |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2022-23541 |
vulnerable | 2026-06-03 14:46:27.635721 |
jsonwebtoken's insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC
MEDIUM (5)
jsonwebtoken is an implementation of JSON Web Tokens. Versions `<= 8.5.1` of `jsonwebtoken` library can be misconfigured so that passing a poorly implemented key retrieval function referring to the `secretOrPublicKey` argument from the readme link will result in incorrect verification of tokens. There is a possibility of using a different algorithm and key combination in verification, other than the one that was used to sign the tokens. Specifically, tokens signed with an asymmetric public key could be verified with a symmetric HS256 algorithm. This can lead to successful validation of forged tokens. If your application is supporting usage of both symmetric key and asymmetric key in jwt.verify() implementation with the same key retrieval function. This issue has been patched, please update to version 9.0.0.
Published: 2022-12-22T17:52:22.173Z
Updated: 2025-02-13T16:32:22.327Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-23540 |
vulnerable | 2026-06-03 14:46:27.635264 |
jsonwebtoken vulnerable to signature validation bypass due to insecure default algorithm in jwt.verify()
MEDIUM (6.4)
In versions `<=8.5.1` of `jsonwebtoken` library, lack of algorithm definition in the `jwt.verify()` function can lead to signature validation bypass due to defaulting to the `none` algorithm for signature verification. Users are affected if you do not specify algorithms in the `jwt.verify()` function. This issue has been fixed, please update to version 9.0.0 which removes the default support for the none algorithm in the `jwt.verify()` method. There will be no impact, if you update to version 9.0.0 and you don’t need to allow for the `none` algorithm. If you need 'none' algorithm, you have to explicitly specify that in `jwt.verify()` options.
Published: 2022-12-22T18:02:24.770Z
Updated: 2025-02-13T16:32:21.578Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-23539 |
vulnerable | 2026-06-03 14:46:27.634724 |
jsonwebtoken unrestricted key type could lead to legacy keys usage
MEDIUM (5.9)
Versions `<=8.5.1` of `jsonwebtoken` library could be misconfigured so that legacy, insecure key types are used for signature verification. For example, DSA keys could be used with the RS256 algorithm. You are affected if you are using an algorithm and a key type other than a combination listed in the GitHub Security Advisory as unaffected. This issue has been fixed, please update to version 9.0.0. This version validates for asymmetric key type and algorithm combinations. Please refer to the above mentioned algorithm / key type combinations for the valid secure configuration. After updating to version 9.0.0, if you still intend to continue with signing or verifying tokens using invalid key type/algorithm value combinations, you’ll need to set the `allowInvalidAsymmetricKeyTypes` option to `true` in the `sign()` and/or `verify()` functions.
Published: 2022-12-22T23:20:47.855Z
Updated: 2025-04-15T13:31:34.538Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-9235 |
vulnerable | 2026-06-03 14:35:19.385771 |
Details available
In jsonwebtoken node module before 4.2.2 it is possible for an attacker to bypass verification when a token digitally signed with an asymmetric key (RS/ES family) of algorithms but instead the attacker send a token digitally signed with a symmetric algorithm (HS* family).
Published: 2018-05-29T20:00:00.000Z
Updated: 2024-09-16T23:05:54.010Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.