All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libcurl: security bump to version 7.30.0
@ 2017-02-22  7:25 Peter Korsgaard
  2017-02-22 14:27 ` Waldemar Brodkorb
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2017-02-22  7:25 UTC (permalink / raw)
  To: buildroot

Fixes CVE-2017-2629 - curl SSL_VERIFYSTATUS ignored

From the advisory (http://www.openwall.com/lists/oss-security/2017/02/21/6):

Curl and libcurl support "OCSP stapling", also known as the TLS Certificate
Status Request extension (using the `CURLOPT_SSL_VERIFYSTATUS` option). When
telling curl to use this feature, it uses that TLS extension to ask for a
fresh proof of the server's certificate's validity. If the server doesn't
support the extension, or fails to provide said proof, curl is expected to
return an error.

Due to a coding mistake, the code that checks for a test success or failure,
ends up always thinking there's valid proof, even when there is none or if the
server doesn't support the TLS extension in question. Contrary to how it used
to function and contrary to how this feature is documented to work.

This could lead to users not detecting when a server's certificate goes
invalid or otherwise be mislead that the server is in a better shape than it
is in reality.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/libcurl/libcurl.hash | 2 +-
 package/libcurl/libcurl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libcurl/libcurl.hash b/package/libcurl/libcurl.hash
index 7a942f238..72cae81c0 100644
--- a/package/libcurl/libcurl.hash
+++ b/package/libcurl/libcurl.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256 d16185a767cb2c1ba3d5b9096ec54e5ec198b213f45864a38b3bda4bbf87389b  curl-7.52.1.tar.bz2
+sha256 b2345a8bef87b4c229dedf637cb203b5e21db05e20277c8e1094f0d4da180801  curl-7.53.0.tar.bz2
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index a9fba2662..b5dcb377b 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCURL_VERSION = 7.52.1
+LIBCURL_VERSION = 7.53.0
 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
 LIBCURL_SITE = https://curl.haxx.se/download
 LIBCURL_DEPENDENCIES = host-pkgconf \
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] libcurl: security bump to version 7.30.0
  2017-02-22  7:25 [Buildroot] [PATCH] libcurl: security bump to version 7.30.0 Peter Korsgaard
@ 2017-02-22 14:27 ` Waldemar Brodkorb
  2017-02-23 20:35   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Brodkorb @ 2017-02-22 14:27 UTC (permalink / raw)
  To: buildroot

Hi Peter,
Peter Korsgaard wrote,

> -LIBCURL_VERSION = 7.52.1
> +LIBCURL_VERSION = 7.53.0

You should update the version in your mail subject :=)

best regards
 Waldemar

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] libcurl: security bump to version 7.30.0
  2017-02-22 14:27 ` Waldemar Brodkorb
@ 2017-02-23 20:35   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-02-23 20:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

 > Hi Peter,
 > Peter Korsgaard wrote,

 >> -LIBCURL_VERSION = 7.52.1
 >> +LIBCURL_VERSION = 7.53.0

 > You should update the version in your mail subject :=)

Heh, true. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-23 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22  7:25 [Buildroot] [PATCH] libcurl: security bump to version 7.30.0 Peter Korsgaard
2017-02-22 14:27 ` Waldemar Brodkorb
2017-02-23 20:35   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.