A11y and Privacy don't have to be mutually exclusive: Constraining Accessibility Service Misuse on Android

Authors: 

Jie Huang, Michael Backes, and Sven Bugiel, CISPA Helmholtz Center for Information Security

Abstract: 

Accessibility features of Android are crucial in assisting people with disabilities or impairment to navigate their devices. However, the same, powerful features are commonly misused by shady apps for malevolent purposes, such as stealing data from other apps. Unfortunately, existing defenses do not allow apps to protect themselves and at the same time to be fully inclusive to users with accessibility needs.

To enhance the privacy protection of the user while preserving the accessibility features for assistive apps, we introduce an extension to Android's accessibility framework. Our design is based on a study of how accessibility features are used in 95 existing accessibility apps of different types (malware, utility, and a11y). Based on those insights, we propose to model the usage of the accessibility framework as a pipeline of code modules, which are all sandboxed on the system-side. By policing the data flows of those modules, we achieve more fine-grained control over the access to accessibility features and the way they are used in apps, allowing a balance between accessibility functionality for dependent users and reduced privacy risks. We demonstrate the feasibility of our solution by migrating two real-world apps to our privacy-enhanced accessibility framework.

Open Access Media

USENIX is committed to Open Access to the research presented at our events. Papers and proceedings are freely available to everyone once the event begins. Any video, audio, and/or slides that are posted after the event are also free and open to everyone. Support USENIX and our commitment to Open Access.

BibTeX
@inproceedings {272304,
author = {Jie Huang and Michael Backes and Sven Bugiel},
title = {A11y and Privacy don{\textquoteright}t have to be mutually exclusive: Constraining Accessibility Service Misuse on Android},
booktitle = {30th USENIX Security Symposium (USENIX Security 21)},
year = {2021},
isbn = {978-1-939133-24-3},
pages = {3631--3648},
url = {https://www.usenix.org/conference/usenixsecurity21/presentation/huang},
publisher = {USENIX Association},
month = aug
}

Presentation Video