The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more.
Security Fix(es):
The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an interposed malloc that injects random malloc failures. The double free can allow buffer manipulation depending of how the regex is constructed. This issue affects all architectures and ABIs supported by the GNU C library.(CVE-2025-8058)
{ "severity": "Medium" }
{ "x86_64": [ "glibc-2.38-65.oe2403.x86_64.rpm", "glibc-all-langpacks-2.38-65.oe2403.x86_64.rpm", "glibc-common-2.38-65.oe2403.x86_64.rpm", "glibc-debuginfo-2.38-65.oe2403.x86_64.rpm", "glibc-debugsource-2.38-65.oe2403.x86_64.rpm", "glibc-debugutils-2.38-65.oe2403.x86_64.rpm", "glibc-devel-2.38-65.oe2403.x86_64.rpm", "glibc-locale-archive-2.38-65.oe2403.x86_64.rpm", "glibc-locale-source-2.38-65.oe2403.x86_64.rpm", "glibc-nss-devel-2.38-65.oe2403.x86_64.rpm", "libnsl-2.38-65.oe2403.x86_64.rpm", "nscd-2.38-65.oe2403.x86_64.rpm", "nss_modules-2.38-65.oe2403.x86_64.rpm" ], "src": [ "glibc-2.38-65.oe2403.src.rpm" ], "noarch": [ "glibc-help-2.38-65.oe2403.noarch.rpm" ], "aarch64": [ "glibc-2.38-65.oe2403.aarch64.rpm", "glibc-all-langpacks-2.38-65.oe2403.aarch64.rpm", "glibc-common-2.38-65.oe2403.aarch64.rpm", "glibc-debuginfo-2.38-65.oe2403.aarch64.rpm", "glibc-debugsource-2.38-65.oe2403.aarch64.rpm", "glibc-debugutils-2.38-65.oe2403.aarch64.rpm", "glibc-devel-2.38-65.oe2403.aarch64.rpm", "glibc-locale-archive-2.38-65.oe2403.aarch64.rpm", "glibc-locale-source-2.38-65.oe2403.aarch64.rpm", "glibc-nss-devel-2.38-65.oe2403.aarch64.rpm", "libnsl-2.38-65.oe2403.aarch64.rpm", "nscd-2.38-65.oe2403.aarch64.rpm", "nss_modules-2.38-65.oe2403.aarch64.rpm" ] }