IEEE 802.11w-2009
IEEE 802.11w-2009 is an approved amendment to the IEEE 802.11 standard to increase the security of its management frames.
Protected Management Frames
Current 802.11 standard defines "frame" types for use in management and control of wireless links. IEEE 802.11w is the Protected Management Frames standard for the IEEE 802.11 family of standards. TGw is working on improving the IEEE 802.11 Medium Access Control layer. The objective of this is to increase the security by providing data confidentiality of management frames, mechanisms that enable data integrity, data origin authenticity, and replay protection. These extensions interact with IEEE 802.11r and IEEE 802.11u
Info on PMF
- Single and unified solution needed for all IEEE 802.11 Protection-capable Management Frames
- It uses the existing security mechanisms rather than creating new security scheme or new management frame format
- It is an optional feature in 802.11 and is required for 802.11 implementations that support TKIP or CCMP.
- Its use is optional and can be negotiable between STAs.
Class of Management Frames
Class 1:
- Beacon and Probe Request/Response
- Authentication and De-authentication
- Announcement traffic indication message (ATIM)
- Spectrum Management Action
- Radio Measurement Action between STAs in IBSS
Class 2:
- Association request/response
- Re-association request/response
- Disassociation
Class 3:
- Disassociation /De-authentication
- QoS Action Frame
- Radio Measurement Action in infrastructure BSS
- Future 11v management frames
Which frames are Not protected
Infeasible/Not possible to protect the frame sent before four-ways handshake because it is sent prior to key establishment Infeasible to protect
- Beacon and Probe Request/Response
- Announcement traffic indication message (ATIM)
- Authentication
- Association request/response
- Spectrum Management Action
– Any Management frame that is sent before key establishment is infeasible to protect
– The Management Frames, which are sent after key establishment, can be protected
Which frames are protected (PMF)
Protection-capable management frames are those sent after key establishment that can be protected using existing protection key hierarchy in 802.11 and its amendments Only TKIP/AES frames are protected and WEP/open frames are not protected
- Disassociation and Deauthentication
- Radio Measurement Action for Infrastructure BSS (802.11k frames)
- QoS Action Frame (802.11e frames)
- Future 11v management frames (802.11v frames)
Protection-capable Management Frames are protected by the same cipher suite as an ordinary Data MPDU
- MPDU payload is TKIP or CCMP encrypted
- MPDU payload and header are TKIP or CCMP integrity protected
- Protected Frame Subfield of Header Frame Control Field is set
- Only cipher suites already implemented required
- Sender’s Pairwise Temporal Key protects unicast Mgmt Frame, and Sender’s GTK is used to protect broadcast/multicast Mgmt Frame
- A RSN (802.11i) IE capability bit used to signal whether Protection-capable Management frames are protected
Replay Protection
- Transmitter uses next CCMP PN or TKIP TSC as the IV/Extended IV
- Use sequence number given by PN/TSC to protect payload and increment counter
- Each receiver implements a new receive counter for management frames
- New counter initialized to zero
- Sequence number in received protected management frame compared with new counter value
- If received sequence number does not exceed last valid value, discard the frame as a replay
- If received sequence number exceeds last valid value and management frame validates correctly, accept packet and set counter value to received sequence number value
Usage
The 802.11w standard is implemented in Linux and BSD's as part of the 80211mac driver code base, which is used by several wireless driver interfaces i.e ath9k. The feature is easily enabled in most recent kernels and Linux OS's using these combinations. Openwrt in particular provides an easy toggle as part of the base distribution. The feature has been implemented for the first time into Microsoft operating systems in Windows 8. This has caused a number of compatibility issues particularly with wireless access points that are not compatible with the standard. Rolling back the wireless adapter driver to one from Windows 7 usually fixes the issue.
Wireless LANs send system management information in unprotected frames, which makes them vulnerable. This standard protects against network disruption caused by malicious systems that forge disassociation requests that appear to be sent by valid equipment.[1]
Risks:
We finally see some encryption for management frames, which has been desired for a longer time. With the requirement for WFA certification of PMF for 11n, 11ac and Passpoint, we should be able to set this feature to optional, the required/mandatory flag can only be used if the client support is assured. It may be a rare case, but some hackers use the disassociate attacks to move clients to their own AP, which can now be prevented. An attacker can still send channel switch announcements to steer clients to his AP and of course as soon as an attacker is connected to the network with PMF, he or she is able to perform attacks with protected frames as well. So the remaining disturbance of client connections/transmissions without a network connection are RF jamming and CTS control frames with long reservation times.
See also
- IEEE 802.11i Enhanced Security
- IEEE 802.11r Fast BSS Transition
- IEEE 802.11u Interworking with non-802.11 networks
References
- ↑ http://webcache.googleusercontent.com/search?q=cache:xxpIIlf9q5sJ:www.ieee802.org/21/sept05_meeting_docs/21-05-0381-00-0000-802-11-liaison-September05.ppt+802.11w&hl=en&client=firefox-a[]
External links
- Status of the project 802.11w IEEE Task Group w (TGw)
- Tutorial on 802.11w