UCF STIG Viewer Logo

Audio devices must have mode 0660 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-1048 GEN002320 SV-63247r1_rule Medium
Description
Audio and video devices that are globally accessible have proven to be another security hazard. There is software that can activate system microphones and video devices connected to user workstations and/or X terminals. Once the microphone has been activated, it is possible to eavesdrop on otherwise private conversations without the victim being aware of it. This action effectively changes the user's microphone into a bugging device.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2020-02-25

Details

Check Text ( C-51955r1_chk )
Check the mode of audio devices.
# ls -lL /dev/audio* /dev/snd/*
If the mode of audio devices are more permissive than 660, this is a finding.
Fix Text (F-53817r2_fix)
Change the mode of audio devices.
# chmod 0660