diff options
author | Zhixiong Chi <zhixiong.chi@windriver.com> | 2016-09-22 15:54:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 14:56:39 +0100 |
commit | 8381125e53cc1b15c584f59d7c72affa28b1fd0e (patch) | |
tree | 5d2a7b6857f9333e67a5c77fa3753c7f79c347c5 /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb | |
parent | 9b78237363b4812c3b9509959fc931e9f0c17674 (diff) | |
download | poky-8381125e53cc1b15c584f59d7c72affa28b1fd0e.tar.gz |
wpa_supplicant: Security Advisory-CVE-2016-4477
Add CVE-2016-4477 patch for avoiding \n and \r characters in passphrase
parameters, which allows remote attackers to cause a denial of service
(daemon outage) via a crafted WPS operation.
Patches came from http://w1.fi/security/2016-1/
(From OE-Core rev: d4d4ed5f31c687b2b2b716ff0fb8ca6c7aa29853)
Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb index bfcc6cca63..a4160e1c5c 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.5.bb | |||
@@ -26,6 +26,9 @@ SRC_URI = "http://w1.fi/releases/wpa_supplicant-${PV}.tar.gz \ | |||
26 | file://99_wpa_supplicant \ | 26 | file://99_wpa_supplicant \ |
27 | file://0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch \ | 27 | file://0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch \ |
28 | file://0002-Remove-newlines-from-wpa_supplicant-config-network-o.patch \ | 28 | file://0002-Remove-newlines-from-wpa_supplicant-config-network-o.patch \ |
29 | file://0001-Reject-psk-parameter-set-with-invalid-passphrase-cha.patch \ | ||
30 | file://0002-Reject-SET_CRED-commands-with-newline-characters-in-.patch \ | ||
31 | file://0003-Reject-SET-commands-with-newline-characters-in-the-s.patch \ | ||
29 | " | 32 | " |
30 | SRC_URI[md5sum] = "96ff75c3a514f1f324560a2376f13110" | 33 | SRC_URI[md5sum] = "96ff75c3a514f1f324560a2376f13110" |
31 | SRC_URI[sha256sum] = "cce55bae483b364eae55c35ba567c279be442ed8bab5b80a3c7fb0d057b9b316" | 34 | SRC_URI[sha256sum] = "cce55bae483b364eae55c35ba567c279be442ed8bab5b80a3c7fb0d057b9b316" |