The macOS system must disable the Bluetooth System Settings pane.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-277140APPL-26-002260SV-277140r1148872_ruleCCI-000381medium
Description
The Bluetooth System Setting pane must be disabled to prevent access to the Bluetooth configuration.
STIGDate
Apple macOS 26 (Tahoe) Security Technical Implementation Guide2026-02-11

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
CM-7
1.00
  • DISA · V1R2 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.4.6
1.00
  • DISA · V1R2 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000381
1.00
  • DISA · V1R2 · disa_xccdf · related

Details

Check Text (C-277140r1148872_chk)

Verify the macOS system is configured to disable the Bluetooth System Settings pane with the following command: /usr/bin/profiles show -output stdout-xml | /usr/bin/xmllint --xpath '//key[text()="DisabledSystemSettings"]/following-sibling::*[1]' - | /usr/bin/grep -c com.apple.BluetoothSettings If the result is not "1", this is a finding.

Fix Text (F-81200r1148871_fix)

Configure the macOS system to disable the Bluetooth System Settings pane by installing the "com.apple.systempreferences" configuration profiles.