1.1.1.1 Ensure mounting of cramfs filesystems is disabled - lsmod

Information

The `cramfs` filesystem type is a compressed read-only Linux filesystem embedded in small footprint systems. A `cramfs` image can be used without having to first decompress the image.
Removing support for unneeded filesystem types reduces the local attack surface of the server. If this filesystem type is not needed, disable it.

Solution

Edit or create the file `/etc/modprobe.d/CIS.conf` and add the following line:
```
install cramfs /bin/true
```
Run the following command to unload the `cramfs` module:
```
# rmmod cramfs
```

See Also

https://workbench.cisecurity.org/files/1863

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-7b.

Plugin: Unix

Control ID: c604edc29f91bfb76c18cf4988d6513712e207f35140e4782339c4c03a45abf6