1.1.1.9 Ensure firewire-core kernel module is not available

Information

The IEEE 1394 (FireWire) is a serial bus standard for high-speed real-time communication.

Disabling FireWire protects the system against exploitation of any flaws in its implementation.

Solution

Unload and disable the firewire-core kernel module.

- Run the following commands to unload the firewire-core kernel module:

# modprobe -r firewire-core 2>/dev/null
# rmmod firewire-core 2>/dev/null <xhtml:ol start="2"> - Perform the following to disable the firewire-core kernel module:

Create a file ending inconf with install firewire-core /bin/false in the /etc/modprobe.d/ directory

Example:

# printf '%s\n' "" "install firewire-core /bin/false" >> /etc/modprobe.d/60-firewire-core.conf

Create a file ending inconf with blacklist firewire-core in the /etc/modprobe.d/ directory

Example:

# printf '%s\n' "" "blacklist firewire-core" >> /etc/modprobe.d/60-firewire-core.conf

See Also

https://workbench.cisecurity.org/benchmarks/23597

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-6, 800-53|CM-7, CSCv7|9.2

Plugin: Unix

Control ID: 6c09d96fdf2c8f8889042f80ec5aae6f15627f94723624d345ed403e26987011