]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add NEWS entry for CVE-2022-39046
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 6 Sep 2022 13:31:50 +0000 (09:31 -0400)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 6 Sep 2022 13:31:50 +0000 (09:31 -0400)
NEWS

diff --git a/NEWS b/NEWS
index f9bef48a8f0e9fa38a641dc6f92e4647e544a916..ef274d1a42891be36538d34c494a30f6052454fd 100644 (file)
--- 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: