STIGQter STIGQter: STIG Summary: Oracle Linux 6 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The system boot loader must require authentication.

DISA Rule

SV-208843r603263_rule

Vulnerability Number

V-208843

Group Title

SRG-OS-000080

Rule Version

OL6-00-000068

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

The grub boot loader should have password protection enabled to protect boot-time settings. To do so, select a password and then generate a hash from it by running the following command:

# grub-crypt --sha-512

When prompted to enter a password, insert the following line into "/boot/grub/grub.conf" immediately after the header comments. (Use the output from "grub-crypt" as the value of [password-hash]):

password --encrypted [password-hash]

Check Contents

To verify the boot loader password has been set and encrypted, run the following command:

# grep password /boot/grub/grub.conf

The output should show the following:

password --encrypted $6$[rest-of-the-password-hash]

If it does not, this is a finding.

Vulnerability Number

V-208843

Documentable

False

Rule Version

OL6-00-000068

Severity Override Guidance

To verify the boot loader password has been set and encrypted, run the following command:

# grep password /boot/grub/grub.conf

The output should show the following:

password --encrypted $6$[rest-of-the-password-hash]

If it does not, this is a finding.

Check Content Reference

M

Target Key

2928

Comments