Information
GRANT ANY PRIVILEGE allows a user to grant any system privilege, including the most powerful privileges typically available only to administrators - to change the security infrastructure, to drop/add/modify users and more. Auditing the use of this privilege is part of a comprehensive auditing policy that can help in detecting issues and can be useful in forensics.
Solution
Execute the following SQL statement to remediate this setting. AUDIT GRANT ANY PRIVILEGE;