Information
Logging of privilege grants that can lead to the creation, alteration, or deletion of critical data, the modification of objects, object privilege propagation and other such activities can be critical to forensic investigations.
Solution
Execute the following SQL statement to remediate this setting. AUDIT GRANT ANY OBJECT PRIVILEGE; Impact: The change to the check/audit insures that it is in effect for all users regardless of proxy or success. The change to the title more accurately reflects what it actually does. The previous reference to being able to drop or modify 'users and other critical system components' is essentially wrong. There is no object privilege I know of that can be used directly to drop or create a user. There may be some confusion due to documentation bugs (see notes), but this allows one only to grant object privileges, not system privileges like DROP ANY TABLE, DROP USER or ALTER PROFILE. (Of course, one could construct scenarios where granting execute on something might enable one to do so.)