Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: security vulnerability in JWT for Node.JS (CVE-2022-23529) #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucioerlan
Copy link


name: "Hotfix Report"
about: "Report on a hotfix for a security flaw in Node.JS"
title: "Hotfix Report: Security flaw in Node.JS JWT"
labels: "security, hotfix, Node.JS"


Hotfix Report

Current behavior

A serious security flaw in the JWT used in Node.JS (CVE-2022-23529) [https://nvd.nist.gov/vuln/detail/CVE-2022-23529] was recently discovered. This flaw allows invaders to access the recovery key parameter of the jwt.verify function, which can compromise the server where the resource is hosted.

To protect your widely used project as a standard among developers, we recommend that you update the dependency or find a way to bypass this issue.


Possible Solution

Upgrade to jsonwebtoken@9.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant