Skip to content

glibc CVE-2023-4806

Moderate
arnaldo2792 published GHSA-m6r6-qxq3-mcgr Oct 10, 2023

Package

glibc (bottlerocket)

Affected versions

< 1.15.1

Patched versions

1.15.1

Description

A flaw was found in glibc. In an extremely rare situation, the getaddrinfo function may access memory that has been freed, resulting in an application crash. This issue is only exploitable when a NSS module implements only the nss_gethostbyname2_r and nss_getcanonname_r hooks without implementing the nss*_gethostbyname3_r hook. The resolved name should return a large number of IPv6 and IPv4, and the call to the getaddrinfo function should have the AF_INET6 address family with AI_CANONNAME, AI_ALL and AI_V4MAPPED as flags.

Severity

Moderate

CVE ID

CVE-2023-4806

Weaknesses

No CWEs