Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine.
Multiple vulnerabilities have been discovered in Node.js. Please review the CVE identifiers referenced below for details.
A remote attacker could possibly write arbitrary files, cause a Denial of Service condition or can conduct HTTP request splitting attacks.
There is no known workaround at this time.
All Node.js <12.x users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/nodejs-10.19.0"
All Node.js 12.x users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/nodejs-12.15.0"