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 SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-12010

CAT II (Medium)

Unencrypted FTP must not be used on the system.

Rule ID

SV-45876r2_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000366

Discussion

FTP is typically unencrypted and presents confidentiality and integrity risks. FTP may be protected by encryption in certain cases, such as when used in a Kerberos environment. SFTP and FTPS are encrypted alternatives to FTP.

Check Content

Perform the following to determine if unencrypted FTP is enabled:

# chkconfig --list pure-ftpd
# chkconfig --list gssftp
# chkconfig --list vsftpd

If any of these services are found, ask the SA if these services are encrypted.

If they are not, this is a finding.

Fix Text

Disable the FTP daemons.

Procedure:
# chkconfig pure-ftpd off
# chkconfig gssftp off
# chkconfig vsftpd off