UCF STIG Viewer Logo

The IBM Aspera High-Speed Transfer Endpoint must be configured to comply with the required TLS settings in NIST SP 800-52.


Overview

Finding ID Version Rule ID IA Controls Severity
V-252613 ASP4-TE-030100 SV-252613r818009_rule High
Description
SP 800-52 provides guidance on using the most secure version and configuration of the TLS/SSL protocol. Using older unauthorized versions or incorrectly configuring protocol negotiation makes the gateway vulnerable to known and unknown attacks that exploit vulnerabilities in this protocol. This requirement applies to TLS gateways (also known as SSL gateways) and is not applicable to VPN devices. Application protocols such as HTTPS and DNSSEC use TLS as the underlying security protocol thus are in scope for this requirement. NIST SP 800-52 specifies the preferred configurations for government systems.
STIG Date
IBM Aspera Platform 4.2 Security Technical Implementation Guide 2022-08-24

Details

Check Text ( C-56069r818007_chk )
Verify IBM Aspera High-Speed Transfer Endpoint only uses TLS 1.2 or greater with the following command:

$ sudo /opt/aspera/bin/asuserdata -a | grep ssl_protocol
ssl_protocol: "tlsv1.2"
ssl_protocol: "tlsv1.2"

If both entries do not return "tlsv1.2" or greater , this is a finding.
Fix Text (F-56019r818008_fix)
Configure the IBM Aspera High-Speed Endpoint SSL security protocol to TLS version 1.2 or higher:

$ sudo /opt/aspera/bin/asconfigurator -x "set_server_data;ssl_protocol,tlsv1.2"

$ sudo /opt/aspera/bin/asconfigurator -x "set_client_data;ssl_protocol,tlsv1.2"

Restart the IBM Aspera Node service to activate the changes.

$ sudo systemctl restart asperanoded.service