UCF STIG Viewer Logo

OHS must use wallets that have only DoD certificate authorities defined.


Overview

Finding ID Version Rule ID IA Controls Severity
V-64527 OH12-1X-000303 SV-79017r1_rule Medium
Description
Non-DoD approved PKIs have not been evaluated to ensure that they have security controls and identity vetting procedures in place which are sufficient for DoD systems to rely on the identity asserted in the certificate. PKIs lacking sufficient security controls and identity vetting procedures risk being compromised and issuing certificates that enable adversaries to impersonate legitimate users.
STIG Date
Oracle HTTP Server 12.1.3 Security Technical Implementation Guide 2019-01-04

Details

Check Text ( C-65279r1_chk )
1. Go to the location of the OHS keystores (e.g., cd $DOMAIN_HOME/config/fmwconfig/components/OHS//keystores).

2. For each wallet directory located there, do the following:

a) Issue the command "$ORACLE_HOME/oracle_common/bin/orapki wallet display -wallet ".
b) Confirm that only the appropriate DoD Certificate Authorities are listed as Trusted Certificates.

3. If any of the Trusted Certificates are not appropriate DoD Certificate Authorities, this is a finding.
Fix Text (F-70457r1_fix)
1. Go to the location of the OHS keystores (e.g., cd $DOMAIN_HOME/config/fmwconfig/components/OHS//keystores).

2. For each wallet directory located there, do the following:

a) Issue the command "$ORACLE_HOME/oracle_common/bin/orapki wallet display -wallet ".
b) Remove each Trusted Certificate from the wallet that is not an appropriate DoD Certificate Authority with the command "$ORACLE_HOME/oracle_common/bin/orapki wallet remove -wallet -dn -trusted_cert".