STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 10 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

RHEL 10 must enable mitigations against processor-based vulnerabilities.

DISA Rule

SV-281304r1167062_rule

Vulnerability Number

V-281304

Group Title

SRG-OS-000433-GPOS-00193

Rule Version

RHEL-10-701020

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 to enable kernel page-table isolation with the following command:

$ sudo grubby --update-kernel=ALL --args="pti=on"

Check Contents

Verify RHEL 10 enables kernel page-table isolation with the following command:

$ sudo grubby --info=ALL | grep args | grep -v 'pti=on'

If any output is returned, this is a finding.

Check that kernel page-table isolation is enabled by default to persist in kernel updates:

$ sudo grep pti /etc/default/grub
GRUB_CMDLINE_LINUX="pti=on"

If "pti" is not set to "on", is missing, or is commented out, this is a finding.

Vulnerability Number

V-281304

Documentable

False

Rule Version

RHEL-10-701020

Severity Override Guidance

Verify RHEL 10 enables kernel page-table isolation with the following command:

$ sudo grubby --info=ALL | grep args | grep -v 'pti=on'

If any output is returned, this is a finding.

Check that kernel page-table isolation is enabled by default to persist in kernel updates:

$ sudo grep pti /etc/default/grub
GRUB_CMDLINE_LINUX="pti=on"

If "pti" is not set to "on", is missing, or is commented out, this is a finding.

Check Content Reference

M

Target Key

5733