DISA STIGS Viewer

AlmaLinux OS 9 must enable FIPS mode.

Overview

Finding ID Version Rule ID IA Controls Severity
V-269127 ALMA-09-004420 SV-269127r1107618_rule   High
Description
Without confidentiality protection mechanisms, unauthorized individuals may gain access to sensitive information via a remote access session. Remote access is access to DOD nonpublic information systems by an authorized user (or an information system) communicating through an external, nonorganization-controlled network. Remote access methods include, for example, dial-up, broadband, and wireless. Encryption provides a means to secure the remote connection to prevent unauthorized access to the data traversing the remote access connection (e.g., RDP), thereby providing a degree of confidentiality. The encryption strength of a mechanism is selected based on the security categorization of the information. The operating system must use cryptographic modules that have been validated by NIST's FIPS 140-3 program. Using weak or untested cryptography could compromise the confidentiality and integrity of data at rest and in transit. Satisfies: SRG-OS-000033-GPOS-00014, SRG-OS-000478-GPOS-00223, SRG-OS-000396-GPOS-00176, SRG-OS-000125-GPOS-00065
STIG Date
CloudLinux AlmaLinux OS 9 Security Technical Implementation Guide 2025-05-22

Details

Check Text (C-73158r1049147_chk)
Verify that AlmaLinux OS 9 is in FIPS mode with the following command:

$ fips-mode-setup --check

FIPS mode is enabled.

If FIPS mode is not enabled, this is a finding.
Fix Text (F-73059r1101814_fix)
FIPS-validated packages are available from TuxCare as part of the Enterprise Support for AlmaLinux product line. You will need to purchase an ESU license key.

Configure the operating system to implement FIPS mode with the following commands:

$ dnf install -y https://repo.tuxcare.com/tuxcare/tuxcare-release-latest-9.2.noarch.rpm
$ tuxctl --license-key ESU-XXXXXXXXXXXXXXXXXXX
$ dnf -y upgrade
$ fips-mode-setup --enable
$ reboot