From 4cd51d2ae8cfc95f3393faeea5fbefd09c769089 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 May 2026 11:50:05 +0200 Subject: Fix XSS within status endpoint CVE-2026-6735 Fix Use-after-free after header parsing failure with SOAP_PERSISTENCE_SESSION CVE-2026-7261 Fix Broken Apache map value NULL check CVE-2026-7262 --- php-fpm.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-fpm.service') diff --git a/php-fpm.service b/php-fpm.service index 687dfc0..0712a11 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -4,7 +4,7 @@ [Unit] Description=The PHP FastCGI Process Manager -After=syslog.target network.target +After=network.target [Service] Type=notify -- cgit