Researchers discovered a critical weakness in how artificial intelligence models click on computer screens. GUI visual grounding systems, which automate tasks by translating on-screen instructions into mouse clicks, generate coordinates as sequences of digit tokens rather than raw numbers. Attackers exploited this design flaw with a new attack called MissClick, achieving success rates up to 75% in disrupting AI-controlled clicks across multiple platforms.

How the exploit works

The vulnerability stems from how these models actually work under the hood. Instead of outputting an X-Y coordinate as a single value, they generate it digit-by-digit, like spelling out a number letter by letter. Each digit gets treated as a categorical choice, similar to picking a word from vocabulary. This means changing a hundreds-place digit by just one value can shift a click by 100 units on screen, sending the AI's cursor completely off target.

Researchers built two variants of MissClick. The untargeted version randomly disrupts clicks to mess with automation workflows. The targeted version hijacks the model's intent, forcing it to click on a specific wrong location. On OS-Atlas, untargeted attacks succeeded 75.07% of the time. On UGround, targeted attacks reached 62.67% success. nobody designed these visual grounding models with digit-level adversarial resistance in mind, leaving them wide open.

What happens next

As AI systems increasingly handle desktop and mobile automation, this weakness becomes more dangerous. A compromised click could drain a bank account, submit fraudulent forms, or trigger unintended transactions. The research shows that even small input perturbations at the digit level can cascade into real-world harm. The models were built for accuracy, not security, leaving them vulnerable to an entirely new class of attacks that researchers are only now discovering.

This article is informational and does not constitute investment or security advice. Always validate AI system outputs before executing critical actions.