UCF STIG Viewer Logo

The Network File System (NFS) export configuration file must have mode 0644 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-929 GEN005760 SV-64199r1_rule Low
Description
Excessive permissions on the NFS export configuration file could allow unauthorized modification of the file, which could result in Denial of Service to authorized NFS exports and the creation of additional unauthorized exports.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2020-02-25

Details

Check Text ( C-52641r1_chk )
# ls -lL /etc/exports
If the file has a mode more permissive than 0644, this is a finding.
Fix Text (F-54793r1_fix)
# chmod 0644 /etc/exports