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 VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

V-240419

CAT II (Medium)

The tftp package must not be installed.

Rule ID

SV-240419r670998_rule

STIG

VMware vRealize Automation 7.x SLES Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-000381

Discussion

The Trivial File Transfer Protocol (TFTP) is normally used only for booting diskless workstations and for getting or saving network component configuration files. Disabling the "tftp" protocol service ensures the system is not acting over tftp, which does not provide encryption or authentication.

Check Content

Check if "tftp" is installed:

# rpm -q tftp

If there is a "tftp" package listed, this is a finding.

Fix Text

To remove the "tftp" package use the following command:

rpm -e tftp