Check: RHEL-06-000270
Red Hat Enterprise Linux 6 STIG:
RHEL-06-000270
(in versions v2 r2 through v1 r14)
Title
Remote file systems must be mounted with the nosuid option. (Cat II impact)
Discussion
NFS mounts should not present suid binaries to users. Only vendor-supplied suid executables should be installed to their default location on the local filesystem.
Check Content
To verify the "nosuid" option is configured for all NFS mounts, run the following command: $ mount | grep nfs All NFS mounts should show the "nosuid" setting in parentheses, along with other mount options. If the setting does not show, this is a finding.
Fix Text
Add the "nosuid" option to the fourth column of "/etc/fstab" for the line which controls mounting of any NFS mounts.
Additional Identifiers
Rule ID: SV-218022r603264_rule
Vulnerability ID: V-218022
Group Title: SRG-OS-000480
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |