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 HYCU Protege Security Technical Implementation Guide

V-268225

CAT II (Medium)

The HYCU virtual appliance must enforce approved authorizations for controlling the flow of management information within the appliance based on information flow control policies.

Rule ID

SV-268225r1137875_rule

STIG

HYCU Protege Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-001368CCI-004192

Discussion

A mechanism to detect and prevent unauthorized communication flow must be configured or provided as part of the system design. If management information flow is not enforced based on approved authorizations, the network device may become compromised. Information flow control regulates where management information is allowed to travel within a network device. The flow of all management information must be monitored and controlled so it does not introduce any unacceptable risk to the network device or data. Satisfies: SRG-APP-000038-NDM-000213, SRG-APP-000880-NDM-000290

Check Content

Verify the firewall is running by executing the following command:
sudo firewall-cmd --state

If service is not running, this is a finding.

Determine which services and ports are open by executing the following command:
sudo firewall-cmd --list-all

Output should show the following two lines:

'services: cockpit dhcpv6-client iscsi-target samba ssh'
'ports: 8443/tcp'

If more services than those listed above are open, this is a finding.

Fix Text

Enable the firewall by executing the following commands:
sudo systemctl enable firewalld

sudo systemctl start firewalld