From a5772bb67e6f2f39ba6367f54fbc28122dd498db Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Fri, 23 Jan 2026 18:02:20 +0100 Subject: [PATCH] openvpn: ignore CVE-2025-13751 Details: https://nvd.nist.gov/vuln/detail/CVE-2025-13751 The vulnerability is Windows specific, can be ignored. Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- meta-networking/recipes-support/openvpn/openvpn_2.6.14.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.6.14.bb b/meta-networking/recipes-support/openvpn/openvpn_2.6.14.bb index 305a69bec4..d9c3a4e719 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.6.14.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.6.14.bb @@ -18,6 +18,7 @@ UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads" SRC_URI[sha256sum] = "9eb6a6618352f9e7b771a9d38ae1631b5edfeed6d40233e243e602ddf2195e7a" CVE_STATUS[CVE-2020-27569] = "not-applicable-config: Applies only Aviatrix OpenVPN client, not openvpn" +CVE_STATUS[CVE-2025-13751] = "not-applicable-platform: The vulnerability is Windows specific" INITSCRIPT_PACKAGES = "${PN}" INITSCRIPT_NAME:${PN} = "openvpn"