cve/2018/CVE-2018-19591.md
2024-06-09 00:33:16 +00:00

772 B

CVE-2018-19591

Description

In the GNU C Library (aka glibc or libc6) through 2.28, attempting to resolve a crafted hostname via getaddrinfo() leads to the allocation of a socket descriptor that is not closed. This is related to the if_nametoindex() function.

POC

Reference

Github