From: Aurelien Jarno Date: Tue, 24 Mar 2020 21:49:10 +0000 (+0100) Subject: Add NEWS entry for CVE-2020-1751 (bug 25423) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b19792c9c86bb73e5032af7c2ff03272bdac442;p=thirdparty%2Fglibc.git Add NEWS entry for CVE-2020-1751 (bug 25423) Reviewed-by: Carlos O'Donell (cherry picked from commit 07d16a6debc830ebcf9533da5396edd2eff688e0) --- diff --git a/NEWS b/NEWS index 9750aec8345..3cc88716b98 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,9 @@ CVE-2020-10029: Trigonometric functions on x86 targets suffered from stack corruption when they were passed a pseudo-zero argument. Reported by Guido Vranken / ForAllSecure Mayhem. +CVE-2020-1751: A defect in the PowerPC backtrace function could cause an + out-of-bounds write when executed in a signal frame context. + CVE-2020-1752: A use-after-free vulnerability in the glob function when expanding ~user has been fixed.