summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.1g.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-06-09 16:51:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-10 17:12:20 +0100
commit6101dd2b4c9cdd7b3805e3c9d899e934263561ed (patch)
tree037eb3e914568ccbc43ef2c5f3543032da484f55 /meta/recipes-connectivity/openssl/openssl_1.0.1g.bb
parentebf62ba85d6ecd44e8b602bb514b7eed20169501 (diff)
downloadpoky-6101dd2b4c9cdd7b3805e3c9d899e934263561ed.tar.gz
openssl: fix CVE-2014-0195
From the OpenSSL Security Advisory [05 Jun 2014] http://www.openssl.org/news/secadv_20140605.txt DTLS invalid fragment vulnerability (CVE-2014-0195) A buffer overrun attack can be triggered by sending invalid DTLS fragments to an OpenSSL DTLS client or server. This is potentially exploitable to run arbitrary code on a vulnerable client or server. Only applications using OpenSSL as a DTLS client or server affected. (Patch borrowed from Fedora.) (From OE-Core rev: 5bcb997663a6bd7a4d7395dcdb5e027d7f2bab81) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.1g.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.1g.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1g.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1g.bb
index 579cf0376e..d4fc91d851 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.1g.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.1g.bb
@@ -35,6 +35,7 @@ SRC_URI += "file://configure-targets.patch \
35 file://find.pl \ 35 file://find.pl \
36 file://openssl-fix-des.pod-error.patch \ 36 file://openssl-fix-des.pod-error.patch \
37 file://openssl-CVE-2014-0198-fix.patch \ 37 file://openssl-CVE-2014-0198-fix.patch \
38 file://openssl-1.0.1e-cve-2014-0195.patch \
38 file://openssl-CVE-2010-5298.patch \ 39 file://openssl-CVE-2010-5298.patch \
39 " 40 "
40 41