UCF STIG Viewer Logo

The traceroute file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22437 GEN004010 SV-38370r1_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 possibly leading to system and network compromise.
STIG Date
HP-UX 11.23 Security Technical Implementation Guide 2015-12-02

Details

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