From 2be4d91f829f1bf6a677d33e454a9b6db7e4c94e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Jun 2023 08:04:56 +0200 Subject: [PATCH 1/2] [ci skip] add CVE in NEWS --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d2501876072..5134a77d83f 100644 --- a/NEWS +++ b/NEWS @@ -116,7 +116,8 @@ PHP NEWS - Soap: . Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random - bytes in HTTP Digest authentication for SOAP). (nielsdos, timwolla) + bytes in HTTP Digest authentication for SOAP). + (CVE-2023-3247) (nielsdos, timwolla) . Fixed bug GH-8426 (make test fail while soap extension build). (nielsdos) - SPL: From f26aff1b6628efd115c9b3f12e3727a7055b35c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Jun 2023 08:06:11 +0200 Subject: [PATCH 2/2] [ci skip] add CVE in NEWS --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6eb1aa7ebf7..b98fecc5880 100644 --- a/NEWS +++ b/NEWS @@ -138,7 +138,8 @@ PHP NEWS - Soap: . Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random - bytes in HTTP Digest authentication for SOAP). (nielsdos, timwolla) + bytes in HTTP Digest authentication for SOAP). + (CVE-2023-3247) (nielsdos, timwolla) . Fixed bug GH-8426 (make test fail while soap extension build). (nielsdos) - SPL: