UCF STIG Viewer Logo

Proxy ARP must not be enabled on the system.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227801 GEN003608 SV-227801r603266_rule Medium
Description
Proxy ARP allows a system to respond to ARP requests on one interface on behalf of hosts connected to another interface. If this function is enabled when not required, addressing information may be leaked between the attached network segments.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29963r489757_chk )
Determine if the system has non-local published ARP entries.

Procedure:
# arp -a

If any entries have the flag P and no flag L, they are non-local published entries, and this is a finding.
Fix Text (F-29951r489758_fix)
Remove non-local published ARP entries from the system.

Procedure:
# arp -d

Check system initialization files for any commands creating published ARP entries (such as "arp -s pub" or "arp -f") and removing them.