STIGQter STIGQter: STIG Summary: MariaDB Enterprise 10.x Security Technical Implementation Guide Version: 2 Release: 5 Benchmark Date: 01 Apr 2026:

In the event of a system failure, MariaDB must preserve any information necessary to determine cause of failure and any information necessary to return to operations with least disruption to mission processes.

DISA Rule

SV-253709r961125_rule

Vulnerability Number

V-253709

Group Title

SRG-APP-000226-DB-000147

Rule Version

MADB-10-005100

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

If value of log_bin is "OFF", modify the MariaDB configuration file. This can be found in /etc/my.cnf.d/.

Optionally specify the location of the binary logs by specifying the full path for the binary logs.

[mariadb]
log_bin=mariadb_bin

Check Contents

Verify InnoDB logging is configured.

As the database administrator, verify the following settings:

Note: If no specific directory is given before the filename, the files are stored in DATADIR.

MariaDB> SHOW GLOBAL VARIABLES LIKE 'log_bin';

If value is "OFF", this is a finding.

Vulnerability Number

V-253709

Documentable

False

Rule Version

MADB-10-005100

Severity Override Guidance

Verify InnoDB logging is configured.

As the database administrator, verify the following settings:

Note: If no specific directory is given before the filename, the files are stored in DATADIR.

MariaDB> SHOW GLOBAL VARIABLES LIKE 'log_bin';

If value is "OFF", this is a finding.

Check Content Reference

M

Target Key

5475