1. Home
  2. Security Hardening
  3. DISA STIG Oracle JRE 8 Unix V1R3
  4. JRE8-UX-000100 – Oracle JRE 8 must set the option to enable online certificate validation – deployment.security.validation.ocsp.locked

JRE8-UX-000100 – Oracle JRE 8 must set the option to enable online certificate validation – deployment.security.validation.ocsp.locked

Details

Online certificate validation provides a real-time option to validate a certificate. When enabled, if a certificate is presented, the status of the certificate is requested. The status is sent back as ‘current’, ‘expired’, or ‘unknown’. Online certificate validation provides a greater degree of validation of certificates when running a signed Java applet. Permitting execution of an applet with an invalid certificate may result in malware, system modification, invasion of privacy, and denial of service.

Solution

If the system is on the SIPRNet, this requirement is NA.

Navigate to the system-level ‘deployment.properties’ file for JRE.

/etc/.java/deployment/deployment.properties

Add the key ‘deployment.security.validation.ocsp=true’ to the deployment.properties file.

Add the key ‘deployment.security.validation.ocsp.locked’ to the deployment.properties file.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles