RHEL 9 must not have a Trivial File Transfer Protocol (TFTP) server package installed.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-257835RHEL-09-215060SV-257835r1102037_ruleCCI-000366high
Description
Removing the "tftp-server" package decreases the risk of the accidental (or intentional) activation of tftp services. If TFTP is required for operational support (such as transmission of router configurations), its use must be documented with the information systems security manager (ISSM), restricted to only authorized personnel, and have access control rules established.
STIGDate
Red Hat Enterprise Linux 9 Security Technical Implementation Guide2025-05-14

Details

Check Text (C-257835r1102037_chk)

Verify that RHEL 9 does not have a "tftp-server" package installed with the following command: $ sudo dnf list --installed tftp-server Error: No matching Packages to list If the "tftp-server" package is installed, this is a finding.

Fix Text (F-61500r952170_fix)

The "tftp-server" package can be removed with the following command: $ sudo dnf remove tftp-server