Core Concepts
A platform-agnostic API, IDPFilter, can enable application providers to minimize collateral information collection by filtering out data collected from their users but implicating others as data subjects.
Abstract
The paper provides a comprehensive investigation into the previously under-investigated interdependent privacy (IDP) issues of third-party apps.
First, the authors analyze the permission structure of multiple app platforms, including Android, browser extensions, Google Workspace, and Zoom Marketplace, identifying permissions that have the potential to cause IDP issues by enabling a user to share someone else's personal data with an app.
Second, the authors collect datasets and characterize the extent to which existing apps request these permissions, revealing that the category of the app is a reliable predictor for the number of IDP-related permissions it requests.
Third, the authors discuss potential transparency and control measures for mitigating IDP issues, including privacy dashboards and fine-grained data sharing mechanisms.
Finally, the authors design IDPFilter, a platform-agnostic API that enables application providers to filter out data collected from their users but implicating other natural persons as data subjects. They also implement a proof-of-concept prototype, IDPTextFilter, and provide its initial performance evaluation with regard to privacy, accuracy, and efficiency.
Stats
"87 million Facebook profiles were harvested by the app 'thisisyourdigitallife' and used to create comprehensive personal psychological profiles."
"Facebook reached a $650 million settlement in a class action lawsuit involving the use of facial recognition technology in its photo tagging function."
"A security vulnerability allowed third-party applications to access Google+ user profile data, affecting an estimated 500,000 profiles."
"The TrueCaller Android app requires the uploading of the installing user's address book to its servers, constituting an interdependent privacy issue."
Quotes
"The proliferation of third-party apps is predicated upon the sharing of data, which is a crucial aspect of their respective platforms. The vast, diverse, and constant data exchange, however, has given rise to increasingly pressing concerns regarding privacy."
"Interdependent privacy captures the networked characteristics of privacy-related decisions. Owing to this networked nature, the privacy of individuals is bound to be affected by the actions of others, e.g., Facebook users sharing the data of their friends."
"Permissions guard the access to i) restricted data, such as location or contact information, and ii) restricted actions, such as taking photos or connecting to the Internet. Generally, the main objectives of app permissions include: i) enabling user control over data shared, ii) achieving transparency so that the user understands what data an app is using and why, and iii) promoting data minimization so that the app accesses and utilizes only the data absolutely required for a specific task the user invokes."