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-248903

CAT I (High)

A File Transfer Protocol (FTP) server package must not be installed unless mission essential on OL 8.

Rule ID

SV-248903r991589_rule

STIG

Oracle Linux 8 Security Technical Implementation Guide

Version

V2R8

CCIs

CCI-000366

Discussion

The FTP service provides an unencrypted remote access that does not provide for the confidentiality and integrity of user passwords or the remote session. If a privileged user were to log on using this service, the privileged user password could be compromised. SSH or other encrypted file transfer methods must be used in place of this service.

Check Content

Verify an FTP server has not been installed on the system with the following commands: 
 
$ sudo yum list installed | grep ftpd 
 
vsftpd-3.0.3.el8.x86_64.rpm 
 
If an FTP server is installed and is not documented with the Information System Security Officer (ISSO) as an operational requirement, this is a finding.

Fix Text

Document the FTP server package with the ISSO as an operational requirement or remove it from the system with the following command: 
 
$ sudo yum remove vsftpd