STIGQter STIGQter: STIG Summary: Oracle Database 11g Instance STIG Version: 8 Release: 20 Benchmark Date: 28 Jul 2017:

The Oracle REMOTE_OS_ROLES parameter should be set to FALSE.

DISA Rule

SV-24916r2_rule

Vulnerability Number

V-2555

Group Title

Oracle REMOTE_OS_ROLES parameter

Rule Version

DO3539-ORACLE11

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Document remote OS roles in the System Security Plan.

If not required, disable use of remote OS roles.

From SQL*Plus:

alter system set remote_os_roles = FALSE scope = spfile;

The above SQL*Plus command will set the parameter to take effect at next system startup.

Check Contents

From SQL*Plus:

select value from v$parameter where name = 'remote_os_roles';

If the returned value is not FALSE or not documented in the System Security Plan as required, this is a Finding.

Vulnerability Number

V-2555

Documentable

False

Rule Version

DO3539-ORACLE11

Severity Override Guidance

From SQL*Plus:

select value from v$parameter where name = 'remote_os_roles';

If the returned value is not FALSE or not documented in the System Security Plan as required, this is a Finding.

Check Content Reference

M

Responsibility

Information Assurance Officer

Target Key

1367

Comments