UCF STIG Viewer Logo

The IBM Aspera High-Speed Transfer Server must not store user content-protection secrets in plain text.


Overview

Finding ID Version Rule ID IA Controls Severity
V-252639 ASP4-TS-020230 SV-252639r831531_rule Medium
Description
Configuring the network element to implement organization-wide security implementation guides and security checklists ensures compliance with federal standards and establishes a common security baseline across DoD that reflects the most restrictive security posture consistent with operational requirements. Configuration settings are the set of parameters that can be changed that affect the security posture and/or functionality of the network element. Security-related parameters are those parameters impacting the security state of the network element, including the parameters required to satisfy other security control requirements. For the network element, security-related parameters include settings for network traffic management configurations. Aspera recommends that users do not store content-protection secrets in aspera.conf.
STIG Date
IBM Aspera Platform 4.2 Security Technical Implementation Guide 2022-08-24

Details

Check Text ( C-56095r818085_chk )
Verify the IBM High-Speed Transfer Server does not store user content-protection secrets in plain text.

For each user, run the following command:

Warning: If an invalid user/group name is entered, the asuserdata command will return results that may appear accurate. Ensure that the user/group name is valid and entered into the command correctly.

$ sudo /opt/aspera/bin/asuserdata -u | grep secret | grep transfer

transfer_encryption_content_protection_secret: "AS_NULL"

If the "transfer_encryption_content_protection_secret" is not "AS_NULL", this is a finding.
Fix Text (F-56045r818086_fix)
Configure the IBM High-Speed Transfer Server to not store user content-protection secrets in plain text.

Remove any secrets from the /opt/aspera/aspera.conf file with the following command:

$ sudo /opt/aspera/bin/asconfigurator -x "set_user_data; user_name,; transfer_encryption_content_protection_secret,AS_NULL"