Rule ID
SV-280949r1195338_rule
Version
V1R1
CCIs
It is detrimental for operating systems to provide, or install by default, functionality exceeding requirements or mission objectives. These unnecessary capabilities are often overlooked and therefore, may remain unsecure. They increase the risk to the platform by providing additional attack vectors. If Trivial File Transfer Protocol (TFTP) is required for operational support (such as transmission of router configurations), its use must be documented with the information system security manager, restricted to only authorized personnel, and have access control rules established.
Verify RHEL 10 does not have the "tftp" package installed with the following command: $ sudo dnf list --installed tftp Error: No matching Packages to list If the "tftp" package is installed, this is a finding.
Configure RHEL 10 to not have the "tftp" package installed with the following command: $ sudo dnf -y remove tftp