Check: GEN004800
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE:
GEN004800
(in versions v1 r13 through v1 r10)
Title
Unencrypted FTP must not be used on the system. (Cat II impact)
Discussion
FTP is typically unencrypted and, therefore, 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
Determine if unencrypted ftp or telnet are enabled. Procedure: # grep ftp /etc/inetd.conf # grep telnet /etc/inetd.conf If either of these services are found, and are active, ask the SA if they encrypted. If they are not, this is a finding.
Fix Text
Edit /etc/inetd.conf and comment out or remove the ftp and telnet service lines. # vi /etc/inetd.conf Restart the inetd service. # refresh -s inetd
Additional Identifiers
Rule ID: SV-39176r2_rule
Vulnerability ID: V-12010
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
Implement the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |