SV-235160r638812_rule
V-235160
SRG-APP-000121-DB-000202
MYS8-00-008000
CAT II
10
Remove audit-related permissions from individuals and roles not authorized to have them.
REVOKE AUDIT_ADMIN on *.* FROM <user>;
Check users with permissions to administer MySQL Auditing.
select * from information_schema.user_privileges where privilege_type = 'AUDIT_ADMIN';
If unauthorized accounts have these the AUDIT_ADMIN privilege, this is a finding.
V-235160
False
MYS8-00-008000
Check users with permissions to administer MySQL Auditing.
select * from information_schema.user_privileges where privilege_type = 'AUDIT_ADMIN';
If unauthorized accounts have these the AUDIT_ADMIN privilege, this is a finding.
M
5277