Information
Trivial File Transfer Protocol (TFTP) is a simple protocol for exchanging files between two TCP/IP machines. TFTP servers allow connections from a TFTP Client for sending and receiving files.
Unless there is a need to run the system as a TFTP server, it is recommended that the package be removed to reduce the potential attack surface.
TFTP does not have built-in encryption, access control or authentication. This makes it very easy for an attacker to exploit TFTP to gain access to files
Solution
Run the following command to remove tftp-server :
# dnf remove tftp-server
Impact:
TFTP is often used to provide files for network booting such as for PXE based installation of servers.