The HYCU virtual appliance must be configured to implement cryptographic mechanisms using a FIPS 140-2-approved algorithm to protect the confidentiality of remote maintenance sessions.
An XCCDF Rule
Description
This requires the use of secure protocols instead of their unsecured counterparts, such as SSH instead of telnet, SCP instead of FTP, and HTTPS instead of HTTP. If unsecured protocols (lacking cryptographic mechanisms) are used for sessions, the contents of those sessions will be susceptible to eavesdropping, potentially putting sensitive data (including administrator passwords) at risk of compromise and potentially allowing hijacking of maintenance sessions.
- ID
- SV-268271r1038746_rule
- Version
- HYCU-ND-000640
- Severity
- High
- References
- Updated
Remediation Templates
A Manual Procedure
Stop the HYCU web server:
sudo systemctl stop grizzly.service
Enable FIPS-compliant mode:
sudo /opt/grizzly/bin/enable_fips.sh