From: Florian Weimer Date: Fri, 29 Jan 2021 16:29:57 +0000 (+0100) Subject: NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3) X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3299ce69c50b85696ffa935083c8f8c43f9e0ac5;p=thirdparty%2Fglibc.git NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3) (cherry picked from commit d7f4f3f5fb1275f0b3d9f4e1b3d9d7b75a5a9e26) --- diff --git a/NEWS b/NEWS index e92ecf66c8b..ddbe2733ffd 100644 --- 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.