Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22437 | GEN004010 | SV-26105r1_rule | ECLP-1 | Medium |
Description |
---|
If an extended ACL exists on the traceroute executable file, it may provide unauthorized users with access to the file. 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. |
STIG | Date |
---|---|
UNIX SRG | 2013-03-26 |
Check Text ( C-27705r2_chk ) |
---|
Check the permissions of the /usr/sbin/traceroute file. # ls -lL /usr/contrib/bin/traceroute If the permissions include a "+", the file has an extended ACL and this is a finding. |
Fix Text (F-26286r2_fix) |
---|
Remove the extended ACL from the traceroute file. # chacl -z /usr/contrib/bin/traceroute |