The Trivial File Transfer Protocol (TFTP) server package must not be installed if not required for OL 8 operational support.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
high | V-248873 | SRG-OS-000480-GPOS-00227 | OL08-00-040190 | SV-248873r991589_rule | 2025-02-20 | 2 |
Description |
---|
If TFTP is required for operational support (such as the transmission of router configurations) its use must be documented with the Information System Security Officer (ISSO), restricted to only authorized personnel, and have access control rules established. |
ℹ️ Check |
---|
Verify a TFTP server has not been installed on the system with the following command: $ sudo yum list installed tftp-server tftp-server.x86_64 5.2-24.el8 If TFTP is installed and the requirement for TFTP is not documented with the ISSO, this is a finding. |
✔️ Fix |
---|
Remove the TFTP package from the system with the following command: $ sudo yum remove tftp-server |