Brave Research Exposes Systemic Prompt Injection Flaws in AI Browsers
Security researchers warn that AI-powered browsers remain vulnerable to hidden attacks that can lead to account hijacking and data theft.
AI-powered browsers are facing a systemic security crisis as researchers reveal that integrated large language models (LLMs) can be manipulated by malicious web content. These vulnerabilities allow attackers to hijack user sessions and exfiltrate sensitive data by hiding instructions within the pages the AI is designed to process.
Security research led by the Brave team demonstrated that Perplexity's Comet browser is vulnerable to indirect prompt injection. In these attacks, the AI is tricked into executing commands embedded in a webpage rather than following the user's intent. Brave researchers specifically showed that Comet could be manipulated into automatically accessing a user's account details, creating a direct path toward full account takeover. To bypass traditional text-based security filters, attackers are utilizing "unseeable" prompt injections—malicious instructions hidden inside screenshots or images using near-invisible colors that are legible to the AI but invisible to the human eye.
The Architecture of a Vulnerability
This risk stems from the fundamental way AI browsers operate. By integrating LLMs directly into the browsing experience to summarize pages and interact with web content, these tools must read untrusted external data. Because these browsers often operate within a user's authenticated session, they create a high-risk environment for indirect prompt injection. In this scenario, the AI cannot reliably distinguish between the developer's system instructions, the user's requests, and the malicious data found on a third-party website.
Industry-Wide Implications
This is not a failure of a single product, but a systemic challenge for the entire category of AI-powered browsers. The Brave Research Team noted that indirect prompt injection is a "systemic challenge facing the entire category of AI-powered browsers," proving that current software guardrails are insufficient to solve the core problem of instruction-data confusion. The severity of this flaw is reflected in the industry's security standards; Prompt Injection (LLM01) is currently ranked as the number one security vulnerability in the OWASP Top 10 for LLM Applications.
The Path Forward
As AI browsers gain more authority to act on a user's behalf and access private data, the potential for data exfiltration grows. While some browsers may show varying levels of resistance, the ability to hide prompts in images suggests that simple input sanitization is an inadequate defense. The industry must now determine if a definitive fix exists or if the inherent nature of LLMs makes these browsers permanently susceptible to content-based manipulation.