UCF STIG Viewer Logo

OHS must have the RewriteLogLevel directive set to the proper log level.


Overview

Finding ID Version Rule ID IA Controls Severity
V-221443 OH12-1X-000205 SV-221443r879887_rule Low
Description
Logging must not contain sensitive information or more information necessary than that needed to administer the system. The log levels from the rewrite engine range from 0 to 9 where 0 is no logging and 9 being the most verbose. A log level that gives enough information for an investigation if an attack occurs of enough information to troubleshoot issues should be selected. Too much information makes the system vulnerable and may give attacker information to other resources or data within the hosted applications.
STIG Date
Oracle HTTP Server 12.1.3 Security Technical Implementation Guide 2022-12-09

Details

Check Text ( C-23158r415012_chk )
1. As required, open $DOMAIN_HOME/config/fmwconfig/components/OHS//httpd.conf and every .conf file (e.g., ssl.conf) included in it with an editor that contains a "" directive.

2. Search for the "RewriteLogLevel" directive at the OHS server and virtual host configuration scopes.

3. If the directive is omitted or is not set to "3", this is a finding unless inherited from a larger scope.
Fix Text (F-23147r415013_fix)
1. As required, open $DOMAIN_HOME/config/fmwconfig/components/OHS//httpd.conf and every .conf file (e.g., ssl.conf) included in it with an editor that contains a "" directive.

2. Search for the "RewriteLogLevel" directive at the OHS server and virtual host configuration scopes.

3. Set the "RewriteLogLevel" directive to "3"; add the directive if it does not exist unless inherited from a larger scope.