Check: GEN004000 M6
MACOSX 10.6:
GEN004000 M6
(in version v1 r3)
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 potentially leading to system and network compromise.
Check Content
Open a terminal session and enter the following command to verify the permissions on the traceroute command. ls -lL /usr/sbin/traceroute If the traceroute command has a mode more permissive than 0700, this is a finding.
Fix Text
Open a terminal session and enter the following command to set the mode of the traceroute command. chmod 700 /usr/sbin/traceroute
Additional Identifiers
Rule ID: SV-38028r1_rule
Vulnerability ID: V-4371
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000225 |
The organization employs the concept of least privilege, allowing only authorized accesses for users (and processes acting on behalf of users) which are necessary to accomplish assigned tasks in accordance with organizational missions and business functions. |
Controls
Number | Title |
---|---|
AC-6 |
Least Privilege |