Rule ID
SV-45718r1_rule
Version
V1R12
CCIs
Configuration of network interfaces should be limited to privileged users. Manipulation of network interfaces may result in a Denial of Service or bypass of network security mechanisms.
Check the system for user-controlled network interfaces. # grep -i '^USERCONTROL=' /etc/sysconfig/network/ifcfg* | grep -i yes If any results are returned with USERCONTROL set to yes, this is a finding.
Edit the configuration for the user-controlled interface and change the USERCONTROL=’yes’ value to ‘no’.