UCF STIG Viewer Logo

The NFS server must not allow remote root access.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227921 GEN005880 SV-227921r603266_rule Medium
Description
If the NFS server allows root access to local file systems from remote hosts, this access could be used to compromise the system.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-30083r490177_chk )
Determine if the NFS server is exporting with the root access option.

Procedure:
# exportfs -v | grep "root="
OR
# more /etc/dfs/sharetab

If an export with the root option is found and is not properly documented with the IA staff, this is a finding.
Fix Text (F-30071r490178_fix)
Edit the /etc/dfs/dfstab file and remove the root= option from all exports. Re-export the file systems.