SV-270718r1134811_rule
V-270718
SRG-OS-000690-GPOS-00140
UBTU-24-300039
CAT II
10
Configure Ubuntu 24.04 LTS to disable using the USB storage kernel module with the following command:
$ sudo su -c "echo install usb-storage /bin/false >> /etc/modprobe.d/DISASTIG.conf"
Configure Ubuntu 24.04 LTS to disable the ability to use USB mass storage devices with the following command:
$ sudo su -c "echo blacklist usb-storage >> /etc/modprobe.d/DISASTIG.conf"
Verify that Ubuntu 24.04 LTS disables the ability to load the USB storage kernel module with the following command:
$ sudo grep usb-storage /etc/modprobe.d/* | grep "/bin/false"
/etc/modprobe.d/DISASTIG.conf:install usb-storage /bin/false
If the command does not return any output, or the line is commented out, this is a finding.
Verify Ubuntu 24.04 LTS disables the ability to use USB mass storage devices.
$ sudo grep usb-storage /etc/modprobe.d/* | grep -i "blacklist"
/etc/modprobe.d/DISASTIG.conf:blacklist usb-storage
If the command does not return any output, or the line is commented out, this is a finding.
V-270718
False
UBTU-24-300039
Verify that Ubuntu 24.04 LTS disables the ability to load the USB storage kernel module with the following command:
$ sudo grep usb-storage /etc/modprobe.d/* | grep "/bin/false"
/etc/modprobe.d/DISASTIG.conf:install usb-storage /bin/false
If the command does not return any output, or the line is commented out, this is a finding.
Verify Ubuntu 24.04 LTS disables the ability to use USB mass storage devices.
$ sudo grep usb-storage /etc/modprobe.d/* | grep -i "blacklist"
/etc/modprobe.d/DISASTIG.conf:blacklist usb-storage
If the command does not return any output, or the line is commented out, this is a finding.
M
5673