Check: RHEL-06-000203
Red Hat Enterprise Linux 6 STIG:
RHEL-06-000203
(in versions v2 r2 through v1 r14)
Title
The xinetd service must be disabled if no network services utilizing it are enabled. (Cat II impact)
Discussion
The xinetd service provides a dedicated listener service for some programs, which is no longer necessary for commonly-used network services. Disabling it ensures that these uncommon services are not running, and also prevents attacks against xinetd itself.
Check Content
If network services are using the xinetd service, this is not applicable. To check that the "xinetd" service is disabled in system boot configuration, run the following command: # chkconfig "xinetd" --list Output should indicate the "xinetd" service has either not been installed, or has been disabled at all runlevels, as shown in the example below: # chkconfig "xinetd" --list "xinetd" 0:off 1:off 2:off 3:off 4:off 5:off 6:off Run the following command to verify "xinetd" is disabled through current runtime configuration: # service xinetd status If the service is disabled the command will return the following output: xinetd is stopped If the service is running, this is a finding.
Fix Text
The "xinetd" service can be disabled with the following commands: # chkconfig xinetd off # service xinetd stop
Additional Identifiers
Rule ID: SV-217981r603264_rule
Vulnerability ID: V-217981
Group Title: SRG-OS-000096
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000382 |
The organization configures the information system to prohibit or restrict the use of organization-defined functions, ports, protocols, and/or services. |
Controls
Number | Title |
---|---|
CM-7 |
Least Functionality |