UCF STIG Viewer Logo

Wi-Fi support software must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-58269 AOSX-09-000070 SV-72699r1_rule Medium
Description
The kernel extension for Wi-Fi network devices such as Airport must be removed to ensure that users will not be able to reactivate wireless networking at a later time. System updates will sometimes replace deleted kernel extensions. Administrator users may need to periodically check to ensure that the file remains deleted. Alternately, the wireless card hardware may be removed from the system.
STIG Date
Apple OS X 10.9 (Mavericks) Workstation Security Technical Implementation Guide 2017-01-05

Details

Check Text ( C-59093r1_chk )
If the system requires Wi-Fi to connect to an authorized network, this is not applicable.

To check if the Wi-Fi network device is disabled, run the following command:

sudo networksetup -listallnetworkservices

A disabled device will have an asterisk in front of its name. If the Wi-Fi device is missing this asterisk, this is a finding.
Fix Text (F-63583r1_fix)
To disable the Wi-Fi network device, run the following command:

sudo networksetup -setnetworkserviceenabled 'Wi-Fi' off