Skip to content

Redis Enterprise DBMS must disable network functions, ports, protocols, and services deemed by the organization to be nonsecure, in accord with the Ports, Protocols, and Services Management (PPSM) guidance.

An XCCDF Rule

Description

Use of nonsecure network functions, ports, protocols, and services exposes the system to avoidable threats.

ID
SV-251215r961470_rule
Version
RD6X-00-007900
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Use firewalld commands to remove any unnecessary ports from the appropriate zone. To do this, enter the following commands as root.

This command will immediately remove a port from the configuration:
$ firewall-cmd --zone=<zone> --remove-port=<port>/<protocol>

This command will persistently remove a port from a configuration: