]> 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:21 +0000 (21:20 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 6 Nov 2025 21:34:14 +0000 (13:34 -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_8.7.1.bb

index 713d90a378789c21f8b10725332f9fc2427df665..6c027463949fc58c96b5d57088050a386085eba5 100644 (file)
@@ -39,6 +39,7 @@ CVE_STATUS[CVE-2024-32928] = "ignored: CURLOPT_SSL_VERIFYPEER was disabled on go
 
 CVE_STATUS[CVE-2025-0725] = "not-applicable-config: gzip decompression of content-encoded HTTP responses with the `CURLOPT_ACCEPT_ENCODING` option, using zlib 1.2.0.3 or older"
 CVE_STATUS[CVE-2025-5025] = "${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'not-applicable-config: applicable only with wolfssl','unpatched',d)}"
+CVE_STATUS[CVE-2025-10966] = "${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'not-applicable-config: applicable only with wolfssl','unpatched',d)}"
 
 
 inherit autotools pkgconfig binconfig multilib_header ptest