Skip to content

MariaDB must generate audit records when security objects are deleted.

An XCCDF Rule

Description

The removal of security objects from the database/DBMS would seriously degrade a system s information assurance posture. If such an event occurs, it must be logged.

ID
SV-253760r961818_rule
Version
MADB-10-010800
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Super/administrative users must not have access to modify tables within the mysql database. Verify users do not have access and revoke as necessary. Example: 

View user grants:

MariaDB> SHOW GRANTS FOR 'username'@'host';