SV-24931r2_rule
V-2564
Oracle system privilege assignment
DO3612-ORACLE11
CAT II
10
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.
From SQL*Plus:
select privilege from dba_sys_privs where grantee = 'PUBLIC';
If any records are returned, this is a Finding.
V-2564
False
DO3612-ORACLE11
From SQL*Plus:
select privilege from dba_sys_privs where grantee = 'PUBLIC';
If any records are returned, this is a Finding.
M
Database Administrator
1367