Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/live555: security bump to version 2019.03.06
@ 2019-04-01 19:52 Peter Korsgaard
  2019-04-01 20:37 ` Thomas Petazzoni
  2019-04-05 15:33 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-04-01 19:52 UTC (permalink / raw)
  To: buildroot

Fixes the following security issues:

- CVE-2019-6256: A Denial of Service issue was discovered in the LIVE555
  Streaming Media libraries as used in Live555 Media Server 0.93.  It can
  cause an RTSPServer crash in handleHTTPCmd_TunnelingPOST, when
  RTSP-over-HTTP tunneling is supported, via x-sessioncookie HTTP headers in
  a GET request and a POST request within the same TCP session.  This occurs
  because of a call to an incorrect virtual function pointer in the
  readSocket function in GroupsockHelper.cpp.

- CVE-2019-7314: liblivemedia in Live555 before 2019.02.03 mishandles the
  termination of an RTSP stream after RTP/RTCP-over-RTSP has been set up,
  which could lead to a Use-After-Free error that causes the RTSP server to
  crash (Segmentation fault) or possibly have unspecified other impact.

- CVE-2019-9215: n Live555 before 2019.02.27, malformed headers lead to
  invalid memory access in the parseAuthorizationHeader function.

The normal live555 web site is temporarily unavailable, so use an
alternative _SITE / drop upstream hash.

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

diff --git a/package/live555/live555.hash b/package/live555/live555.hash
index 024dcac124..f8e5b5e68c 100644
--- a/package/live555/live555.hash
+++ b/package/live555/live555.hash
@@ -1,5 +1,3 @@
-# From http://live555.com/liveMedia/public/live555-latest-md5.txt
-md5 3383dea853735b7a73eda6ddb52b6372 live.2018.10.17.tar.gz
 # Locally generated
-sha256 7c68d9c95b39acd309a2b6a4fc14c3837544a9be3f64062ed38d1ad6f68dc9e8  live.2018.10.17.tar.gz
+sha256 0bd0c26d980425d9a419d835193e292a08a968f175da1902da4b495f126d5abd  live.2019.03.06.tar.gz
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/live555/live555.mk b/package/live555/live555.mk
index 6a6d353650..250eea236c 100644
--- a/package/live555/live555.mk
+++ b/package/live555/live555.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LIVE555_VERSION = 2018.10.17
+LIVE555_VERSION = 2019.03.06
 LIVE555_SOURCE = live.$(LIVE555_VERSION).tar.gz
-LIVE555_SITE = http://www.live555.com/liveMedia/public
+LIVE555_SITE = http://www.live555.com
 LIVE555_LICENSE = LGPL-2.1+
 LIVE555_LICENSE_FILES = COPYING
 LIVE555_INSTALL_STAGING = YES
-- 
2.11.0

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

* [Buildroot] [PATCH] package/live555: security bump to version 2019.03.06
  2019-04-01 19:52 [Buildroot] [PATCH] package/live555: security bump to version 2019.03.06 Peter Korsgaard
@ 2019-04-01 20:37 ` Thomas Petazzoni
  2019-04-05 15:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-04-01 20:37 UTC (permalink / raw)
  To: buildroot

On Mon,  1 Apr 2019 21:52:03 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> Fixes the following security issues:
> 
> - CVE-2019-6256: A Denial of Service issue was discovered in the LIVE555
>   Streaming Media libraries as used in Live555 Media Server 0.93.  It can
>   cause an RTSPServer crash in handleHTTPCmd_TunnelingPOST, when
>   RTSP-over-HTTP tunneling is supported, via x-sessioncookie HTTP headers in
>   a GET request and a POST request within the same TCP session.  This occurs
>   because of a call to an incorrect virtual function pointer in the
>   readSocket function in GroupsockHelper.cpp.
> 
> - CVE-2019-7314: liblivemedia in Live555 before 2019.02.03 mishandles the
>   termination of an RTSP stream after RTP/RTCP-over-RTSP has been set up,
>   which could lead to a Use-After-Free error that causes the RTSP server to
>   crash (Segmentation fault) or possibly have unspecified other impact.
> 
> - CVE-2019-9215: n Live555 before 2019.02.27, malformed headers lead to
>   invalid memory access in the parseAuthorizationHeader function.
> 
> The normal live555 web site is temporarily unavailable, so use an
> alternative _SITE / drop upstream hash.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/live555/live555.hash | 4 +---
>  package/live555/live555.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/live555: security bump to version 2019.03.06
  2019-04-01 19:52 [Buildroot] [PATCH] package/live555: security bump to version 2019.03.06 Peter Korsgaard
  2019-04-01 20:37 ` Thomas Petazzoni
@ 2019-04-05 15:33 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-04-05 15:33 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes the following security issues:
 > - CVE-2019-6256: A Denial of Service issue was discovered in the LIVE555
 >   Streaming Media libraries as used in Live555 Media Server 0.93.  It can
 >   cause an RTSPServer crash in handleHTTPCmd_TunnelingPOST, when
 >   RTSP-over-HTTP tunneling is supported, via x-sessioncookie HTTP headers in
 >   a GET request and a POST request within the same TCP session.  This occurs
 >   because of a call to an incorrect virtual function pointer in the
 >   readSocket function in GroupsockHelper.cpp.

 > - CVE-2019-7314: liblivemedia in Live555 before 2019.02.03 mishandles the
 >   termination of an RTSP stream after RTP/RTCP-over-RTSP has been set up,
 >   which could lead to a Use-After-Free error that causes the RTSP server to
 >   crash (Segmentation fault) or possibly have unspecified other impact.

 > - CVE-2019-9215: n Live555 before 2019.02.27, malformed headers lead to
 >   invalid memory access in the parseAuthorizationHeader function.

 > The normal live555 web site is temporarily unavailable, so use an
 > alternative _SITE / drop upstream hash.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-04-05 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-01 19:52 [Buildroot] [PATCH] package/live555: security bump to version 2019.03.06 Peter Korsgaard
2019-04-01 20:37 ` Thomas Petazzoni
2019-04-05 15:33 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox