Check: HYCU-ND-000070
HYCU Protege STIG:
HYCU-ND-000070
(in version v1 r1)
Title
The HYCU virtual appliance must enforce approved authorizations for controlling the flow of management information within the appliance based on information flow control policies. (Cat II impact)
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
Additional Identifiers
Rule ID: SV-268225r1038375_rule
Vulnerability ID: V-268225
Group Title: SRG-APP-000038-NDM-000213
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001368 |
Enforce approved authorizations for controlling the flow of information within the system based on organization-defined information flow control policies. |
CCI-004192 |
Protect nonlocal maintenance sessions by separating the maintenance session from other network sessions with the system by logically separated communications paths. |
Controls
Number | Title |
---|---|
AC-4 |
Information Flow Enforcement |