Enforcing authorization policies using transactional memory introspection

  • Authors:
  • Arnar Birgisson;Mohan Dhawan;Úlfar Erlingsson;Vinod Ganapathy;Liviu Iftode

  • Affiliations:
  • Reykjavik University, Reykjavik, Iceland;Rutgers University, Piscataway, NJ, USA;Reykjavik University, Reykjavik, Iceland;Rutgers University, Piscataway, NJ, USA;Rutgers University, Piscataway, NJ, USA

  • Venue:
  • Proceedings of the 15th ACM conference on Computer and communications security
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Correct enforcement of authorization policies is a difficult task, especially for multi-threaded software. Even in carefully-reviewed code, unauthorized access may be possible in subtle corner cases. We introduce Transactional Memory Introspection (TMI), a novel reference monitor architecture that builds on Software Transactional Memory--a new, attractive alternative for writing correct, multi-threaded software. TMI facilitates correct security enforcement by simplifying how the reference monitor integrates with software functionality. TMI can ensure complete mediation of security-relevant operations, eliminate race conditions related to security checks, and simplify handling of authorization failures. We present the design and implementation of a TMI-based reference monitor and experiment with its use in enforcing authorization policies on four significant servers. Our experiments confirm the benefits of the TMI architecture and show that it imposes an acceptable runtime overhead.