UCF STIG Viewer Logo

The traceroute file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227835 GEN004010 SV-227835r603266_rule 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 possibly leading to system and network compromise.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29997r489877_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-29985r489878_fix)
Remove the extended ACL from the file.
# chmod A- /usr/sbin/traceroute