SV-257800r1198253_rule
V-257800
SRG-OS-000132-GPOS-00067
RHEL-09-213025
CAT II
10
Configure RHEL 9 to restrict exposed kernel pointer addresses 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
Verify RHEL 9 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.
V-257800
False
RHEL-09-213025
Verify RHEL 9 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.
M
5551