RHEL 9 must block unauthorized peripherals before establishing a connection.
An XCCDF Rule
Description
<VulnDiscussion>The USBguard-daemon is the main component of the USBGuard software framework. It runs as a service in the background and enforces the USB device authorization policy for all USB devices. The policy is defined by a set of rules using a rule language described in the usbguard-rules.conf file. The policy and the authorization state of USB devices can be modified during runtime using the usbguard tool. The system administrator (SA) must work with the site information system security officer (ISSO) to determine a list of authorized peripherals and establish rules within the USBGuard software framework to allow only authorized devices.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-258038r1017033_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Configure the operating system to enable the blocking of unauthorized peripherals with the following command:
Note: This command must be run from a root shell and will create an allow list for any usb devices currently connect to the system.
# usbguard generate-policy --no-hash > /etc/usbguard/rules.conf