CVE-2021-22918: Medium severity IBM Cognos Controller vulnerability
A flaw has been found in libuv. Node.js is vulnerable to out-of-bounds read in libuv's uvidnatoascii() function which is used to convert strings to ASCII which is called by Node's DNS module's lookup() function and can lead to information disclosures or crashes. The highest threat from this vulnerability is to system availability.
Other sources
Node.js before 16.4.1, 14.17.2, 12.22.2 is vulnerable to an out-of-bounds read when uvidnatoascii() is used to convert strings to ASCII. The pointer p is read and increased without checking whether it is beyond pe, with the latter holding a pointer to the end of the buffer. This can lead to information disclosures or crashes. This function can be triggered via uvgetaddrinfo().
Node.js is vulnerable to a denial of service, caused by an out-of-bounds read in the libuv's uvidnatoascii() function. By invoking the function using dns module's lookup() function, a remote attacker could exploit this vulnerability to obtain sensitive information or cause a denial of service.
— IBM
Node.js is vulnerable to out-of-bounds read in libuv's uvidnatoascii() function which is used to convert strings to ASCII. This is called by Node's dns module's lookup() function and can lead to information disclosures or crashes.
Reference: https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/
— Red Hat
Affected Software
Remediation
Event History
Parent advisories
This vulnerability appears in the following advisories.
Frequently Asked Questions
What is the severity of CVE-2021-22918?
The severity of CVE-2021-22918 is medium with a CVSS score of 6.5.
Which versions of Node.js are affected by CVE-2021-22918?
Node.js versions before 16.4.1, 14.17.2, and 12.22.2 are affected by CVE-2021-22918.
How can I fix CVE-2021-22918?
To fix CVE-2021-22918, update Node.js to version 16.4.1, 14.17.2, or 12.22.2.
What is the Common Weakness Enumeration (CWE) for CVE-2021-22918?
The Common Weakness Enumeration (CWE) for CVE-2021-22918 is CWE-125.
Where can I find more information about CVE-2021-22918?
You can find more information about CVE-2021-22918 at the following references: [link1], [link2], [link3], [link4], [link5].