summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2018-09-04 17:58:54 +0200
committerKhem Raj <raj.khem@gmail.com>2018-09-05 08:04:22 -0700
commitba82e1b5ec9a885ef3e554af917b8db5982e59d3 (patch)
tree339dba6334e5692f0906aece352c26cee6c3147c /meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
parenta09e43e371261a50ee93a3d97eeac38cce3bfd88 (diff)
downloadmeta-openembedded-ba82e1b5ec9a885ef3e554af917b8db5982e59d3.tar.gz
hostapd: fix CVE-2018-14526
Ignore unauthenticated encrypted EAPOL-Key data in supplicant processing. When using WPA2, these are frames that have the Encrypted flag set, but not the MIC flag. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb')
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
index 250add875..42aae4279 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.6.bb
@@ -18,6 +18,7 @@ SRC_URI = " \
18 file://0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch \ 18 file://0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch \
19 file://0006-TDLS-Reject-TPK-TK-reconfiguration.patch \ 19 file://0006-TDLS-Reject-TPK-TK-reconfiguration.patch \
20 file://0007-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch \ 20 file://0007-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch \
21 file://hostapd-CVE-2018-14526.patch \
21" 22"
22 23
23SRC_URI[md5sum] = "eaa56dce9bd8f1d195eb62596eab34c7" 24SRC_URI[md5sum] = "eaa56dce9bd8f1d195eb62596eab34c7"