TL;DR
This paper introduces the $mbda$SE framework, a mutation-based method for systematically evaluating and uncovering flaws in Android static analysis tools, revealing undocumented unsoundness and promoting better security tool design.
Contribution
It extends mutation analysis to evaluate Android static analysis tools, discovering previously undocumented flaws and demonstrating the widespread presence of unsoundness across multiple tools.
Findings
Discovered 25 previously undocumented flaws in Android static analysis tools.
Flaws are propagated across tools that build upon each other.
Mutation testing effectively uncovers unsoundness in security analysis tools.
Abstract
Mobile application security has been a major area of focus for security research over the course of the last decade. Numerous application analysis tools have been proposed in response to malicious, curious, or vulnerable apps. However, existing tools, and specifically, static analysis tools, trade soundness of the analysis for precision and performance and are hence soundy. Unfortunately, the specific unsound choices or flaws in the design of these tools is often not known or well-documented, leading to misplaced confidence among researchers, developers, and users. This paper describes the Mutation-based Soundness Evaluation (SE) framework, which systematically evaluates Android static analysis tools to discover, document, and fix flaws, by leveraging the well-founded practice of mutation analysis. We implemented SE and applied it to a set of prominent Android static analysis…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
