UCF STIG Viewer Logo

The setting for users to check publisher certificates for revocation must be enabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-32830 JRE0020-UX SV-43604r2_rule DCBP-1 Medium
Description
A certificate revocation list is a directory which contains a list of certificates that have been revoked for various reasons. Certificates may be revoked due to improper issuance, compromise of the certificate, and failure to adhere to policy. Therefore, any certificate found on a CRL should not be trusted. Permitting execution of an applet published with a revoked certificate may result in spoofing, malware, system modification, invasion of privacy, and denial of service. NOTE: The 'JRE' directory in the file path may reflect the specific JRE release installed.
STIG Date
Java Runtime Environment (JRE) version 7 STIG for Unix 2013-07-25

Details

Check Text ( C-41467r8_chk )
If the system is on the SIPRNET, this requirement is NA.

Navigate to the 'deployment.properties' file for Java, the default location is
/usr/java/jre/lib/deployment.properties.

If the 'deployment.security.validation.crl' key is not present, this is a finding.

If the 'deployment.security.validation.crl' key is present and set to 'false', this is a finding.
Fix Text (F-37107r5_fix)
Enable the 'Check certificates for revocation using Certificate Revocation Lists (CRL)' option.

Navigate to the 'deployment.properties' file for Java, the default location is
/usr/java/jre/lib/deployment.properties

Add or update the
'deployment.security.validation.crl' key. Set the value to 'true'.