OL 9 cryptographic policy files must match files shipped with the operating system.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-271481 | OL09-00-000244 | SV-271481r1091155_rule | CCI-002450 | high |
| Description | ||||
| The OL 9 package crypto-policies defines the cryptography policies for the system. If the files are changed from those shipped with the operating system, it may be possible for OL 9 to use cryptographic functions that are not FIPS 140-3 approved. Satisfies: SRG-OS-000478-GPOS-00223, SRG-OS-000396-GPOS-00176 | ||||
| STIG | Date | |||
| Oracle Linux 9 Security Technical Implementation Guide | 2025-05-08 | |||
Related Frameworks
3 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
SC-13
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.13.11
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-002450
1.00
- DISA · 1 · disa_xccdf · related
Details
Check Text (C-271481r1091155_chk)
Verify that OL 9 crypto-policies package has not been modified with the following command:
$ rpm -V crypto-policies
If the command has any output, this is a finding.
Fix Text (F-75438r1091154_fix)
Reinstall the crypto-policies package to remove any modifications.
$ sudo dnf reinstall -y crypto-policies