* [Buildroot] [PATCH] package/libcurl: ignore CVE-2024-32928
@ 2024-10-21 11:54 Baruch Siach via buildroot
2024-10-23 20:32 ` Thomas Petazzoni via buildroot
2024-11-09 16:42 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach via buildroot @ 2024-10-21 11:54 UTC (permalink / raw)
To: buildroot
This vulnerability only affects libcurl deployments in Nest products
because of incorrect use.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/libcurl/libcurl.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 9bf7724e7d54..71fb6152c73d 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -32,6 +32,10 @@ LIBCURL_CONF_OPTS = \
--disable-ldap \
--disable-ldaps
+# Only affects Nest products.
+# https://nvd.nist.gov/vuln/detail/CVE-2024-32928
+LIBCURL_IGNORE_CVES += CVE-2024-32928
+
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
LIBCURL_CONF_OPTS += --enable-threaded-resolver
else
--
2.45.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/libcurl: ignore CVE-2024-32928
2024-10-21 11:54 [Buildroot] [PATCH] package/libcurl: ignore CVE-2024-32928 Baruch Siach via buildroot
@ 2024-10-23 20:32 ` Thomas Petazzoni via buildroot
2024-11-09 16:42 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-23 20:32 UTC (permalink / raw)
To: Baruch Siach via buildroot
On Mon, 21 Oct 2024 14:54:17 +0300
Baruch Siach via buildroot <buildroot@buildroot.org> wrote:
> This vulnerability only affects libcurl deployments in Nest products
> because of incorrect use.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> package/libcurl/libcurl.mk | 4 ++++
> 1 file changed, 4 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/libcurl: ignore CVE-2024-32928
2024-10-21 11:54 [Buildroot] [PATCH] package/libcurl: ignore CVE-2024-32928 Baruch Siach via buildroot
2024-10-23 20:32 ` Thomas Petazzoni via buildroot
@ 2024-11-09 16:42 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-11-09 16:42 UTC (permalink / raw)
To: buildroot
On 10/21/24 13:54, Baruch Siach via buildroot wrote:
> This vulnerability only affects libcurl deployments in Nest products
> because of incorrect use.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed to 2024.02.x and 2024.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-09 16:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 11:54 [Buildroot] [PATCH] package/libcurl: ignore CVE-2024-32928 Baruch Siach via buildroot
2024-10-23 20:32 ` Thomas Petazzoni via buildroot
2024-11-09 16:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox