Fixed Intel
CRITICAL THREAT ALERT
Aggregated Intel
Critical
Industry NewsImpact: 88/10

Claude Extension Flaw Enabled Zero-Click XSS Prompt Injection via Any Website

Claude extension flaw enabled silent prompt injection via XSS and weak allowlist, risking data theft and impersonation until Feb 19, 2026 fix.

FIFixed Intel Team||2 min read|2 Views
Claude Extension Flaw Enabled Zero-Click XSS Prompt Injection via Any Website

AI-Generated Summary

A zero-click vulnerability in Anthropic's Claude Chrome Extension chained an overly permissive origin allowlist with a DOM-based XSS flaw in an Arkose Labs CAPTCHA component hosted on a Claude subdomain, allowing any website to silently inject malicious prompts into the AI assistant without user interaction. Successful exploitation could enable attackers to steal access tokens, access conversation history, and perform unauthorized actions such as sending emails on behalf of victims. Anthropic patched the extension with strict origin validation following responsible disclosure on December 27, 2025, and Arkose Labs resolved the XSS flaw by February 19, 2026.

Affected Sectors

TechnologyFinancial ServicesHealthcareEducationGovernmentEnterprise

Frameworks

NIST CSFISO27001OWASPNCA-ECCGDPRSAMA CSF

Aggregated from The Hacker News

This article was automatically aggregated from an external source. Content may be summarized.

Read Original

Full Analysis

Ravie LakshmananMar 26, 2026Browser Security / Vulnerability

Cybersecurity researchers have disclosed a vulnerability in Anthropic's Claude Google Chrome Extension that could have been exploited to trigger malicious prompts simply by visiting a web page.

The flaw "allowed any website to silently inject prompts into that assistant as if the user wrote them," Koi Security researcher Oren Yomtov said in a report shared with The Hacker News. "No clicks, no permission prompts. Just visit a page, and an attacker completely controls your browser."

The issue chains two underlying flaws -

  • An overly permissive origin allowlist in the extension that allowed any subdomain matching the pattern (*.claude.ai) to send a prompt to Claude for execution.
  • A document object model (DOM)-based cross-site scripting (XSS) vulnerability in an Arkose Labs CAPTCHA component hosted on "a-cdn.claude[.]ai."

Cybersecurity

Specifically, the XSS vulnerability enables the execution of arbitrary JavaScript code in the context of "a-cdn.claude[.]ai." A threat actor could leverage this behavior to inject JavaScript that issues a prompt to the Claude extension.

The extension, for its part, allows the prompt to land in Claude's sidebar as if it's a legitimate user request simply because it comes from an allow-listed domain.

"The attacker's page embeds the vulnerable Arkose component in a hidden <iframe>, sends the XSS payload via postMessage, and the injected script fires the prompt to the extension," Yomtov explained. "The victim sees nothing."

Successful exploitation of this vulnerability could allow the adversary to steal sensitive data (e.g., access tokens), access conversation history with the AI agent, and even perform actions on behalf of the victim (e.g., sending emails impersonating them, asking for confidential data).

Following responsible disclosure on December 27, 2025, Anthropic deployed a patch to the Chrome extension that enforces a strict origin check requiring an exact match to the domain "claude[.]ai." Arkose Labs has since fixed the XSS flaw at its end as of February 19, 2026.

"The more capable AI browser assistants become, the more valuable they are as attack targets," Koi said. "An extension that can navigate your browser, read your credentials, and send emails on your behalf is an autonomous agent. And the security of that agent is only as strong as the weakest origin in its trust boundary."

Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.


Originally published by The Hacker News

Original Source

The Hacker News