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

The Oracle OS_ROLES parameter should be set to FALSE.

DISA Rule

SV-24881r2_rule

Vulnerability Number

V-2519

Group Title

Oracle OS_ROLES parameter

Rule Version

DO0240-ORACLE11

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

From SQL*Plus:

alter system set 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 = 'os_roles';

If the value returned is not FALSE, this is a Finding.

Vulnerability Number

V-2519

Documentable

False

Rule Version

DO0240-ORACLE11

Severity Override Guidance

From SQL*Plus:

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

If the value returned is not FALSE, this is a Finding.

Check Content Reference

M

Responsibility

Information Assurance Officer

Target Key

1367

Comments