SV-253695r1018598_rule
V-253695
SRG-APP-000164-DB-000401
MADB-10-003700
CAT I
10
Locate the MariaDB Enterprise Server configuration file (mariadb-enterprise.cnf) which contains the simple_password_check plugin variables within /etc/my.cnf.d/. Edit the variables.
Example:
simple_password_check_digits = 2
simple_password_check_letters_same_case = 2
simple_password_check_minimal_length = 15
simple_password_check_other_characters = 2
Check the simple_password_check plugin variables to ensure they match the password requirements.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'simple_password_check_%';
Determine whether the following rules are enforced. If they do not meet the following password requirements, this is a finding.
a. minimum of 15 characters, including at least one of each of the following character sets:
- Uppercase
- Lowercase
- Numerics
- Special characters (e.g., ~ ! @ # $ % ^ & * ( ) _ + = - ' [ ] / ? > <)
b. Minimum number of characters changed from previous password: 50 percent of the minimum password length; that is, eight.
V-253695
False
MADB-10-003700
Check the simple_password_check plugin variables to ensure they match the password requirements.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'simple_password_check_%';
Determine whether the following rules are enforced. If they do not meet the following password requirements, this is a finding.
a. minimum of 15 characters, including at least one of each of the following character sets:
- Uppercase
- Lowercase
- Numerics
- Special characters (e.g., ~ ! @ # $ % ^ & * ( ) _ + = - ' [ ] / ? > <)
b. Minimum number of characters changed from previous password: 50 percent of the minimum password length; that is, eight.
M
5475