Chapter 22. Updating the Secure Boot Revocation List
You can update the UEFI Secure Boot Revocation List on your system so that Secure Boot identifies software with known security issues and prevents it from compromising your boot process.
22.1. The Secure Boot Revocation List
The UEFI Secure Boot Revocation List, or the Secure Boot Forbidden Signature Database (dbx), is a list that identifies software that Secure Boot no longer allows to run.
When a security issue or a stability problem is found in software that interfaces with Secure Boot, such as in the GRUB boot loader, the Revocation List stores its hash signature. Software with such a recognized signature cannot run during boot, and the system boot fails to prevent compromising the system.
For example, a certain version of GRUB might contain a security issue that allows an attacker to bypass the Secure Boot mechanism. When the issue is found, the Revocation List adds hash signatures of all GRUB versions that contain the issue. As a result, only secure GRUB versions can boot on the system.
The Revocation List requires regular updates to recognize newly found issues. When updating the Revocation List, make sure to use a safe update method that does not cause your currently installed system to no longer boot.
22.2. Applying an online Revocation List update
You can update the Secure Boot Revocation List on your system so that Secure Boot prevents known security issues. This procedure is safe and ensures that the update does not prevent your system from booting.
Prerequisites
- Secure Boot is enabled on your system.
- Your system can access the internet for updates.
Procedure
Determine the current version of the Revocation List:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow fwupdmgr get-devices
# fwupdmgr get-devicesSee the
Current versionfield underUEFI dbx.Enable the LVFS Revocation List repository:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow fwupdmgr enable-remote lvfs
# fwupdmgr enable-remote lvfsRefresh the repository metadata:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow fwupdmgr refresh
# fwupdmgr refreshApply the Revocation List update:
On the command line:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow fwupdmgr update
# fwupdmgr updateIn the graphical interface:
- Open the Software application
- Navigate to the Updates tab.
- Find the Secure Boot dbx Configuration Update entry.
- Click .
-
At the end of the update,
fwupdmgror Software asks you to reboot the system. Confirm the reboot.
Verification
After the reboot, check the current version of the Revocation List again:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow fwupdmgr get-devices
# fwupdmgr get-devices
22.3. Applying an offline Revocation List update
On a system with no internet connection, you can update the Secure Boot Revocation List from RHEL so that Secure Boot prevents known security issues. This procedure is safe and ensures that the update does not prevent your system from booting.
Procedure
Determine the current version of the Revocation List:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow fwupdmgr get-devices
# fwupdmgr get-devicesSee the
Current versionfield underUEFI dbx.List the updates available from RHEL:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow ls /usr/share/dbxtool/
# ls /usr/share/dbxtool/Select the most recent update file for your architecture. The file names use the following format:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow DBXUpdate-date-architecture.cab
DBXUpdate-date-architecture.cabInstall the selected update file:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow fwupdmgr install /usr/share/dbxtool/DBXUpdate-date-architecture.cab
# fwupdmgr install /usr/share/dbxtool/DBXUpdate-date-architecture.cab-
At the end of the update,
fwupdmgrasks you to reboot the system. Confirm the reboot.
Verification
After the reboot, check the current version of the Revocation List again:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow fwupdmgr get-devices
# fwupdmgr get-devices