* [Buildroot] [PATCH] openssh: security bump to version 7.1p1
@ 2015-08-25 18:53 Gustavo Zacarias
2015-08-25 20:55 ` Peter Korsgaard
2015-09-01 6:46 ` Yegor Yefremov
0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-08-25 18:53 UTC (permalink / raw)
To: buildroot
Fixes:
CVE-2015-6563 - Fixed a privilege separation weakness related to PAM
support.
CVE-2015-6564 - Fixed a use-after-free bug related to PAM support that
was reachable by attackers who could compromise the pre-authentication
process for remote code exectuion.
CVE-2015-6565 - incorrectly set TTYs to be world-writable.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/openssh/openssh.hash | 5 +++--
package/openssh/openssh.mk | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/openssh/openssh.hash b/package/openssh/openssh.hash
index 76d0be8..84f0667 100644
--- a/package/openssh/openssh.hash
+++ b/package/openssh/openssh.hash
@@ -1,3 +1,4 @@
# Locally calculated after checking pgp signature
-# Also from http://www.openssh.com/txt/release-6.9 (sha256 is base64 encoded)
-sha256 6e074df538f357d440be6cf93dc581a21f22d39e236f217fcd8eacbb6c896cfe openssh-6.9p1.tar.gz
+# Also from http://www.openssh.com/txt/release-7.1 (sha256 is base64 encoded)
+# Decode with -> echo <encoded stuff>|base64 -d|hexdump -v -e '/1 "%02x"'
+sha256 fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428 openssh-7.1p1.tar.gz
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
index 5a7162f..b95914b 100644
--- a/package/openssh/openssh.mk
+++ b/package/openssh/openssh.mk
@@ -4,7 +4,7 @@
#
################################################################################
-OPENSSH_VERSION = 6.9p1
+OPENSSH_VERSION = 7.1p1
OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
OPENSSH_LICENSE = BSD-3c BSD-2c Public Domain
OPENSSH_LICENSE_FILES = LICENCE
--
2.4.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] openssh: security bump to version 7.1p1
2015-08-25 18:53 [Buildroot] [PATCH] openssh: security bump to version 7.1p1 Gustavo Zacarias
@ 2015-08-25 20:55 ` Peter Korsgaard
2015-09-01 6:46 ` Yegor Yefremov
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-08-25 20:55 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Fixes:
> CVE-2015-6563 - Fixed a privilege separation weakness related to PAM
> support.
> CVE-2015-6564 - Fixed a use-after-free bug related to PAM support that
> was reachable by attackers who could compromise the pre-authentication
> process for remote code exectuion.
> CVE-2015-6565 - incorrectly set TTYs to be world-writable.
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] openssh: security bump to version 7.1p1
2015-08-25 18:53 [Buildroot] [PATCH] openssh: security bump to version 7.1p1 Gustavo Zacarias
2015-08-25 20:55 ` Peter Korsgaard
@ 2015-09-01 6:46 ` Yegor Yefremov
2015-09-01 10:18 ` Gustavo Zacarias
1 sibling, 1 reply; 4+ messages in thread
From: Yegor Yefremov @ 2015-09-01 6:46 UTC (permalink / raw)
To: buildroot
Hi Gustavo,
On Tue, Aug 25, 2015 at 8:53 PM, Gustavo Zacarias
<gustavo@zacarias.com.ar> wrote:
> Fixes:
> CVE-2015-6563 - Fixed a privilege separation weakness related to PAM
> support.
> CVE-2015-6564 - Fixed a use-after-free bug related to PAM support that
> was reachable by attackers who could compromise the pre-authentication
> process for remote code exectuion.
> CVE-2015-6565 - incorrectly set TTYs to be world-writable.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/openssh/openssh.hash | 5 +++--
> package/openssh/openssh.mk | 2 +-
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/package/openssh/openssh.hash b/package/openssh/openssh.hash
> index 76d0be8..84f0667 100644
> --- a/package/openssh/openssh.hash
> +++ b/package/openssh/openssh.hash
> @@ -1,3 +1,4 @@
> # Locally calculated after checking pgp signature
> -# Also from http://www.openssh.com/txt/release-6.9 (sha256 is base64 encoded)
> -sha256 6e074df538f357d440be6cf93dc581a21f22d39e236f217fcd8eacbb6c896cfe openssh-6.9p1.tar.gz
> +# Also from http://www.openssh.com/txt/release-7.1 (sha256 is base64 encoded)
> +# Decode with -> echo <encoded stuff>|base64 -d|hexdump -v -e '/1 "%02x"'
> +sha256 fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428 openssh-7.1p1.tar.gz
> diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
> index 5a7162f..b95914b 100644
> --- a/package/openssh/openssh.mk
> +++ b/package/openssh/openssh.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -OPENSSH_VERSION = 6.9p1
> +OPENSSH_VERSION = 7.1p1
> OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
> OPENSSH_LICENSE = BSD-3c BSD-2c Public Domain
> OPENSSH_LICENSE_FILES = LICENCE
Are you using special sshd_config? After updating to 7.1p1 I couldn't
login with the default config. ssh said "Permission denied". After
downgrading to 6.9p1 I could login as usual.
Yegor
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] openssh: security bump to version 7.1p1
2015-09-01 6:46 ` Yegor Yefremov
@ 2015-09-01 10:18 ` Gustavo Zacarias
0 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2015-09-01 10:18 UTC (permalink / raw)
To: buildroot
On 01/09/15 03:46, Yegor Yefremov wrote:
> Hi Gustavo,
Hi Yegor.
> Are you using special sshd_config? After updating to 7.1p1 I couldn't
> login with the default config. ssh said "Permission denied". After
> downgrading to 6.9p1 I could login as usual.
I bet you're trying to login as root, aren't you?
There's been a default behaviour change with 7.0p1+, password root
logins are disable by default, root can only login via ssh keys.
We had a small chat with Yann and Peter on IRC and decided following
upstream was best (opposed to try tweaking the sshd_config).
Regards.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-01 10:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 18:53 [Buildroot] [PATCH] openssh: security bump to version 7.1p1 Gustavo Zacarias
2015-08-25 20:55 ` Peter Korsgaard
2015-09-01 6:46 ` Yegor Yefremov
2015-09-01 10:18 ` Gustavo Zacarias
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox