|
|
|
|
|
by Doe-_
566 days ago
|
|
What makes you think that? Secure Boot prevents this rootkit from running and is the recommended mitigation: > Bootkitty is signed by a self-signed certificate, thus is not capable of running on systems with UEFI Secure Boot enabled unless the attackers certificates have been installed. > To keep your Linux systems safe from such threats, make sure that UEFI Secure Boot is enabled In fairness, the blog post confusingly says this in the next bullet point: > Bootkitty is designed to boot the Linux kernel seamlessly, whether UEFI Secure Boot is enabled or not, as it patches, in memory, the necessary functions responsible for integrity verification before GRUB is executed. However, this would still require Rootkitty to have gained execution already, which it wouldn't be able to if Secure Boot was enabled and the malicious actor's certificates weren't installed. |
|