STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Oracle Linux 8 Security Technical Implementation Guide

V-248873

CAT I (High)

The Trivial File Transfer Protocol (TFTP) server package must not be installed if not required for OL 8 operational support.

Rule ID

SV-248873r991589_rule

STIG

Oracle Linux 8 Security Technical Implementation Guide

Version

V2R8

CCIs

CCI-000366

Discussion

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 Content

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 Text

Remove the TFTP package from the system with the following command: 
 
$ sudo yum remove tftp-server