OL 9 must not have a Trivial File Transfer Protocol (TFTP) server package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-271463 | OL09-00-000135 | SV-271463r1091101_rule | CCI-000366 | high |
| 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. | ||||
| STIG | Date | |||
| Oracle Linux 9 Security Technical Implementation Guide | 2025-05-08 | |||
Details
Check Text (C-271463r1091101_chk)
Verify that OL 9 does not have a tftp server package installed with the following command:
$ dnf list --installed | grep tftp
If the "tftp" package is installed, this is a finding.
Fix Text (F-75420r1091100_fix)
Remove the tftp package can be removed with the following command:
$ sudo dnf remove tftp