UCF STIG Viewer Logo

Network access to the DBMS must be restricted to authorized personnel.


Overview

Finding ID Version Rule ID IA Controls Severity
V-15621 DG0103-ORACLE10 SV-24409r2_rule DCFA-1 Medium
Description
Network listeners provide the means to connect to the DBMS from remote systems. Restricting remote access to specific, trusted systems helps prevent access by unauthorized and potentially malicious users.
STIG Date
Oracle Database 10g Installation STIG 2014-04-02

Details

Check Text ( C-25962r2_chk )
IP address restriction may be defined for the database listener, by use of the Oracle Connection Manager or by an external network device.

Identify the method used to enforce address restriction (interview or System Security Plan review).

If enforced by the database listener, then review the SQLNET.ORA file located in the
ORACLE_HOME/network/admin directory or the directory indicated by the TNS_ADMIN environment variable or registry setting.

If the following entries do not exist, then restriction by IP address is not configured and is a Finding.
tcp.validnode_checking=YES
tcp.invited_nodes=(IP1, IP2, IP3)
If enforced by an Oracle Connection Manager, then review the CMAN.ORA file for the Connection
Manager (located in the TNS_ADMIN or ORACLE_HOME/network/admin directory for the connection manager).
If a RULE entry allows all addresses ("/32") or does not match the address range specified in the
System Security Plan, this is a Finding.
(rule=(src=[IP]/27)(dst=[IP])(srv=*)(act=accept))
NOTE: an IP address with a "/" indicates acceptance by subnet mask where the number after the "/" is the left most number of bits in the address that must match for the rule to apply.
If this rule is database-specific, then determine if the SERVICE_NAME parameter is set:
From SQL*PLUS:
select value from v$parameter where name = 'service_names';
If SERVICE_NAME is set in the initialization file for the database instance, use (srv=[service name]), else, use (srv=*) if not set or rule applies to all databases on the DBMS server.

If network access restriction is performed by an external device, validate ACLs are in place to prohibit unauthorized access to the DBMS. To do this, find the IP address of the database server (destination address) and source address (authorized IPs) in the System Security Plan. Confirm only authorized IPs from the System Security Plan are allowed access to the DBMS.
Fix Text (F-20462r1_fix)
Configure the database listener to restrict access by IP address.

Where the number of addresses to allow is not feasible to define for the listener, use the Oracle Connection manager or an external device.

See the Oracle Net Reference and Oracle Net Services Administrators Guides (release-specific) for information on configuring the listener or Connection Manager.