STIGQter STIGQter: STIG Summary: Oracle Database 11.2g Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 23 Apr 2021:

System Privileges must not be granted to PUBLIC.

DISA Rule

SV-219707r401224_rule

Vulnerability Number

V-219707

Group Title

SRG-APP-000516-DB-000363

Rule Version

O112-BP-022400

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Revoke any system privileges assigned to PUBLIC:

From SQL*Plus:

revoke [system privilege] from PUBLIC;

Replace [system privilege] with the named system privilege.

NOTE: System privileges are not granted to PUBLIC by default and would indicate a custom action.

Check Contents

From SQL*Plus:

select privilege from dba_sys_privs where grantee = 'PUBLIC';

If any records are returned, this is a Finding.

Vulnerability Number

V-219707

Documentable

False

Rule Version

O112-BP-022400

Severity Override Guidance

From SQL*Plus:

select privilege from dba_sys_privs where grantee = 'PUBLIC';

If any records are returned, this is a Finding.

Check Content Reference

M

Target Key

4057

Comments