Static Taint Analysis Method for Intent Injection Vulnerability in Android Applications.

Bin Xiong,Guangli Xiang,Tianyu Du,Jing (Selena) He,Shouling Ji
DOI: https://doi.org/10.1007/978-3-319-69471-9_2
2017-01-01
Abstract:In the component communication of Android application, the risk that Intent can be constructed by attackers may result in malicious component injection. To solve this problem, we develop IntentSoot, a prototype for detecting Intent injection vulnerability in both public components and private components for Android applications based on static taint analysis. It first builds call graph and control flow graph of Android application, and then tracks the taint propagation within a component, between components and during the reflection call to detect the potential Intent injection vulnerability. Experimental results validate the effectiveness of IntentSoot in various kinds of applications.
What problem does this paper attempt to address?