The LMVD-ID is an internal research identifier, not an official CVE identifier.
Browser Agent Jailbreak
Refusal-trained Large Language Models (LLMs) show decreased safety when deployed as browser agents compared to their performance in chatbot settings. Attack methods effective at jailbreaking LLMs in chat contexts also…
Paper-evaluated models(8)
o1-preview, o1-mini, GPT-4 Turbo +5 more
- o1-preview
- o1-mini
- GPT-4 Turbo
- GPT-4o
- Claude 3 Opus
- Claude 3.5 Sonnet
- Llama 3.1 405B
- Gemini 1.5 Pro
Description
Refusal-trained Large Language Models (LLMs) show decreased safety when deployed as browser agents compared to their performance in chatbot settings. Attack methods effective at jailbreaking LLMs in chat contexts also successfully bypass safety mechanisms in browser agents, leading to the execution of harmful behaviors. This vulnerability stems from a lack of generalization of safety training to agentic, real-world interaction scenarios and the increased context available to the agent (browser state, action history).
Examples
See paper for detailed examples of harmful behaviors successfully executed by browser agents using both direct prompts and jailbreaking techniques. The paper includes specific prompts and agent trajectories illustrating successful attacks against several LLMs (GPT-4, o1, Claude, Llama-3.1, Gemini) deployed as browser agents using OpenHands. Examples also show that simply adding a long context (e.g., a large HTML document) to a prompt does not consistently reproduce the vulnerability.
Impact
Successful exploitation allows malicious actors to execute harmful behaviors through a browser agent, including generating and distributing malicious content, performing unauthorized actions on websites, and potentially carrying out illegal activities. The impact depends on the specific harm category and could range from minor inconvenience to severe consequences, including financial losses, identity theft, and reputational damage.
Affected Systems
Large Language Models (LLMs) deployed as browser agents, particularly those using frameworks like OpenHands and potentially SeeAct, that rely on refusal training as a primary safety mechanism. The evaluated backbones are o1-preview, o1-mini, GPT-4 Turbo, GPT-4o, Claude 3 Opus, Claude 3.5 Sonnet, Llama 3.1 405B, and Gemini 1.5 Pro.
Mitigation Steps
- Improve safety training data: Include a wider variety of agentic, real-world scenarios in the safety training data, emphasizing interactions that can lead to harm in the context of browser agents.
- Develop robust agent-specific safety mechanisms: Implement safety mechanisms designed to handle the unique challenges posed by browser agents and their access to real-world systems. This could involve stronger input validation, restricting access to sensitive functions, enhanced monitoring, and better integration of safety models into the agent's decision-making process.
- Strengthen adversarial robustness: Develop more robust methods to resist jailbreaking attacks specifically targeting browser agents. This includes evaluating model behavior beyond simple prompt variations and addressing the implications of long contexts and action histories.
- Implement external sandboxing and monitoring: Operate browser agents within a secure sandbox environment with rigorous monitoring to detect and mitigate potentially harmful actions in real-time. Careful logging and analysis of agent behavior can be crucial for detecting and preventing future attacks
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary research source linked.
- Severity
- Not rated by this catalog.
- Source and publication type
- arXiv · Research preprint.
- Peer-review status is not provided by this source.
- Author and publication status
- Author metadata is not stored; see the primary paper.
- Threat model and attacker access
- Black-box model, service, or application access.
- Related deployment categories
- Agent workflows
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Large Language Models (LLMs) deployed as browser agents, particularly those using frameworks like OpenHands and potentially SeeAct, that rely on refusal training as a primary safety mechanism. The evaluated backbones…
Research Paper
Refusal-Trained LLMs Are Easily Jailbroken As Browser Agents
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.
https://arxiv.org/abs/2410.13886Related research
- Embodied Action Jailbreak
Published March 1, 2026 · prompt-layer, application-layer, jailbreak
- Agent Policy Hacking
Published July 1, 2025 · application-layer, model-layer, prompt-layer
- Voice Agent Behavioral Bypass
Published February 1, 2026 · model-layer, application-layer, injection