Check: GEN004000
Solaris 10 X86 STIG:
GEN004000
(in versions v2 r4 through v1 r17)
Title
The traceroute file must have mode 0700 or less permissive. (Cat II impact)
Discussion
If the mode of the traceroute executable is more permissive than 0700, malicious code could be inserted by an attacker and triggered whenever the traceroute command is executed by authorized users. Additionally, if an unauthorized user is granted executable permissions to the traceroute command, it could be used to gain information about the network topology behind the firewall. This information may allow an attacker to determine trusted routers and other network information that may lead to system and network compromise.
Check Content
# ls -lL /usr/sbin/traceroute If the traceroute command has a mode more permissive than 0700, this is a finding.
Fix Text
Change the mode of the traceroute command. # chmod 0700 /usr/sbin/traceroute
Additional Identifiers
Rule ID: SV-227834r854500_rule
Vulnerability ID: V-227834
Group Title: SRG-OS-000312
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-002165 |
The information system enforces organization-defined discretionary access control policies over defined subjects and objects. |
Controls
Number | Title |
---|---|
AC-3 (4) |
Discretionary Access Control |