summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh_6.0p1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-29 15:05:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 18:00:00 +0100
commit2cc162ac12db6f5c36e3bed96de87f12b4a6e22a (patch)
tree9b798ed39fe7a5e470bcaf78f86e3de66e71c5ac /meta/recipes-connectivity/openssh/openssh_6.0p1.bb
parent4a9b9004bca6d1cb58ecc8bccf7f09b38b0e6c73 (diff)
downloadpoky-2cc162ac12db6f5c36e3bed96de87f12b4a6e22a.tar.gz
openssh: fix CVE-2010-5107
From http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-5107: "The default configuration of OpenSSH through 6.1 enforces a fixed time limit between establishing a TCP connection and completing a login, which makes it easier for remote attackers to cause a denial of service (connection-slot exhaustion) by periodically making many new TCP connections." Integrate patches from upstream to enable "random early drop" by default./ (From OE-Core rev: 1d4f2d5ef65135e61d78ac0db90afe7f5d166d05) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_6.0p1.bb')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_6.0p1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.0p1.bb b/meta/recipes-connectivity/openssh/openssh_6.0p1.bb
index 31202d4284..d1edb6ed04 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.0p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.0p1.bb
@@ -23,7 +23,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
23 file://sshd_config \ 23 file://sshd_config \
24 file://ssh_config \ 24 file://ssh_config \
25 file://init \ 25 file://init \
26 ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}" 26 ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
27 file://cve-2010-5107.patch;pnum=4"
27 28
28PAM_SRC_URI = "file://sshd" 29PAM_SRC_URI = "file://sshd"
29SRC_URI[md5sum] = "3c9347aa67862881c5da3f3b1c08da7b" 30SRC_URI[md5sum] = "3c9347aa67862881c5da3f3b1c08da7b"