Red Hat Enterprise Linux 9 • Release: 7 Benchmark Date: 05 Jan 2026

CAT I V-257826 RHEL-09-215015

RHEL 9 must not have a File Transfer Protocol (FTP) server package installed.

Documentable No
Rule ID SV-257826r1106299_rule
CCI References
CCI-000197CCI-000381

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. Removing the "vsftpd" package decreases the risk of accidental activation. If FTP 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. Satisfies: SRG-OS-000074-GPOS-00042, SRG-OS-000095-GPOS-00049, SRG-OS-000480-GPOS-00227

Check Procedure

Verify RHEL 9 does not have an FTP server package installed with the following command:

$ sudo dnf list --installed vsftpd

Error: No matching Packages to list

If the "ftp" package is installed, this is a finding.

Fix Action

The ftp package can be removed with the following command (using vsftpd as an example):

$ sudo dnf remove vsftpd