On Wed, 2026-07-22 at 19:23 +0200, Yoann Congal wrote: > From: Deepak Rathore <[email protected]> > > - CVE-2026-4873 affects curl before 8.20.0 when a connection negotiated with > clear-text IMAP, POP3, or SMTP can later be reused for a TLS-required > transfer. > - In wrynose, these protocols are optional PACKAGECONFIG entries and are not > enabled by default in curl_8.19.0.bb, so record this CVE as > configuration-not-applicable > for the default recipe configuration. > > Reference: > - https://curl.se/docs/CVE-2026-4873.html > - https://nvd.nist.gov/vuln/detail/CVE-2026-4873 > > Signed-off-by: Deepak Rathore <[email protected]> > Signed-off-by: Yoann Congal <[email protected]> > --- > meta/recipes-support/curl/curl_8.19.0.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-support/curl/curl_8.19.0.bb > b/meta/recipes-support/curl/curl_8.19.0.bb > index 3326f478b5c..1cda69401bc 100644 > --- a/meta/recipes-support/curl/curl_8.19.0.bb > +++ b/meta/recipes-support/curl/curl_8.19.0.bb > @@ -28,6 +28,7 @@ SRC_URI[sha256sum] = > "4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d33 > # Curl has used many names over the years... > CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl > daniel_stenberg:curl" > 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-2026-4873] = "${@bb.utils.contains_any('PACKAGECONFIG', 'imap > pop3 smtp', 'unpatched', 'not-applicable-config: clear-text imap/pop3/smtp > support is not enabled in PACKAGECONFIG', d)}" > > inherit autotools pkgconfig binconfig multilib_header ptest
Hi Yoann, Deepak, Sorry for the late review, could we replace this with a backport of the actual CVE fix? It looks relatively simple [1]. [1]: https://github.com/curl/curl/commit/507e7be573b0a76fca597b75 The same feedback applies for the scarthgap version of this patch. Best regards, -- Paul Barker
signature.asc
Description: This is a digitally signed message part
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242058): https://lists.openembedded.org/g/openembedded-core/message/242058 Mute This Topic: https://lists.openembedded.org/mt/120397938/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
