Furious searches for BIOS only era hardware are taking place on ebay as we speak. To use with a modified Linux kernel that emulates a bog standard Thinkpad uefi environment of course. EDIT: I forgot to phrase this as a question - besides missing a QubesOS or KickSecure on top, is this a decent plan for airgapped stuff?
I'm not sure what you mean by "a modified Linux kernel that emulates a bog standard Thinkpad uefi environment". The UEFI environment is provided by the firmware and starts EFI applications, which could be a UKI containing your kernel+initramfs, or grub that then starts your kernel+initramfs from /boot, or anything else. ie the UEFI sits below the kernel. UEFI can be emulated on top of BIOS using something like Clover…
CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
81–90 of 125 posts
Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#82Earlier quoted context omitted.
I'm not sure what you mean by "a modified Linux kernel that emulates a bog standard Thinkpad uefi environment". The UEFI environment is provided by the firmware and starts EFI applications, which could be a UKI containing your kernel+initramfs, or grub that then starts your kernel+initramfs from /boot, or anything else. ie the UEFI sits below the kernel. UEFI can be emulated on top of BIOS using something like Clover…
UEFI Secure Boot doesn't completely protect against physical attacks. If a person can turn off and turn on the computer, they can replace the currently active UEFI bootloader with a shim app, enroll their own key. They can then run any UEFI binary, that binary can then do whatever, and at the end remove the SHIM NVRAM variable that it used, finally loading the original OS bootloader and removing all traces.
I didn't say it did. In fact I formulated what I wrote precisely to convey the opposite message.
>they can replace the currently active UEFI bootloader with a shim app, enroll their own key.
UEFI can be protected by a password if the implementation supports it. How secure that is is of course up to the implementation.
Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#83Furious searches for BIOS only era hardware are taking place on ebay as we speak. To use with a modified Linux kernel that emulates a bog standard Thinkpad uefi environment of course. EDIT: I forgot to phrase this as a question - besides missing a QubesOS or KickSecure on top, is this a decent plan for airgapped stuff?
Just run your OS in a VM.
Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#84> One of our industry partners, Qihoo360, Ooh, I recognise that name. They were involved in certificate shenanigans with Startcom. I'm immediately suspicious. (I've barely started reading the article, but I'm predisposed to distrust anything involved with Qihoo)
Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#85Hah, this reminds of a security researcher a few years ago that was reporting malware that he couldn't research without infecting his other machines. I'm fuzzy on the details, but everyone wrote him off as a paranoid delusional and the incident was quickly swept under the rug. Makes me wonder if he found some sophisticated state sponsored stuff and got smeared to hush it up. I mean realistically, we'd be naive to not…
Though I’d happily cooperate if me watching team did exist and came out of shadows to clarify their doubts and pass along the taxpayer money saved :)
Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#86Hah, this reminds of a security researcher a few years ago that was reporting malware that he couldn't research without infecting his other machines. I'm fuzzy on the details, but everyone wrote him off as a paranoid delusional and the incident was quickly swept under the rug. Makes me wonder if he found some sophisticated state sponsored stuff and got smeared to hush it up. I mean realistically, we'd be naive to not…
Shutting down everything because of paranoia sounds a bit extreme
Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#87Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#88Such sophisticated attacks always amaze me, and I've always wondered how people go about developing them in the first place.
someone who worked on the UEFI implementation writes it
People who developed such specifications in the first place, like UEFI, would be great candidates for an organization looking for someone with deep knowledge of the subject.
Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#89Furious searches for BIOS only era hardware are taking place on ebay as we speak. To use with a modified Linux kernel that emulates a bog standard Thinkpad uefi environment of course. EDIT: I forgot to phrase this as a question - besides missing a QubesOS or KickSecure on top, is this a decent plan for airgapped stuff?
I'm not sure what you mean by "a modified Linux kernel that emulates a bog standard Thinkpad uefi environment". The UEFI environment is provided by the firmware and starts EFI applications, which could be a UKI containing your kernel+initramfs, or grub that then starts your kernel+initramfs from /boot, or anything else. ie the UEFI sits below the kernel. UEFI can be emulated on top of BIOS using something like Clover…
Re: CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
#90Earlier quoted context omitted.
Most modern exploits on this level are extremely difficult to get onto users machines - without any conspiracy at play, you would have to essentially get users to run untrusted code, and for general use case there are a whole bunch of blockades against this. For private entities seeking financial gain, its completely pointless to burn a zero day like this for the return that you would get.
Really ? On some of my computers the UEFI partition is a FAT32 partition writable by anyone by default.