UCF STIG Viewer Logo

Inbound IP packets with a local host loopback address (127.0.0.0/8) must be blocked, denied, or dropped at the perimeter device.


Overview

Finding ID Version Rule ID IA Controls Severity
V-14689 NET0923 SV-15385r2_rule ECSC-1 High
Description
This type of IP address spoofing occurs when someone outside the network uses a local host address to gain access to systems or devices on the internal network. If the intruder is successful, they can intercept data, passwords, etc., and use that information to perform destructive acts on or to the network.
STIG Date
Perimeter Router Security Technical Implementation Guide Juniper 2018-11-28

Details

Check Text ( C-12852r2_chk )
Review the perimeter device configuration to ensure access control lists are configured to block, deny, or drop inbound IP addresses using the local host IP address space of 127.0.0.0/8. Depending on the security posture of the access control list, this requirement may be met explicitly or inexplicitly.

Config Example:
[edit interfaces]
fe-2/0/10 {
description "to NIPRNet core router";
speed 100m;
link-mode full-duplex;
unit 0 {
family inet {
filter {
input ingress-filter;
}
address 199.36.92.1/30;
}
}
}
[edit firewall]
family inet {
filter ingress-filter {
term term-1 {
from {
source-address {
127.0.0.0;
}
}
then discard;
}
}
}
Fix Text (F-14154r2_fix)
Configure the perimeter device to ensure access control lists are configured to block, deny, or drop inbound IP addresses using the local host IP address space of 127.0.0.0/8. Depending on the security posture of the access control list, this requirement may be met explicitly or inexplicitly.