Check: GEN003960
HP-UX 11.23 STIG:
GEN003960
(in version v1 r8)
Title
The traceroute command owner must be root. (Cat II impact)
Discussion
If the traceroute command owner has not been set to root, an unauthorized user could use this command to obtain knowledge of the network topology inside the firewall. This information may allow an attacker to determine trusted routers and other network information possibly leading to system and network compromise.
Check Content
# ls -lL /usr/contrib/bin/traceroute If the traceroute command is not owned by root, this is a finding.
Fix Text
Change the owner of the traceroute command to root. # chown root /usr/contrib/bin/traceroute
Additional Identifiers
Rule ID: SV-35151r1_rule
Vulnerability ID: V-4369
Group Title: GEN003960
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 |