LLM-Powered Static Binary Taint Analysis
作者:Puzhuo Liu, C. P. Sun, Yaowen Zheng, Xuan Feng, Chuan Qin, Y. F. Wang, Zhenyang Xu, Zhi Li, Peng Di, Yu Jiang, Limin Sun · 发表于:ACM Transactions on Software Engineering and Methodology · 年份:2025 · DOI:10.1145/3711816 · 被引用次数:25 · 研究领域:Web Application Security Vulnerabilities、Advanced Malware Detection Techniques、Security and Verification in Computing
This article proposes LATTE , the first static binary taint analysis that is powered by a large language model (LLM). LATTE is superior to the state of the art (e.g., Emtaint, Arbiter, Karonte) in three aspects. First, LATTE is fully automated while prior static binary taint analyzers need rely on human expertise to manually customize taint propagation rules and vulnerability inspection rules. Second, LATTE is significantly effective in vulnerability detection, demonstrated by our comprehensive evaluations. For example, LATTE has found 37 new bugs in real-world firmware, which the baselines failed to find. Moreover, 10 of them have been assigned CVE numbers. Lastly, LATTE incurs remarkably low engineering cost, making it a cost-efficient and scalable solution for security researchers and practitioners. We strongly believe that LATTE opens up a new direction to harness the recent advance in LLMs to improve vulnerability analysis for binary programs.