English

UEFI virtual machine firmware hardening through snapshots and attack surface reduction

Software Engineering 2021-11-22 v1 Cryptography and Security

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.

Cite

@article{arxiv.2111.10167,
  title  = {UEFI virtual machine firmware hardening through snapshots and attack surface reduction},
  author = {Mikhail Krichanov and Vitaly Cheptsov},
  journal= {arXiv preprint arXiv:2111.10167},
  year   = {2021}
}

Comments

7 pages, 2 figures

R2 v1 2026-06-24T07:44:45.288Z