UCF STIG Viewer Logo

OL 8 must have the package required for multifactor authentication installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-248586 OL08-00-010390 SV-248586r853767_rule Low
Description
Using an authentication device, such as a DoD Common Access Card (CAC) or token that is separate from the information system, ensures that even if the information system is compromised, credentials stored on the authentication device will not be affected. Multifactor solutions that require devices separate from information systems gaining access include, for example, hardware tokens providing time-based or challenge-response authenticators and smart cards such as the U.S. Government Personal Identity Verification (PIV) card and the DoD CAC. A privileged account is defined as an information system account with authorizations of a privileged user. Remote access is access to DoD nonpublic information systems by an authorized user (or an information system) communicating through an external, non-organization-controlled network. Remote access methods include, for example, dial-up, broadband, and wireless. This requirement only applies to components where this is specific to the function of the device or has the concept of an organizational user (e.g., VPN, proxy capability). This does not apply to authentication for the purpose of configuring the device itself (management).
STIG Date
Oracle Linux 8 Security Technical Implementation Guide 2022-12-06

Details

Check Text ( C-52020r779322_chk )
Verify the operating system has the package required for multifactor authentication installed with the following command:

$ sudo yum list installed openssl-pkcs11

openssl-pkcs11.x86_64 0.4.8-2.el8 @anaconda

If the "openssl-pkcs11" package is not installed, ask the administrator to indicate what type of multifactor authentication is being used and what packages are installed to support it.

If there is no evidence of multifactor authentication being used, this is a finding.
Fix Text (F-51974r779323_fix)
Configure OL 8 to implement multifactor authentication by installing the required package with the following command:

$ sudo yum install openssl-pkcs11