]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3)
authorFlorian Weimer <fweimer@redhat.com>
Fri, 29 Jan 2021 16:29:57 +0000 (17:29 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 4 Oct 2022 08:00:00 +0000 (08:00 +0000)
(cherry picked from commit d7f4f3f5fb1275f0b3d9f4e1b3d9d7b75a5a9e26)

NEWS

diff --git a/NEWS b/NEWS
index e92ecf66c8b460710e8546554361e4867814ffe6..ddbe2733ffd079d26279852bb504d996fa3553d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,12 @@ Security related changes:
   invoked with input containing redundant shift sequences in the IBM1364,
   IBM1371, IBM1388, IBM1390, or IBM1399 character sets.
 
+  CVE-2021-3326: An assertion failure during conversion from the
+  ISO-20220-JP-3 character set using the iconv function has been fixed.
+  This assertion was triggered by certain valid inputs in which the
+  converted output contains a combined sequence of two wide characters
+  crossing a buffer boundary.  Reported by Tavis Ormandy.
+
   CVE-2021-33574: The mq_notify function has a potential use-after-free
   issue when using a notification type of SIGEV_THREAD and a thread
   attribute with a non-default affinity mask.