Logo
componentglibc
Name
glibc
Version
2.44+git
Type
library
Description
GLIBC (GNU C Library)
Licenses
GPL-2.0-only AND LGPL-2.1-or-later
PURL
-
CPE
cpe:2.3:*:gnu:glibc:2.44+git:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
2.35
scarthgap
2.39+git

Patches#


#
Title
Author
Resolve
1
nativesdk-glibc: Fall back to faccessat on faccess2 returns
Khem Raj <raj.khem@gmail.com>
2
eglibc: Forward port cross locale generation support
Khem Raj <raj.khem@gmail.com>
3
eglibc: Cross building and testing instructions
Khem Raj <raj.khem@gmail.com>
4
tzselect.ksh: Use /bin/sh default shell interpreter
Khem Raj <raj.khem@gmail.com>
5
eglibc: Resolve __fpscr_values on SH4
Khem Raj <raj.khem@gmail.com>
6
Fix gen-as-const-headers races with the parallel subdir
Adhemerval Zanella <adhemerval.zanella@linaro.org>
7
localedef --add-to-archive uses a hard-coded locale path
Khem Raj <raj.khem@gmail.com>
8
eglibc: Help bootstrap cross toolchain
Khem Raj <raj.khem@gmail.com>
9
wordsize.h: Unify the header between arm and aarch64
Khem Raj <raj.khem@gmail.com>
10
nativesdk-glibc: Fix buffer overrun with a relocated SDK
Khem Raj <raj.khem@gmail.com>
11
nativesdk-glibc: Look for host system ld.so.cache as well
Khem Raj <raj.khem@gmail.com>
12
fix create thread failed in unprivileged process [BZ #28287]
Hongxu Jia <hongxu.jia@windriver.com>
13
tests: Skip 2 qemu tests that can hang in oe-selftest
Yash Shinde <Yash.Shinde@windriver.com>
14
Propagate -ffile-prefix-map from CFLAGS to ASFLAGS.
Khem Raj <raj.khem@gmail.com>
15
Replace echo with printf builtin in nscd init script
Khem Raj <raj.khem@gmail.com>
16
localedef: Add hardlink resolver from util-linux
Jason Wessel <jason.wessel@windriver.com>
17
powerpc: Do not ask compiler for finding arch
Khem Raj <raj.khem@gmail.com>
18
localedef: fix-ups hardlink to make it compile
Jason Wessel <jason.wessel@windriver.com>
19
sysdeps/gnu/configure.ac: Set libc_cv_rootsbindir only if its
Khem Raj <raj.khem@gmail.com>
20
'yes' within the path sets wrong config variables
Khem Raj <raj.khem@gmail.com>
21
nativesdk-glibc: Raise the size of arrays containing dl paths
Khem Raj <raj.khem@gmail.com>
22
nativesdk-glibc: Make relocatable install for locales
Khem Raj <raj.khem@gmail.com>

Vulnerabilities#


Name
Analysis
Description
Exploitable
The deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.0.1 to version 2.43 fail to validate the RDATA content against the RDATA length in a DNS response when processing A6, CERT, LOC, TKEY or TSIG records, which may allow an attacker to craft a DNS response, causing a target application to crash or read uninitialized memory. These functions are for application debugging only and hence not in the path of code executed by the DNS resolver. Further, they have been deprecated since version 2.34 and should not be used by any new applications. Applications should consider porting away from these interfaces since they may be removed in future versions.
Exploitable
The deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.2 and newer fail to enforce the caller-supplied buffer length, and can result in an out-of-bounds write when printing TSIG records.
False Positive
An insufficient entropy vulnerability was found in glibc. The getrandom and arc4random family of functions may return predictable randomness if these functions are called again after the fork, which happens concurrently with a call to any of these functions.
False Positive
Multiple untrusted search path vulnerabilities in elf/dl-object.c in certain modified versions of the GNU C Library (aka glibc or libc6), including glibc-2.5-49.el5_5.6 and glibc-2.12-1.7.el6_0.3 in Red Hat Enterprise Linux, allow local users to gain privileges via a crafted dynamic shared object (DSO) in a subdirectory of the current working directory during execution of a (1) setuid or (2) setgid program that has $ORIGIN in (a) RPATH or (b) RUNPATH within the program itself or a referenced library. NOTE: this issue exists because of an incorrect fix for CVE-2010-3847.
Exploitable
The glob implementation in the GNU C Library (aka glibc or libc6) allows remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in STAT commands to an FTP daemon, a different vulnerability than CVE-2010-2632.