CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/03/01 12:28:48
Modified files:
sys/net80211 : ieee80211_input.c ieee80211_node.h
ieee80211_pae_input.c ieee80211_pae_output.c
ieee80211_proto.c
Log message:
Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.
A malicious AP could trick clients into connecting to the malicious AP
instead of the desired AP. All frames would then be sent in the clear.
This problem was found and reported by Mathy Vanhoef who also provided
an initial patch which we improved together.