SV-256570r991589_rule
V-256570
SRG-OS-000480-GPOS-00227
PHTN-30-000101
CAT II
10
At the command line, run the following command:
# for SETTING in $(/sbin/sysctl -aN --pattern "net.ipv4.conf.(all|default|eth.*).secure_redirects"); do sed -i -e "/^${SETTING}/d" /etc/sysctl.conf;echo $SETTING=0>>/etc/sysctl.conf; done
# /sbin/sysctl --load
At the command line, run the following command:
# /sbin/sysctl -a --pattern "net.ipv4.conf.(all|default|eth.*).secure_redirects"
Expected result:
net.ipv4.conf.all.secure_redirects = 0
net.ipv4.conf.default.secure_redirects = 0
net.ipv4.conf.eth0.secure_redirects = 0
If the output does not match the expected result, this is a finding.
Note: The number of "ethx" lines returned is dependent on the number of interfaces. Every "ethx" entry must be set to "0".
V-256570
False
PHTN-30-000101
At the command line, run the following command:
# /sbin/sysctl -a --pattern "net.ipv4.conf.(all|default|eth.*).secure_redirects"
Expected result:
net.ipv4.conf.all.secure_redirects = 0
net.ipv4.conf.default.secure_redirects = 0
net.ipv4.conf.eth0.secure_redirects = 0
If the output does not match the expected result, this is a finding.
Note: The number of "ethx" lines returned is dependent on the number of interfaces. Every "ethx" entry must be set to "0".
M
5520