]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Document CVE-2023-25139.
authorCarlos O'Donell <carlos@redhat.com>
Mon, 6 Feb 2023 15:36:32 +0000 (10:36 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Tue, 7 Feb 2023 20:19:39 +0000 (15:19 -0500)
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
NEWS

diff --git a/NEWS b/NEWS
index b227e72c9cc78233fdfbdc4aa3556cc15d9bcf51..a7979a9cd33ea6c24d3f87177e88a594c5146015 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,12 @@ Changes to build and runtime requirements:
 
 Security related changes:
 
-  [Add security related changes here]
+  CVE-2023-25139: When the printf family of functions is called with a
+  format specifier that uses an <apostrophe> (enable grouping) and a
+  minimum width specifier, the resulting output could be larger than
+  reasonably expected by a caller that computed a tight bound on the
+  buffer size.  The resulting larger than expected output could result
+  in a buffer overflow in the printf family of functions.
 
 The following bugs are resolved with this release: