A type system for data-flow integrity on windows vista

  • Authors:
  • Avik Chaudhuri;Prasad Naldurg;Sriram Rajamani

  • Affiliations:
  • University of California, Santa Cruz, Santa Cruz, CA, USA;Microsoft Research India, Bangalore, India;Microsoft Research India, Bangalore, India

  • Venue:
  • Proceedings of the third ACM SIGPLAN workshop on Programming languages and analysis for security
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Windows Vista operating system implements an interesting model of multi-level integrity. We observe that in this model, trusted code must participate in any information-flow attack. Thus, it is possible to eliminate such attacks by statically restricting trusted code. We formalize this model by designing a type system that can efficiently enforce data-flow integrity on Windows Vista. Typechecking guarantees that objects whose contents are statically trusted never contain untrusted values, regardless of what untrusted code runs in the environment. Some of Windows Vista's runtime access checks are necessary for soundness; others are redundant and can be optimized away.