From: Siddhesh Poyarekar Date: Tue, 6 Sep 2022 13:31:50 +0000 (-0400) Subject: Add NEWS entry for CVE-2022-39046 X-Git-Tag: glibc-2.37~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76fe56020e7ef354685b2284580ac1630c078a2b;p=thirdparty%2Fglibc.git Add NEWS entry for CVE-2022-39046 --- diff --git a/NEWS b/NEWS index f9bef48a8f0..ef274d1a428 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,10 @@ Changes to build and runtime requirements: Security related changes: - [Add security related changes here] + CVE-2022-39046: When the syslog function is passed a crafted input + string larger than 1024 bytes, it reads uninitialized memory from the + heap and prints it to the target log file, potentially revealing a + portion of the contents of the heap. The following bugs are resolved with this release: