Information
The DBA_COL_PRIVS view provides DBAs a view to manage all column level privileges granted to users and roles.
Granting DBA_COL_PRIVS privileges to unauthorized users increases the risk of data breaches, unauthorized modifications, and privilege escalation attacks. Access to this should be limited to authorized DBAs.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
To remediate this recommendation, execute the following SQL statement.
REVOKE UPDATE ON <TABLE> FROM <GRANTEE>;