Node.js before 16.6.0, 14.17.4, and 12.22.4 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://hackerone.com/reports/1238162 | third party advisory permissions required |
https://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/ | patch vendor advisory |
https://security.netapp.com/advisory/ntap-20211112-0002/ | third party advisory |
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf | third party advisory patch |
https://lists.debian.org/debian-lts-announce/2022/10/msg00006.html | third party advisory mailing list |
https://security.gentoo.org/glsa/202401-02 | vendor advisory |