Check: GEN002360
HP-UX 11.31 STIG:
GEN002360
(in versions v1 r19 through v1 r13)
Title
Audio devices must be group-owned by root, sys, bin, or system. (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 possibly listening to conversations containing sensitive information.
Check Content
Check the group-owner of audio devices. Procedure: # /usr/sbin/ioscan -f # ls -lL <audio device file> If the group-owner of an audio device is not root, sys, bin, or system, this is a finding.
Fix Text
Change the group owner of the audio device. Procedure: # chgrp system <audio device>
Additional Identifiers
Rule ID: SV-27252r1_rule
Vulnerability ID: V-1061
Group Title: GEN002360
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 |