CRMar 31

An Empirical Comparison of Security and Privacy Characteristics of Android Messaging Apps

arXiv:2603.296687.2
Predicted impact top 86% in CR · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work addresses security and privacy concerns for billions of users of mobile messaging apps, but it is incremental as it applies existing analysis methods to new data on app implementations.

The study tackled the problem of comparing security and privacy characteristics in Android messaging apps by analyzing implementation aspects like software architecture and network behavior, finding that Messenger has the largest attack surface and most network activity, while Signal is the most minimalist with the fewest dependencies and permissions.

Mobile messaging apps are a fundamental communication infrastructure, used by billions of people every day to share information, including sensitive data. Security and Privacy are thus critical concerns for such applications. Although the cryptographic protocols prevalent in messaging apps are generally well studied, other relevant implementation characteristics of such apps, such as their software architecture, permission use, and network-related runtime behavior, have not received enough attention. In this paper, we present a methodology for comparing implementation characteristics of messaging applications by employing static and dynamic analysis under reproducible scenarios to identify discrepancies with potential security and privacy implications. We apply this methodology to study the Android clients of the Meta Messenger, Signal, and Telegram apps. Our main findings reveal discrepancies in application complexity, attack surface, and network behavior. Statically, Messenger presents the largest attack surface and the highest number of static analysis warnings, while Telegram requests the most dangerous permissions. In contrast, Signal consistently demonstrates a minimalist design with the fewest dependencies and dangerous permissions. Dynamically, these differences are reflected in network activity; Messenger is by far the most active, exhibiting persistent background communication, whereas Signal is the least active. Furthermore, our analysis shows that all applications properly adhere to the Android permission model, with no evidence of unauthorized data access.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes