]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
curl: set conditional CVE_STATUS for CVE-2025-5025
authorVirendra Thakur <virendra.thakur@kpit.com>
Sun, 6 Jul 2025 04:58:21 +0000 (10:28 +0530)
committerSteve Sakoman <steve@sakoman.com>
Mon, 7 Jul 2025 15:18:37 +0000 (08:18 -0700)
If openssl packageconfig is enabled, set CVE_STATUS as not-applicable.
This CVE is applicable only when curl built with wolfSSL support.

Reference: https://curl.se/docs/CVE-2025-5025.html

Signed-off-by: Virendra Thakur <virendra.thakur@kpit.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/curl/curl_8.7.1.bb

index 2f5bf8c8fd9d9e465fd7df80cb4ddd721937fe3c..a21a086f40960a9d1586ae4f1e624a781b7dc497 100644 (file)
@@ -37,6 +37,8 @@ CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl dan
 CVE_STATUS[CVE-2024-32928] = "ignored: CURLOPT_SSL_VERIFYPEER was disabled on google cloud services causing a potential man in the middle attack"
 
 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: build with openssl','unpatched',d)}"
+
 
 inherit autotools pkgconfig binconfig multilib_header ptest