Lucene search

K
f5F5F5:K27238230
HistoryMar 10, 2021 - 12:00 a.m.

K27238230 : glibc vulnerability CVE-2020-29573

2021-03-1000:00:00
my.f5.com
46
glibc
vulnerability
stack-based buffer overflow
printf family functions

AI Score

7.6

Confidence

High

EPSS

0.002

Percentile

57.8%

Security Advisory Description

sysdeps/i386/ldbl2mpn.c in the GNU C Library (aka glibc or libc6) before 2.23 on x86 targets has a stack-based buffer overflow if the input to any of the printf family of functions is an 80-bit long double with a non-canonical bit pattern, as seen when passing a \x00\x04\x00\x00\x00\x00\x00\x00\x00\x04 value to sprintf. NOTE: the issue does not affect glibc by default in 2016 or later (i.e., 2.23 or later) because of commits made in 2015 for inlining of C99 math functions through use of GCC built-ins. In other words, the reference to 2.23 is intentional despite the mention of “Fixed for glibc 2.33” in the 26649 reference. (CVE-2020-29573)

Impact

Specially crafted values passed to certain glibc functions may create a stack-based overflow, potentially leading to an unexpected process restart.