Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/jsonwebtoken@7.4.2
purl pkg:npm/jsonwebtoken@7.4.2
Next non-vulnerable version 9.0.0
Latest non-vulnerable version 9.0.0
Risk 4.0
Vulnerabilities affecting this package (3)
Vulnerability Summary Fixed by
VCID-6944-mnur-23f4
Aliases:
CVE-2022-23540
GHSA-qwph-4952-7xr6
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.
9.0.0
Affected by 0 other vulnerabilities.
VCID-ja4j-cbca-5qgh
Aliases:
CVE-2022-23539
GHSA-8cf7-32gw-wr33
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.
9.0.0
Affected by 0 other vulnerabilities.
VCID-rb3t-ssvc-k3gz
Aliases:
CVE-2022-23541
GHSA-hjrf-2m68-5959
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.
9.0.0
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-12T18:42:43.903486+00:00 GitLab Importer Affected by VCID-ja4j-cbca-5qgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jsonwebtoken/CVE-2022-23539.yml 38.6.0
2026-06-12T18:42:39.544454+00:00 GitLab Importer Affected by VCID-rb3t-ssvc-k3gz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jsonwebtoken/CVE-2022-23541.yml 38.6.0
2026-06-12T18:42:39.119179+00:00 GitLab Importer Affected by VCID-6944-mnur-23f4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jsonwebtoken/CVE-2022-23540.yml 38.6.0