From f4572d9e226ff676e43aee86cb913d75ed88d5cf Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 25 Oct 2021 12:48:58 +0200 Subject: [PATCH] [ci skip] Fix NEWS Bug #81026 has already been fixed in PHP 7.4.25 and 8.0.12. --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 3c2eb67a3b5..6815770ab96 100644 --- a/NEWS +++ b/NEWS @@ -10,10 +10,6 @@ PHP NEWS . Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2). (cmb) -- FPM: - . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege - escalation) (CVE-2021-21703). (Jakub Zelenka) - - MBString: . Fixed bug #76167 (mbstring may use pointer from some previous request). (cmb, cataphract) @@ -44,6 +40,10 @@ PHP NEWS . Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing). (cmb, Nikita) +- FPM: + . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege + escalation) (CVE-2021-21703). (Jakub Zelenka) + - SPL: . Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free). (cmb, Nikita, Tyson Andre)