UCF STIG Viewer Logo

The macOS system must restrict the ability to utilize external writable media devices.


Overview

Finding ID Version Rule ID IA Controls Severity
V-250321 AOSX-15-005051 SV-250321r832919_rule Medium
Description
External writeable media devices must be disabled for users. External USB devices are a potential vector for malware and can be used to exfiltrate sensitive data.
STIG Date
Apple OS X 10.15 (Catalina) Security Technical Implementation Guide 2022-06-06

Details

Check Text ( C-53756r832918_chk )
Verify the system is configured to disable external writable media devices:
$ /usr/sbin/system_profiler SPConfigurationProfileDataType | /usr/bin/egrep -A 3 'blankbd|blankcd|blankdvd|dvdram|harddisk-external'

“blankbd" = (
deny,
eject
);

“blankcd" = (
deny,
eject
);

“blankdvd" = (
deny,
eject
);

“dvdram" = (
deny,
eject
);

“harddisk-external" = (
deny,
eject
);

If the result does not match the output above and the external writeable media devices have not been approved by the Authorizing Official, this is a finding.
Fix Text (F-53710r802397_fix)
This setting is enforced using the "Restrictions Policy" configuration profile.