From dd34bce38c822b67fcc42e73969bf6699d6874b6 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 4 Mar 2020 22:32:32 +0100 Subject: [PATCH] Add NEWS entry for CVE-2020-10029 (bug 25487) (cherry picked from commit 15ab195229dc288d1d49612c3de14a33b88065ed) --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 67018b0658..0c4a78c3d5 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ CVE-2019-19126: ld.so failed to ignore the LD_PREFER_MAP_32BIT_EXEC addresses for loaded libraries and thus bypass ASLR for a setuid program. Reported by Marcin Koƛcielnicki. +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. + The following bugs are resolved with this release: [23518] login: Remove utmp backend jump tables