UCF STIG Viewer Logo

The dialog enabling users to grant permissions to execute signed content from an un-trusted authority must be locked.


Overview

Finding ID Version Rule ID IA Controls Severity
V-32829 JRE0010-UX SV-43601r1_rule DCBP-1 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 un-trusted sources may result in malware running on the system, and risks system modification, invasion of privacy, or denial of service. Ensuring users cannot change the permission settings which control the execution of signed Java applets contributes to a more consistent security profile. 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-41463r5_chk )
Navigate to the 'deployment.properties' file for Java, the default location is
/usr/java/jre/lib/deployment.properties

Review the file. If the 'deployment.security.askgrantdialog.notinca.locked' key is not present this is a finding.
Fix Text (F-37103r6_fix)
Lock the 'Allow user to grant permissions to content from an un-trusted authority' feature.

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

Edit the file and add the 'deployment.security.askgrantdialog.notinca.locked' key.