clean-ts-api icon indicating copy to clipboard operation
clean-ts-api copied to clipboard

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

Open lucioerlan opened this issue 1 year ago • 0 comments


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 [email protected]

lucioerlan avatar Feb 13 '23 00:02 lucioerlan