UCF STIG Viewer Logo

The AppleTalk protocol must be disabled or not installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22524 GEN007260 SV-63453r1_rule Medium
Description
The AppleTalk suite of protocols is no longer in common use. Binding this protocol to the network stack increases the attack surface of the host. Unprivileged local processes may be able to cause the system to dynamically load a protocol handler by opening a socket using the protocol.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2020-02-25

Details

Check Text ( C-52153r1_chk )
Verify the AppleTalk protocol handler is prevented from dynamic loading.
# grep 'install appletalk' /etc/modprobe.conf /etc/modprobe.d/*
If anything is returned check that appletalk is disabled by having the executable set to '/bin/true'. If an uncommented line containing "appletalk" is found which has not been disabled, this is a finding.
Fix Text (F-54059r1_fix)
Prevent the AppleTalk protocol handler for dynamic loading.
# echo "install appletalk /bin/true" >> /etc/modprobe.conf