UCF STIG Viewer Logo

OHS must have the AddHandler directive disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-221404 OH12-1X-000160 SV-221404r414897_rule Medium
Description
Controlling what a user of a hosted application can access is part of the security posture of the web server. Any time a user can access more functionality than is needed for the operation of the hosted application poses a security issue. A user with too much access can view information that is not needed for the user's job role, or the user could use the function in an unintentional manner. A MIME tells the web server what type of program various file types and extensions are and what external utilities or programs are needed to execute the file type. A shell is a program that serves as the basic interface between the user and the operating system, so hosted application users must not have access to these programs. Shell programs may execute shell escapes and can then perform unauthorized activities that could damage the security posture of the web server.
STIG Date
Oracle HTTP Server 12.1.3 Security Technical Implementation Guide 2021-12-29

Details

Check Text ( C-23119r414895_chk )
1. Open $DOMAIN_HOME/config/fmwconfig/components/OHS//httpd.conf and every .conf file (e.g., ssl.conf) included in it with an editor.

2. Search for "AddHandler" directives at the OHS server, virtual host, and directory configuration scopes.

3. If an "AddHandler" directive exists, this is a finding.
Fix Text (F-23108r414896_fix)
1. Open $DOMAIN_HOME/config/fmwconfig/components/OHS//httpd.conf and every .conf file (e.g., ssl.conf) included in it with an editor.

2. Search for "AddHandler" directives at the OHS server, virtual host, and directory configuration scopes.

3. If an "AddHandler" directive exists, remove it.