SV-219835r533046_rule
V-219835
SRG-APP-000516-DB-000363
O121-BP-022400
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-219835
False
O121-BP-022400
From SQL*Plus:
select privilege from dba_sys_privs where grantee = 'PUBLIC';
If any records are returned, this is a finding.
M
4059