Skip to main content
CUI

Documentation - V-235104

V-235104

Oracle MySQL 8.0 Security Technical Implementation Guide

CAT II

Title

The MySQL Database Server 8.0 must allow only the Information System Security Manager (ISSM) (or individuals or roles appointed by the ISSM) to select which auditable events are to be audited.

Description

<VulnDiscussion>Without the capability to restrict which roles and individuals can select which events are audited, unauthorized personnel may be able to prevent or interfere with the auditing of critical events. Suppression of auditing could permit an adversary to evade detection. Misconfigured audits can degrade the system's performance by overwhelming the audit log. Misconfigured audits may also make it more difficult to establish, correlate, and investigate the events relating to an incid...

Fix Text (Documentation Requirement)

Configure the MySQL Database Server 8.0 settings to allow designated personnel to select which auditable events are audited. Grant permissions to users who need rights to create auditing rules. GRANT AUDIT_ADMIN ON *.* TO '<auditusername>'@'<host_specification>'; For example: GRANT AUDIT_ADMIN ON *.* TO 'auditusername'@'%';

Documentation Status

Cancel
CUI