Automatic Permission Inference for Hybrid Mobile Apps

Jian Mao,Hanjun Ma,Yue Chen,Yaoqi Jia,Zhenkai Liang
DOI: https://doi.org/10.3233/jhs-160538
2016-01-01
Journal of High Speed Networks
Abstract:The application permission system is one of the key components of Android security. Developers often use it incorrectly and claim more permissions than necessary, due to limitations of developers’ knowledge and development tools. When application’s vulnerabilities are exploited, the additional permissions give attackers more capability to carry out attacks. Hybrid mobile applications (apps) are a class of mobile apps that are built from web technologies, such as HTML, JavaScript, and CSS. In such applications, it is often easier to inject third-party code through vulnerabilities. When developers do not specify app’s permissions correctly, the injected code will result in dangerous actions breaching system security. In this paper, we develop an automatic tool to assist developers to identify the permissions required by the apps based on the hybrid mobile apps’ runtime permission checking.
What problem does this paper attempt to address?