]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
curl: ignore CVE-2025-10966
authorPeter Marko <peter.marko@siemens.com>
Thu, 6 Nov 2025 20:20:24 +0000 (21:20 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 6 Nov 2025 21:30:37 +0000 (13:30 -0800)
Per [1] this CVE applies only when wolfssl backed is used.
8.17.0 removed WolfSSL support completely.

[1] https://curl.se/docs/CVE-2025-10966.html

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/curl/curl_7.82.0.bb

index 54362e6978b2a15659fdc5a66a09129a8cc77280..2326392a4f5ce02179e2e9ed59c55cee28e3f05d 100644 (file)
@@ -79,6 +79,8 @@ CVE_CHECK_IGNORE += "CVE-2023-42915"
 CVE_CHECK_IGNORE += "CVE-2024-32928"
 # ignored: gzip decompression of content-encoded HTTP responses with the `CURLOPT_ACCEPT_ENCODING` option, using zlib 1.2.0.3 or older
 CVE_CHECK_IGNORE += "CVE-2025-0725"
+# not-applicable-config: applicable only with wolfssl
+CVE_CHECK_IGNORE += "${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'CVE-2025-10966','',d)}"
 
 inherit autotools pkgconfig binconfig multilib_header