UCF STIG Viewer Logo

The telnet-server package must not be installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-208913 OL6-00-000206 SV-208913r793699_rule High
Description
Removing the "telnet-server" package decreases the risk of the unencrypted telnet service's accidental (or intentional) activation. Mitigation: If the telnet-server package is configured to only allow encrypted sessions, such as with Kerberos or the use of encrypted network tunnels, the risk of exposing sensitive information is mitigated.
STIG Date
Oracle Linux 6 Security Technical Implementation Guide 2021-12-03

Details

Check Text ( C-9166r357719_chk )
Run the following command to determine if the "telnet-server" package is installed:

# rpm -q telnet-server

If the package is installed, this is a finding.
Fix Text (F-9166r357720_fix)
The "telnet-server" package can be uninstalled with the following command:

# yum erase telnet-server