Rule ID
SV-240419r670998_rule
Version
V2R2
CCIs
The Trivial File Transfer Protocol (TFTP) is normally used only for booting diskless workstations and for getting or saving network component configuration files. Disabling the "tftp" protocol service ensures the system is not acting over tftp, which does not provide encryption or authentication.
Check if "tftp" is installed: # rpm -q tftp If there is a "tftp" package listed, this is a finding.
To remove the "tftp" package use the following command: rpm -e tftp