1. Home
  2. Security Hardening
  3. CIS Red Hat Enterprise Linux 7 STIG V2.0.0 STIG
  4. Ensure noexec option is configured for NFS – NFS.

Ensure noexec option is configured for NFS – NFS.

Details

The operating system must prevent binary files from being executed on file systems that are being imported via Network File System (NFS).

Rationale:

The ‘noexec’ mount option causes the system to not execute binary files. This option must be used for mounting any file system not containing approved binary files as they may be incompatible. Executing files from untrusted file systems increases the opportunity for unprivileged users to attain unauthorized administrative access.

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

Configure the /etc/fstab to use the noexec option on file systems that are being imported via NFS.
Example: vim /etc/fstab
Add, or update any NFS file systems found in the Audit to include the noexec option:

UUID=e06097bb-cfcd-437b-9e4d-a691f5662a7d /store nfs rw,nosuid,noexec 0 0

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles