Uranine: Real-time Privacy Leakage Monitoring Without System Modification for Android.

Vaibhav Rastogi,Zhengyang Qu,Jedidiah McClurg,Yinzhi Cao,Yan Chen
DOI: https://doi.org/10.1007/978-3-319-28865-9_14
2015-01-01
Abstract:Mobile devices are becoming increasingly popular. One reason for their popularity is the availability of a wide range of third-party applications, which enrich the environment and increase usability. There are however privacy concerns centered around these applications – users do not know what private data is leaked by the applications. Previous works to detect privacy leakages are either not accurate enough or require operating system changes, which may not be possible due to users’ lack of skills or locked devices. We present Uranine (Uranine is a dye, which finds applications as a flow tracer in medicine and environmental studies.), a system that instruments Android applications to detect privacy leakages in real-time. Uranine does not require any platform modification nor does it need the application source code. We designed several mechanisms to overcome the challenges of tracking information flow across framework code, handling callback functions, and expressing all information-flow tracking at the bytecode level. Our evaluation of Uranine shows that it is accurate at detecting privacy leaks and has acceptable performance overhead.
What problem does this paper attempt to address?