diff --git a/package/strongswan/0001-eap_mschapv2_failure_request_len.patch b/package/strongswan/0001-eap_mschapv2_failure_request_len.patch index 8442cc7816..7442c123c4 100644 --- a/package/strongswan/0001-eap_mschapv2_failure_request_len.patch +++ b/package/strongswan/0001-eap_mschapv2_failure_request_len.patch @@ -21,7 +21,7 @@ Ubuntu), the compiler will use __memcpy_chk(), which prevents that buffer overflow and causes the daemon to get aborted immediately instead. Fixes: f98cdf7a4765 ("adding plugin for EAP-MS-CHAPv2") -Fixes: CVE-2025-62291 +CVE: CVE-2025-62291 Upstream: https://github.com/strongswan/strongswan/commit/c687ada6a6f68913651e355fd09f906893096b32 Signed-off-by: Waldemar Brodkorb ---