All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] openssh: security bump to version 7.8
@ 2018-08-24  4:56 Baruch Siach
  2018-08-24 12:39 ` Thomas Petazzoni
  2018-08-28 14:14 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2018-08-24  4:56 UTC (permalink / raw)
  To: buildroot

Fixes CVE-2018-15473: user enumeration vulnerability due to not delaying
bailout for an invalid authenticating user until after the packet
containing the request has been fully parsed.

Some OpenSSH developers don't consider this a security issue:

  https://lists.mindrot.org/pipermail/openssh-unix-dev/2018-August/037138.html

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/openssh/openssh.hash | 4 ++--
 package/openssh/openssh.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/openssh/openssh.hash b/package/openssh/openssh.hash
index 69d34ba65ec9..0b31f70eccf4 100644
--- a/package/openssh/openssh.hash
+++ b/package/openssh/openssh.hash
@@ -1,4 +1,4 @@
-# From http://www.openssh.com/txt/release-7.7 (base64 encoded)
-sha256 d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f  openssh-7.7p1.tar.gz
+# From http://www.openssh.com/txt/release-7.8 (base64 encoded)
+sha256 1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca  openssh-7.8p1.tar.gz
 # Locally calculated
 sha256 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f  LICENCE
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
index b28429e1bb29..45a11ee65ec9 100644
--- a/package/openssh/openssh.mk
+++ b/package/openssh/openssh.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENSSH_VERSION = 7.7p1
+OPENSSH_VERSION = 7.8p1
 OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
 OPENSSH_LICENSE = BSD-3-Clause, BSD-2-Clause, Public Domain
 OPENSSH_LICENSE_FILES = LICENCE
-- 
2.18.0

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

* [Buildroot] [PATCH] openssh: security bump to version 7.8
  2018-08-24  4:56 [Buildroot] [PATCH] openssh: security bump to version 7.8 Baruch Siach
@ 2018-08-24 12:39 ` Thomas Petazzoni
  2018-08-28 14:14 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-08-24 12:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 24 Aug 2018 07:56:14 +0300, Baruch Siach wrote:
> Fixes CVE-2018-15473: user enumeration vulnerability due to not delaying
> bailout for an invalid authenticating user until after the packet
> containing the request has been fully parsed.
> 
> Some OpenSSH developers don't consider this a security issue:
> 
>   https://lists.mindrot.org/pipermail/openssh-unix-dev/2018-August/037138.html
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/openssh/openssh.hash | 4 ++--
>  package/openssh/openssh.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] openssh: security bump to version 7.8
  2018-08-24  4:56 [Buildroot] [PATCH] openssh: security bump to version 7.8 Baruch Siach
  2018-08-24 12:39 ` Thomas Petazzoni
@ 2018-08-28 14:14 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-08-28 14:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Fixes CVE-2018-15473: user enumeration vulnerability due to not delaying
 > bailout for an invalid authenticating user until after the packet
 > containing the request has been fully parsed.

 > Some OpenSSH developers don't consider this a security issue:

 >   https://lists.mindrot.org/pipermail/openssh-unix-dev/2018-August/037138.html

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2018.02.x and 2018.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-08-28 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24  4:56 [Buildroot] [PATCH] openssh: security bump to version 7.8 Baruch Siach
2018-08-24 12:39 ` Thomas Petazzoni
2018-08-28 14:14 ` 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.