菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-24
📄 Abstract - AgentRAE: Remote Action Execution through Notification-based Visual Backdoors against Screenshots-based Mobile GUI Agents

The rapid adoption of mobile graphical user interface (GUI) agents, which autonomously control applications and operating systems (OS), exposes new system-level attack surfaces. Existing backdoors against web GUI agents and general GenAI models rely on environmental injection or deceptive pop-ups to mislead the agent operation. However, these techniques do not work on screenshots-based mobile GUI agents due to the challenges of restricted trigger design spaces, OS background interference, and conflicts in multiple trigger-action mappings. We propose AgentRAE, a novel backdoor attack capable of inducing Remote Action Execution in mobile GUI agents using visually natural triggers (e.g., benign app icons in notifications). To address the underfitting caused by natural triggers and achieve accurate multi-target action redirection, we design a novel two-stage pipeline that first enhances the agent's sensitivity to subtle iconographic differences via contrastive learning, and then associates each trigger with a specific mobile GUI agent action through a backdoor post-training. Our extensive evaluation reveals that the proposed backdoor preserves clean performance with an attack success rate of over 90% across ten mobile operations. Furthermore, it is hard to visibly detect the benign-looking triggers and circumvents eight representative state-of-the-art defenses. These results expose an overlooked backdoor vector in mobile GUI agents, underscoring the need for defenses that scrutinize notification-conditioned behaviors and internal agent representations.

顶级标签: agents systems security
详细标签: backdoor attack mobile gui agents remote action execution notification triggers adversarial machine learning 或 搜索:

AgentRAE:通过基于通知的视觉后门对基于截图的移动GUI代理进行远程操作执行 / AgentRAE: Remote Action Execution through Notification-based Visual Backdoors against Screenshots-based Mobile GUI Agents


1️⃣ 一句话总结

这篇论文提出了一种名为AgentRAE的新型后门攻击方法,它能够利用看起来无害的通知图标等视觉触发器,远程操控基于截图的移动图形界面代理执行恶意操作,且攻击成功率很高并能绕过现有防御。

源自 arXiv: 2603.23007