STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

V-269127

CAT I (High)

AlmaLinux OS 9 must enable FIPS mode.

Rule ID

SV-269127r1155256_rule

STIG

Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

Version

V1R6

CCIs

CCI-000068CCI-002450CCI-000877

Discussion

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

Check Content

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

FIPS-validated packages are available from TuxCare as part of the Enterprise Support for AlmaLinux product line. An ESU license key must be purchased.

Configure the operating system to implement FIPS mode with the following commands (replace 9.2 with 9.6 if using that version of ESU):

$ 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