STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Apr 2026:

Address space layout randomization (ASLR) must be implemented by SLEM 5 to protect memory from unauthorized code execution.

DISA Rule

SV-261271r996306_rule

Vulnerability Number

V-261271

Group Title

SRG-OS-000433-GPOS-00193

Rule Version

SLEM-05-213020

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure SLEM 5 to implement ASLR by running the following command as an administrator:

> 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'

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

> sudo sysctl --system

Check Contents

Verify SLEM 5 implements Address space layout randomization (ASLR) with 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-261271

Documentable

False

Rule Version

SLEM-05-213020

Severity Override Guidance

Verify SLEM 5 implements Address space layout randomization (ASLR) with 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

5596