diff options
author | Steve Sakoman <steve@sakoman.com> | 2020-11-10 07:34:01 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-11 10:08:12 +0000 |
commit | 8d8a840d0250a583d332564e024770e37bb34cfb (patch) | |
tree | 8a7d4959f4dc5a95895d4330960cf521e9cdac0c /meta/recipes-connectivity/openssh | |
parent | c967114b0e162b8111cb06b719e141036474d92a (diff) | |
download | poky-8d8a840d0250a583d332564e024770e37bb34cfb.tar.gz |
openssh: whitelist CVE-2014-9278
The OpenSSH server, as used in Fedora and Red Hat Enterprise
Linux 7 and when running in a Kerberos environment, allows remote
authenticated users to log in as another user when they are listed
in the .k5users file of that user, which might bypass intended
authentication requirements that would force a local login.
Whitelist the CVE since this issue is Redhat specific.
(From OE-Core rev: 309132e50d23b1e3f15ef8db1a101166b35f7ca4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.4p1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.4p1.bb b/meta/recipes-connectivity/openssh/openssh_8.4p1.bb index 720b238e71..676a8a6533 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.4p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.4p1.bb | |||
@@ -27,6 +27,10 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar | |||
27 | " | 27 | " |
28 | SRC_URI[sha256sum] = "5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24" | 28 | SRC_URI[sha256sum] = "5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24" |
29 | 29 | ||
30 | # This CVE is specific to OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7 | ||
31 | # and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded | ||
32 | CVE_CHECK_WHITELIST += "CVE-2014-9278" | ||
33 | |||
30 | PAM_SRC_URI = "file://sshd" | 34 | PAM_SRC_URI = "file://sshd" |
31 | 35 | ||
32 | inherit manpages useradd update-rc.d update-alternatives systemd | 36 | inherit manpages useradd update-rc.d update-alternatives systemd |