Limiting information leakage in event-based communication

  • Authors:
  • Willard Rafnsson;Andrei Sabelfeld

  • Affiliations:
  • Chalmers;Chalmers

  • Venue:
  • Proceedings of the ACM SIGPLAN 6th Workshop on Programming Languages and Analysis for Security
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Event-based communication is a major source of power and flexibility for today's applications. For example, in the context of a web browser, the dynamism of user experience is driven by events: fine-grained interaction of the user with a web application triggers events reactively handled by JavaScript code. This paper explores channels for leaking sensitive information through constructs in a reactive language. We propose a general and realizable security framework for preventing information leaks in a reactive setting with such features as new handler creation and hierarchical event structures. While prior work largely takes an all-or-nothing approach to information flows due to intermediate output, our framework tightly regulates the bandwidth of such flows: at most log(n + 1) bits are allowed to be released, where n is the number of public inputs to the program. We gain flexibility from distinguishing between the security levels of message existence and content. A combination of flow-sensitive analysis and buffering output enables us to enforce security without being overly restrictive.