Node.js before 16.4.1, 14.17.2, 12.22.2 is vulnerable to an out-of-bounds read when uv__idna_toascii() 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 uv_getaddrinfo().
The product reads data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://hackerone.com/reports/1209681 | third party advisory exploit |
https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/ | patch vendor advisory |
https://security.netapp.com/advisory/ntap-20210805-0003/ | third party advisory |
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf | third party advisory patch |
https://security.gentoo.org/glsa/202401-23 | vendor advisory |