XFI: software guards for system address spaces

  • Authors:
  • Úlfar Erlingsson;Martín Abadi;Michael Vrable;Mihai Budiu;George C. Necula

  • Affiliations:
  • Microsoft Research, Silicon Valley;Microsoft Research, Silicon Valley & UC Santa Cruz;UC San Diego;Microsoft Research, Silicon Valley;UC Berkeley

  • Venue:
  • OSDI '06 Proceedings of the 7th symposium on Operating systems design and implementation
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

XFI is a comprehensive protection system that offers both flexible access control and fundamental integrity guarantees, at any privilege level and even for legacy code in commodity systems. For this purpose, XFI combines static analysis with inline software guards and a two-stack execution model. We have implemented XFI for Windows on the x86 architecture using binary rewriting and a simple, stand-alone verifier; the implementation's correctness depends on the verifier, but not on the rewriter. We have applied XFI to software such as device drivers and multimedia codecs. The resulting modules function safely within both kernel and user-mode address spaces, with only modest enforcement overheads.