SV-219839r533058_rule
V-219839
SRG-APP-000516-DB-000363
O121-BP-022800
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-219839
False
O121-BP-022800
From SQL*Plus:
select granted_role from dba_role_privs where grantee = 'PUBLIC';
If any roles are listed, this is a finding.
M
4059