STIGQter STIGQter: STIG Summary: SLES 12 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

Address space layout randomization (ASLR) must be implemented by the SUSE operating system to protect memory from unauthorized code execution.

DISA Rule

SV-217284r646764_rule

Vulnerability Number

V-217284

Group Title

SRG-OS-000433-GPOS-00193

Rule Version

SLES-12-030330

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the SUSE operating system to implement ASLR by running the following commands:

> sudo sysctl -w kernel.randomize_va_space=2

If "2" is not the system's default value, add or update the following line in "/etc/sysctl.d/99-stig.conf":

> sudo sh -c 'echo "kernel.randomize_va_space=2" >> /etc/sysctl.d/99-stig.conf'

> sudo sysctl --system

Check Contents

Verify the SUSE operating system implements ASLR.

Check that the SUSE operating system implements ASLR by running the following command:

> sudo sysctl kernel.randomize_va_space

kernel.randomize_va_space = 2

If the kernel parameter "randomize_va_space" is not equal to "2" or nothing is returned, this is a finding.

Vulnerability Number

V-217284

Documentable

False

Rule Version

SLES-12-030330

Severity Override Guidance

Verify the SUSE operating system implements ASLR.

Check that the SUSE operating system implements ASLR by running the following command:

> sudo sysctl kernel.randomize_va_space

kernel.randomize_va_space = 2

If the kernel parameter "randomize_va_space" is not equal to "2" or nothing is returned, this is a finding.

Check Content Reference

M

Target Key

4033

Comments