The Photon operating system must not have the telnet package installed.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
highV-258819SRG-OS-000074-GPOS-00042PHTN-40-000040SV-258819r987796_rule2024-07-112
Description
Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised.
ℹ️ Check
At the command line, run the following command to verify telnet is not installed: # rpm -qa | grep telnet If any results are returned indicating telnet is installed, this is a finding.
✔️ Fix
At the command line, run the following command: # tdnf remove <package name>