UCF STIG Viewer Logo

Oracle JRE 8 must disable the dialog enabling users to grant permissions to execute signed content from an untrusted authority.


Overview

Finding ID Version Rule ID IA Controls Severity
V-66917 JRE8-UX-000080 SV-81407r1_rule Medium
Description
Java applets exist both signed and unsigned. Even for signed applets, there can be many sources, some of which may be purveyors of malware. Applet sources considered trusted can have their information populated into the browser, enabling Java to validate applets against trusted sources. Permitting execution of signed Java applets from untrusted sources may result in acquiring malware, and risks system modification, invasion of privacy, or denial of service.
STIG Date
Java Runtime Environment (JRE) version 8 STIG for Unix 2017-09-27

Details

Check Text ( C-67553r1_chk )
If the system is on the SIPRNet, this requirement is NA.

Navigate to the system-level “deployment.properties” file for Java.

/etc/.java/deployment/deployment.properties

If the key, “deployment.security.askgrantdialog.notinca=false” is not present, this is a finding.

If the key, “deployment.security.askgrantdialog.notinca.locked” is not present, this is a finding.

If the key “deployment.security.askgrantdialog.notinca” exists and is set to true, this is a finding.
Fix Text (F-73017r1_fix)
If the system is on the SIPRNet, this requirement is NA.

Disable the “Allow user to grant permissions to content from an untrusted authority” feature.

Navigate to the system-level “deployment.properties” file for JRE.

/etc/.java/deployment/deployment.properties

Add the key “deployment.security.askgrantdialog.notinca=false” to the deployment.properties file.
Add the key “deployment.security.askgrantdialog.notinca.locked” to the deployment.properties file.