You are required to read and agree to the below before accessing a full-text version of an article in the IDE article repository.

The full-text document you are about to access is subject to national and international copyright laws. In most cases (but not necessarily all) the consequence is that personal use is allowed given that the copyright owner is duly acknowledged and respected. All other use (typically) require an explicit permission (often in writing) by the copyright owner.

For the reports in this repository we specifically note that

  • the use of articles under IEEE copyright is governed by the IEEE copyright policy (available at http://www.ieee.org/web/publications/rights/copyrightpolicy.html)
  • the use of articles under ACM copyright is governed by the ACM copyright policy (available at http://www.acm.org/pubs/copyright_policy/)
  • technical reports and other articles issued by M‰lardalen University is free for personal use. For other use, the explicit consent of the authors is required
  • in other cases, please contact the copyright owner for detailed information

By accepting I agree to acknowledge and respect the rights of the copyright owner of the document I am about to access.

If you are in doubt, feel free to contact webmaster@ide.mdh.se

On Time-Sensitive Control Closure for Secure Information Flow

Publication Type:

Conference/Workshop Paper

Venue:

Fundamentals of Software Engineering 2025

Publisher:

Springer Nature Switzerland

DOI:

https://doi.org/10.1007/978-3-031-87054-5_9


Abstract

Information flow control aims at detecting the flow of sensitive information during the program execution in order to ensure the confidentiality and integrity of secret data. Static program dependency analysis calculates data and control dependencies that can be used to detect leakage of secret information. However, secret information can also be leaked through the timing channel inherent in the structure of the code, which cannot be identified using only the data and control dependencies. In this paper, we introduce the concept of Time-Sensitive Control Closure (TSCC), which offers a very general notion of control dependency. We demonstrate the application of TSCC to the fundamental semantic notion of secure information flow called noninterference. By combining TSCC with data dependencies, we develop program slicing techniques capable of detecting security leaks through both information and timing channels. To compute TSCC efficiently, we present a log-linear time algorithm to generate the influencer graph representation of programs, and a linear time algorithm to compute TSCC from the generated influencer graph. Our algorithm is implemented within the Clang/LLVM compiler infrastructure, and we conduct experiments using well-known benchmarks. The experimental evaluation validates the accuracy and performance improvements offered by the TSCC algorithm compared to existing control dependency approaches. These results demonstrate the practical utility of TSCC in enhancing the security of real-world applications.

Bibtex

@inproceedings{Masud7174,
author = {Abu Naser Masud and Bj{\"o}rn Lisper},
title = {On Time-Sensitive Control Closure for Secure Information Flow},
editor = {Hojjat, Hossein and Caltais, Georgiana},
pages = {120--137},
month = {March},
year = {2025},
booktitle = {Fundamentals of Software Engineering 2025},
publisher = {Springer Nature Switzerland},
url = {http://www.es.mdu.se/publications/7174-}
}