Check: GEN002360
Solaris 9 X86 STIG:
GEN002360
(in version v1 r9)
Title
Audio devices must be group-owned by root, sys, or bin. (Cat II impact)
Discussion
Without privileged group owners, audio devices will be vulnerable to being used as eaves-dropping devices by malicious users or intruders to possibly listen to conversations containing sensitive information.
Check Content
Check the group-owner of audio devices. Procedure: # ls -lL /dev/audio If the group-owner of an audio device is not root, sys, or bin, this is a finding.
Fix Text
Change the group owner of the audio device. Procedure: # chgrp system <audio device>
Additional Identifiers
Rule ID: SV-27251r1_rule
Vulnerability ID: V-1061
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000225 |
Employ the principle of least privilege, allowing only authorized accesses for users (or processes acting on behalf of users) which are necessary to accomplish assigned organizational tasks. |
Controls
Number | Title |
---|---|
AC-6 |
Least Privilege |