]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add NEWS entry for CVE-2020-1751 (bug 25423)
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 24 Mar 2020 21:49:10 +0000 (22:49 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 16 Nov 2020 08:00:00 +0000 (08:00 +0000)
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit 07d16a6debc830ebcf9533da5396edd2eff688e0)

NEWS

diff --git a/NEWS b/NEWS
index ca2012de459d9b9c2fcd3dcea36b189ad38d15a6..961fcf460250db85020c2d2193f6deab37983ba5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,9 @@ Security related changes:
   addresses for loaded libraries and thus bypass ASLR for a setuid
   program.  Reported by Marcin Koƛcielnicki.
 
+  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.