UCF STIG Viewer Logo

The Red Hat Enterprise Linux operating system must mount /dev/shm with the nodev option.


Overview

Finding ID Version Rule ID IA Controls Severity
V-218108 RHEL-06-000530 SV-218108r505923_rule Low
Description
The "nodev" mount option causes the system to not interpret character or block special devices. Executing character or block special devices from untrusted file systems increases the opportunity for unprivileged users to attain unauthorized administrative access.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2020-09-03

Details

Check Text ( C-19589r377339_chk )
Verify that the "nodev" option is configured for /dev/shm.

Check that the operating system is configured to use the "nodev" option for /dev/shm with the following command:

# cat /etc/fstab | grep /dev/shm | grep nodev

tmpfs /dev/shm tmpfs defaults,nodev,nosuid,noexec 0 0

If the "nodev" option is not present on the line for "/dev/shm", this is a finding.

Verify "/dev/shm" is mounted with the "nodev" option:

# mount | grep "/dev/shm" | grep nodev

If no results are returned, this is a finding.
Fix Text (F-19587r377340_fix)
Configure the "/etc/fstab" to use the "nodev" option for all lines containing "/dev/shm".