From 09c113cf00c4d42e5a46206d7c5fc4cc3470bccb Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 4 Oct 2022 08:00:00 +0000 Subject: [PATCH] NEWS: Move CVE-2020-27618 entry from 2.32 section to 2.32.1 The fix was backported by commit 050022910be1d1f5c11cd5168f1685ad4f9580d2 ("iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]") after glibc 2.32 release. --- NEWS | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 3e844d91861..5f43794bf5e 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,14 @@ See the end for copying conditions. Please send GNU C library bug reports via using `glibc' in the "product" field. +Version 2.32.1 + +Security related changes: + + CVE-2020-27618: An infinite loop has been fixed in the iconv program when + invoked with input containing redundant shift sequences in the IBM1364, + IBM1371, IBM1388, IBM1390, or IBM1399 character sets. + The following bugs are resolved with this release: [20019] NULL pointer dereference in libc.so.6 IFUNC due to uninitialized GOT @@ -69,6 +77,7 @@ The following bugs are resolved with this release: [29528] elf: Call __libc_early_init for reused namespaces [29611] Optimized AVX2 string functions unconditionally use BMI2 instructions + Version 2.32 Major new features: @@ -249,10 +258,6 @@ Security related changes: Dytrych of the Cisco Security Assessment and Penetration Team (See TALOS-2020-1019). - CVE-2020-27618: An infinite loop has been fixed in the iconv program when - invoked with input containing redundant shift sequences in the IBM1364, - IBM1371, IBM1388, IBM1390, or IBM1399 character sets. - 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. -- 2.47.2