SV-270532r1064874_rule
V-270532
SRG-APP-000516-DB-000363
O19C-00-010000
CAT II
10
Revoke role grants from PUBLIC.
Do not assign role privileges to PUBLIC.
From SQL*Plus:
revoke [role name] from PUBLIC;
From SQL*Plus:
select granted_role from dba_role_privs where grantee = 'PUBLIC';
If any roles are listed, this is a finding.
V-270532
False
O19C-00-010000
From SQL*Plus:
select granted_role from dba_role_privs where grantee = 'PUBLIC';
If any roles are listed, this is a finding.
M
5672