惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
H
Help Net Security
Jina AI
Jina AI
V
V2EX
G
Google Developers Blog
B
Blog
GbyAI
GbyAI
U
Unit 42
爱范儿
爱范儿
腾讯CDC
Engineering at Meta
Engineering at Meta
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
小众软件
小众软件
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园 - 聂微东
The Cloudflare Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Researchers Trick AI Browsers Into Leaking Credentials
https://www.infosecurity-magazine.com/profile/alessandro-mascell · 2026-06-25 · via www.infosecurity-magazine.com

A range of AI-powered web browsers have been tricked into abandoning their safety guardrails and leaking user data after being convinced they were playing a game.

Researchers at LayerX demonstrated the technique, which they named BioShocking, against six agentic browsers and plugins, including OpenAI's ChatGPT Atlas, Perplexity's Comet and Anthropic's Claude extension.

In a proof-of-concept (PoC) attack, all six were steered into copying a user's login credentials and sending them to an attacker.

Convincing the AI It Is Playing a Game

AI browsers act on the assumption that their surroundings are real, which keeps their behavior inside safety limits.

LayerX found that those limits fall away once the agent is convinced its context is fiction. The name nods to the video game BioShock, in which a character is manipulated into accepting a false reality.

To pull this off, LayerX built a malicious web page with a puzzle that rewarded deliberately wrong answers, such as insisting two plus two equals five.

Once an agent accepted that wrong answers were fine, it stopped treating the rules as real. The same effect, the firm said, could come from prompt injection or memory poisoning.

From Puzzle to Stolen Credentials

In the demonstration, after an agent solved the rigged puzzle, it was told to open a page called /code and copy the contents of a text box.

That page redirected to the victim's work GitHub repository, and the agent pulled out the SSH credentials. Rather than balk, the agents treated the theft as another step and celebrated finishing the game.

LayerX stressed that the test used a harmless plaintext file. But it warned that in a real attack, the redirect could point to any site the user was logged into, including open tabs and private repositories, widening the scope for data exfiltration. None of the six agents flagged the credential theft as a violation of their rules.

Read more on prompt injection against AI browsers: HashJack Indirect Prompt Injection Weaponizes Websites

Vendor responses reportedly varied. LayerX said OpenAI fixed the issue in ChatGPT Atlas, while Perplexity closed its report without acting and three smaller vendors, Fellou, Genspark and Sigma, did not respond. Anthropic attempted a fix, but LayerX said its patch failed.

Infosecurity has reached out to the vendors individually.

To blunt the attack, LayerX urged AI browser makers to require user confirmation before an agent reads from logged-in accounts, to flag when an agent is told the usual rules no longer apply and to let users limit what an agent can touch.

These tools trust their context, the firm said, so changing the context changes what they do.