Authors:
Madalina G. Ciobanu
1
;
Fausto Fasano
1
;
Fabio Martinelli
2
;
Francesco Mercaldo
1
;
2
and
Antonella Santone
1
Affiliations:
1
Department of Biosciences and Territory, University of Molise, Pesche (IS), Italy
;
2
Istituto di Informatica e Telematica, Consiglio Nazionale delle Ricerche, Pisa, Italy
Keyword(s):
Android, Security, Model Checking, Formal Methods, Privacy.
Abstract:
Our mobile devices, if compared to their desktop counterpart, store a lot of sensitive and private information. Considering how easily permissions to sensitive and critical resources in the mobile environment are released, for example in Android, sometimes the developer unwittingly causes the leakage of sensitive information, endangering the privacy of users. Starting from these considerations, in this paper we propose a method aimed to automatically localise the code where there is the possibility of information leak. In a nutshell, we discuss a method aimed to check whether a sensitive information is processed in a way that violates specific rules. We employ code instrumentation to annotate sensitive data exploiting model checking technique. To show the effectiveness of the proposed method a case study is presented.