
Two weeks ago, security researchers managed to disable the Intel Management Engine, and last week, Google held a talk at the Open Source Summit (née LinuxCon) in which they unveiled their plans to completely (well, almost completely) replace every bit of code between the operating system you know about (Windows, Linux, BSD, whatever) and the bare metal x86 processor (Intel-only, for now).
With the WikiLeaks release of the vault7 material, the security of the UEFI (Unified Extensible Firmware Interface) firmware used in most PCs and laptops is once again a concern. UEFI is a proprietary and closed-source operating system, with a codebase almost as large as the Linux kernel, that runs when the system is powered on and continues to run after it boots the OS (hence its designation as a "Ring -2 hypervisor"). It is a great place to hide exploits since it never stops running, and these exploits are undetectable by kernels and programs.
Our answer to this is NERF (Non-Extensible Reduced Firmware), an open source software system developed at Google to replace almost all of UEFI firmware with a tiny Linux kernel and initramfs. The initramfs file system contains an init and command line utilities from the u-root project (http://u-root.tk/), which are written in the Go language.
Both the slides from the talk and the video are available.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Hi,
and the project probably use HEADS firmware as a payload:
https://media.ccc.de/v/33c3-8314-bootstraping_a_slightly_more_secure...
HEADS firmware (Linux) can boot any os via kexec
min 39:00s to min 40:30s
So you can use kexec to boot Windows, and OS X, and Haiku, and MS-DOS, and FreeBSD, and Solaris, and ...?
- Brendan
Don't know for MacOS and Windows but those can be virtualized via kvm or xen :-)
for the rest of the list I think so, they should boot.
https://en.wikipedia.org/wiki/Multiboot_Specification
anyway...someone did implement a kexec syscall in a freebsd derivative... and used it to boot linux...
https://github.com/fail0verflow/ps4-kexec
https://www.youtube.com/watch?v=2A7V3GLWF6U
Member since:
2017-08-19
Trammel is involved with the NERF project
and the project probably use HEADS firmware as a payload:
https://media.ccc.de/v/33c3-8314-bootstraping_a_slightly_more_secure...
HEADS firmware (Linux) can boot any os via kexec
min 39:00s to min 40:30s