Lucene search

K
osvGoogleOSV:CVE-2020-29573
HistoryDec 06, 2020 - 12:15 a.m.

CVE-2020-29573

2020-12-0600:15:11
Google
osv.dev
10
gnu c library
buffer overflow
cve-2020-29573

AI Score

7.1

Confidence

High

EPSS

0.002

Percentile

57.8%

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.