From 858934550a9a4a2c938c3fee0162971d024f50bc Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 10 Dec 2025 18:33:49 +0100 Subject: [PATCH] NEWS: Add news for 6.0.4 --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index ce3cdd257..c61acfcd0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +strongswan-6.0.4 +---------------- + +- Fixed a vulnerability in the NetworkManager plugin charon-nm that potentially + allows using credentials of other local users. + This vulnerability has been registered as CVE-2025-9615. + +- Concurrent requests to fetch the same CRL URI by multiple threads are now + combined. + +- Increased the max. supported length for section names in swanctl.conf to 256. + + strongswan-6.0.3 ----------------