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 restrict exposed kernel pointer address access.

DISA Rule

SV-281308r1167074_rule

Vulnerability Number

V-281308

Group Title

SRG-OS-000132-GPOS-00067

Rule Version

RHEL-10-701060

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 to restrict exposed kernel pointer address access.

Create a drop-in if it does not already exist:

$ sudo vi /etc/sysctl.d/99-kernel_kptr_restrict.conf

Add the following to the file:

kernel.kptr_restrict = 1

Reload settings from all system configuration files with the following command:

$ sudo sysctl --system

Check Contents

Verify RHEL 10 is configured to restrict exposed kernel pointer address access.

Verify the runtime status of the "kernel.kptr_restrict" kernel parameter with the following command:

$ sudo sysctl kernel.kptr_restrict
kernel.kptr_restrict = 1

If "kernel.kptr_restrict" is not set to "1" or is missing, this is a finding.

Vulnerability Number

V-281308

Documentable

False

Rule Version

RHEL-10-701060

Severity Override Guidance

Verify RHEL 10 is configured to restrict exposed kernel pointer address access.

Verify the runtime status of the "kernel.kptr_restrict" kernel parameter with the following command:

$ sudo sysctl kernel.kptr_restrict
kernel.kptr_restrict = 1

If "kernel.kptr_restrict" is not set to "1" or is missing, this is a finding.

Check Content Reference

M

Target Key

5733