Node.Js · Node.Js · CVE-2021-22930
**Name of the Vulnerable Software and Affected Versions**
Node.js versions prior to 12.22.4
Node.js versions prior to 14.17.4
Node.js versions prior to 16.6.0
**Description**
The issue is related to a use after free attack in Node.js, where an attacker might exploit memory corruption to change process behavior, potentially leading to access to confidential data, disruption of data integrity, and denial of service. The vulnerability is associated with the http2 module, which could allow an attacker to crash the process or potentially execute code in the system when accessing a host controlled by the attacker.
**Recommendations**
For versions prior to 12.22.4, update to version 12.22.4 or later.
For versions prior to 14.17.4, update to version 14.17.4 or later.
For versions prior to 16.6.0, update to version 16.6.0 or later.
As a temporary workaround, consider disabling the http2 module until a patch is available.
Restrict access to the http2 module to minimize the risk of exploitation.