vix.ing · top · new · best · stats

UEFI virtual machine firmware hardening through snapshots and attack surface reduction

2021/11/19 by Mikhail Krichanov, Krichanov, Mikhail, Vitaly Cheptsov +1
Computer Science · #Advanced Malware Detection Techniques #Cloud Data Security Solutions #Cryptography and Security (cs.CR) #FOS: Computer and information sciences #Security and Verification in Computing #Software Engineering (cs.SE) #cs.CR #cs.SE

paper · pdf · doi:10.48550/arxiv.2111.10167

7 pages, 2 figures

arxiv created 2021/11/19 · openalex publication_date 2021/11/19 · arxiv updated 2021/11/22 · openalex created_date 2022/10/31 · openalex updated_date 2026/07/28

Abstract

The Unified Extensible Firmware Interface (UEFI) is a standardised interface between the firmware and the operating system used in all x86-based platforms over the past ten years. A side effect of the transition from conventional BIOS implementations to more complex and flexible implementations based on the UEFI was that it became easier for the malware to target BIOS in a widespread fashion, as these BIOS implementations are based on a common specification. This paper introduces Amaranth project - a solution to some of the contemporary security issues related to UEFI firmware. In this work we focused our attention on virtual machines as it allowed us to simplify the development of secure UEFI firmware. Security hardening of our firmware is achieved through several techniques, the most important of which are an operating system integrity checking mechanism (through snapshots) and overall firmware size reduction.

Related