UCF STIG Viewer Logo

OHS must be configured to use a specified IP address, port, and protocol.


Overview

Finding ID Version Rule ID IA Controls Severity
V-221415 OH12-1X-000173 SV-221415r879588_rule Medium
Description
The web server must be configured to listen on a specified IP address and port. Without specifying an IP address and port for the web server to utilize, the web server will listen on all IP addresses available to the hosting server. If the web server has multiple IP addresses, i.e., a management IP address, the web server will also accept connections on the management IP address. Accessing the hosted application through an IP address normally used for non-application functions opens the possibility of user access to resources, utilities, files, ports, and protocols that are protected on the desired application IP address.
STIG Date
Oracle HTTP Server 12.1.3 Security Technical Implementation Guide 2022-12-09

Details

Check Text ( C-23130r414928_chk )
1. Open $DOMAIN_HOME/config/fmwconfig/components/OHS//httpd.conf and $DOMAIN_HOME/config/fmwconfig/components/OHS//ssl.conf with an editor.

2. Search for a "Listen" directive at the OHS server configuration scope.

3. If the directive is set without an IP address, port, and protocol specified, this is a finding.
Fix Text (F-23119r414929_fix)
1. Open $DOMAIN_HOME/config/fmwconfig/components/OHS//httpd.conf and $DOMAIN_HOME/config/fmwconfig/components/OHS//ssl.conf with an editor.

2. Search for a "Listen" directive at the OHS server configuration scope.

3. Set the "Listen" directive to a value containing an IP address, port, and protocol (e.g., "Listen 123.123.123.123:80 http" or "Listen 456.456.456.456:443 https").