CIS Ubuntu 14.04 LTS - 1.1.17 Ensure nodev option set on removable media partitions

Ensure nodev option is set on removable media partitions to prevent special device access

cyberstrikeus Updated

File contents

1.1.17 Ensure nodev option set on removable media partitions (Not Scored)

Profile Applicability

  • Level 1 - Server
  • Level 1 - Workstation

Description

The nodev mount option specifies that the filesystem cannot contain special devices.

Rationale

Removable media containing character and block special devices could be used to circumvent security controls by allowing non-root users to access sensitive device files such as /dev/kmem or the raw disk partitions.

Audit Procedure

# Run the following command and verify that the nodev option is set on all
# removable media partitions:
mount

Expected Result

All removable media partitions should have the nodev option set.

Remediation

# Edit the /etc/fstab file and add nodev to the fourth field (mounting options)
# of all removable media partitions. Look for entries that have mount points
# that contain words such as floppy or cdrom.
# See the fstab(5) manual page for more information.

Default Value

By default, the nodev option is not set on removable media partitions.

References

  • CIS Ubuntu Linux 14.04 LTS Benchmark v2.1.0

Profile

  • Level 1

cyberstrikeus/cyberstrike/tree/main/.cyberstrike/skill/CIS_benchmarks/Operating_Systems/Ubuntu/cis-ubuntu-linux-14-04-lts-benchmark-v2/cis-ubuntu1404-v210-1-1-17 commit 643a44d57a

Frequently asked questions

npx skillmds@latest add cyberstrikeus/cis-ubuntu-14-04-lts-1-1-17-ensure-nodev-option-set-on-remov