FineDroid: Enforcing Permissions with System-Wide Application Execution Context.

Yuan Zhang,Min Yang,Guofei Gu,Hao Chen
DOI: https://doi.org/10.1007/978-3-319-28865-9_1
2015-01-01
Abstract:To protect sensitive resources from unauthorized use, modern mobile systems, such as Android and iOS, design a permission-based access control model. However, current model could not enforce fine-grained control over the dynamic permission use contexts, causing two severe security problems. First, any code package in an application could use the granted permissions, inducing attackers to embed malicious payloads into benign apps. Second, the permissions granted to a benign application may be utilized by an attacker through vulnerable application interactions. Although ad hoc solutions have been proposed, none could systematically solve these two issues within a unified framework.
What problem does this paper attempt to address?