Information
The ext2fs filesystem module is used for reading or writing the traditional Linux filesystems like ext2 / ext3 / ext4.
Removing support for unneeded filesystem types reduces the local attack surface of the system. This module should be required only to temporarily read/write to ext2 / ext3 / ext4 filesystems. If this filesystem type is not needed, disable it.
Solution
Run the following script to disable the ext2fs module:
-IF- the module is available in the running kernel:
- Disable loading the kernel module
- Unload ext2fs from the kernel
# kldunload -f ext2fs
# printf "ext2fs_load=\"NO\"\n" >> /boot/loader.conf