<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it?]]></title><description><![CDATA[<p>So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? Cool cool cool.</p><p>Yeah, don't let this one in.</p><p></p><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://layerxsecurity.com/blog/a-flaw-in-claudes-browser-extension-allows-any-extension-to-hijack-it/" title="ClaudeBleed: A Flaw In Claude's Browser Extension Allows Any Extension to Hijack It - LayerX">
<img src="https://layerxsecurity.com/wp-content/uploads/2026/05/Blog-Claude-Extension-Flaw-2-1.png" class="card-img-top not-responsive" style="max-height:15rem" alt="Link Preview Image" />
</a>



<div class="card-body">
<h5 class="card-title">
<a href="https://layerxsecurity.com/blog/a-flaw-in-claudes-browser-extension-allows-any-extension-to-hijack-it/">
ClaudeBleed: A Flaw In Claude's Browser Extension Allows Any Extension to Hijack It - LayerX
</a>
</h5>
<p class="card-text line-clamp-3">Executive Summary LayerX security researchers have discovered a flaw with Claude’s Chrome extension (“Claude in Chrome”) that allows any extension, even one with no special permissions at all, to effectively hijack Claude’s extension by injecting it with malicious instructions, extract any information that the attacker desires, and get Claude to perform active agentic actions on […]</p>
</div>
<a href="https://layerxsecurity.com/blog/a-flaw-in-claudes-browser-extension-allows-any-extension-to-hijack-it/" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://layerxsecurity.com/wp-content/themes/layerx-2023/assets/images/favicon.png" alt="favicon" class="not-responsive overflow-hiddden" style="max-width:21px;max-height:21px" />



<p class="d-inline-block text-truncate mb-0">LayerX <span class="text-secondary">(layerxsecurity.com)</span></p>
</a>
</div><p></p>]]></description><link>https://board.circlewithadot.net/topic/2718e874-45a1-4a38-b914-523a2dacb7d4/so-the-claude-extension-allows-any-other-extension-to-inject-javascript-into-claude.ai-and-run-it</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 22:36:27 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/2718e874-45a1-4a38-b914-523a2dacb7d4.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 May 2026 13:22:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Mon, 11 May 2026 13:54:10 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> So does that mean you can essentially get local code execution by communicating with a locally-running claude instance? That would be a bigger issue. </p><p>If it's only Claude in the browser, performing clicks for you - i don't think there's a lot of extra capabilities you get, compared to what you have already when you get someone to install the extension.<br />After all, why communicate with a different browser extension, when you already have a browser extension running?</p><p>However, still not great sandboxing by anthropic obviously.</p>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/hweissi/statuses/116556277398001419</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/hweissi/statuses/116556277398001419</guid><dc:creator><![CDATA[hweissi@infosec.exchange]]></dc:creator><pubDate>Mon, 11 May 2026 13:54:10 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Mon, 11 May 2026 13:11:50 GMT]]></title><description><![CDATA[<p><span><a href="/user/hweissi%40infosec.exchange">@<span>hweissi</span></a></span> The issue here is the security boundary of <code>externally_connected</code> being broken because of the nature of the extension.</p><p>Any extension can request the <code>scripting</code> permission to inject JavaScript; that is true. Extensions are a huge security issue, but that's not the full story here.</p><p>When an extension does so on <code>claude.ai</code>, the Claude extension's <code>externally_connectable</code> manifest values allow that malicious script to send messages to <em>the Claude extension itself</em>, without explicitly requesting the <code>runtime</code> permission usually required for message sending. As a result, the injected code can't just watch the DOM—which again, yes, is a thing all extensions can do—, it can send messages to Claude via the extension, gaining access to Claude itself and the data stored therein.</p><p>Interestingly, it would seem the "fix" from Anthropic to add additional approvals for certain actions is also bypassable.</p>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/mttaggart/statuses/116556110949848527</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/mttaggart/statuses/116556110949848527</guid><dc:creator><![CDATA[mttaggart@infosec.exchange]]></dc:creator><pubDate>Mon, 11 May 2026 13:11:50 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Mon, 11 May 2026 12:25:08 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> I looked a bit into it - apparently, Chrome does not require specific permissions beyond agreeing to install the extension, to inject content into the MAIN context of a page.<br />So, it looks like all of the demonstrated things (stealing emails, exfiltrating repos, etc.) could be done with just a malicious extension, completely skipping the claude step.<br />The only benefit it gives the attacker is that they can just tell claude what to do for them, instead of having to write (or vibecode) an actual exploit script.</p><p>So, for the demonstrated exploits, the claude extension doesn't really seem to add any new capabilities beyond what an installed extension can do anyways.</p>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/hweissi/statuses/116555927304865371</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/hweissi/statuses/116555927304865371</guid><dc:creator><![CDATA[hweissi@infosec.exchange]]></dc:creator><pubDate>Mon, 11 May 2026 12:25:08 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Mon, 11 May 2026 12:05:45 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> Wait, so any extension with zero permission can execute XSS code on any origin? Injecting prompts to claude is the least of my worries then. With that, can't the same extension just steal your github credentials?</p>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/hweissi/statuses/116555851054021897</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/hweissi/statuses/116555851054021897</guid><dc:creator><![CDATA[hweissi@infosec.exchange]]></dc:creator><pubDate>Mon, 11 May 2026 12:05:45 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Sat, 09 May 2026 01:01:04 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span><br />They can't have vulnerabilities they have mYtHoS</p>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/chillybot/statuses/116541912827977290</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/chillybot/statuses/116541912827977290</guid><dc:creator><![CDATA[chillybot@infosec.exchange]]></dc:creator><pubDate>Sat, 09 May 2026 01:01:04 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 19:38:21 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> yikes, extension permissions are such a mess. the name ClaudeBleed is dramatic but the issue is real</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.social/ap/users/116504175782019610/statuses/116540643806038207</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.social/ap/users/116504175782019610/statuses/116540643806038207</guid><dc:creator><![CDATA[alexmorgannn@mastodon.social]]></dc:creator><pubDate>Fri, 08 May 2026 19:38:21 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 19:33:33 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> An "AI tool" is vibe coded insecure slop? Who would've thunk<img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/2122.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--tm" style="height:23px;width:auto;vertical-align:middle" title="™" alt="™" /></p><p>(btw <a href="https://mastodon.gamedev.place/tags/opencode" rel="tag">#<span>opencode</span></a> is insecure crap, too, yet it has a scary amount of users)</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.gamedev.place/users/landelare/statuses/116540624942855375</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.gamedev.place/users/landelare/statuses/116540624942855375</guid><dc:creator><![CDATA[landelare@mastodon.gamedev.place]]></dc:creator><pubDate>Fri, 08 May 2026 19:33:33 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 18:37:47 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span><br />this calls for the claude emoji: <img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f921.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--clown_face" style="height:23px;width:auto;vertical-align:middle" title="🤡" alt="🤡" /></p>]]></description><link>https://board.circlewithadot.net/post/https://hachyderm.io/users/titusDeGroan/statuses/116540405701899103</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://hachyderm.io/users/titusDeGroan/statuses/116540405701899103</guid><dc:creator><![CDATA[titusdegroan@hachyderm.io]]></dc:creator><pubDate>Fri, 08 May 2026 18:37:47 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 18:19:19 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> <span><a href="/user/briankrebs%40infosec.exchange">@<span>briankrebs</span></a></span> Mythos really missed this one, eh?</p>]]></description><link>https://board.circlewithadot.net/post/https://masto.impermanente.es/users/jrcruciani/statuses/116540333085193901</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://masto.impermanente.es/users/jrcruciani/statuses/116540333085193901</guid><dc:creator><![CDATA[jrcruciani@masto.impermanente.es]]></dc:creator><pubDate>Fri, 08 May 2026 18:19:19 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 16:39:15 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> </p><p>2001: I'm afraid I can't do that...</p><p>2026: I'm afraid I *can* do that!</p><p>"AI"... Service with a smile! <img class="not-responsive emoji" src="https://cdn.masto.host/mastohackerstown/custom_emojis/images/000/004/450/original/0b5081884e858968.png" title=":facepalm:" /> <img class="not-responsive emoji" src="https://cdn.masto.host/mastohackerstown/custom_emojis/images/000/004/450/original/0b5081884e858968.png" title=":facepalm:" /> <img class="not-responsive emoji" src="https://cdn.masto.host/mastohackerstown/custom_emojis/images/000/004/450/original/0b5081884e858968.png" title=":facepalm:" /></p>]]></description><link>https://board.circlewithadot.net/post/https://masto.hackers.town/users/float13/statuses/116539939581177322</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://masto.hackers.town/users/float13/statuses/116539939581177322</guid><dc:creator><![CDATA[float13@masto.hackers.town]]></dc:creator><pubDate>Fri, 08 May 2026 16:39:15 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 16:36:51 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> Working as intended.</p>]]></description><link>https://board.circlewithadot.net/post/https://masto.hackers.town/users/drwho/statuses/116539930124053650</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://masto.hackers.town/users/drwho/statuses/116539930124053650</guid><dc:creator><![CDATA[drwho@masto.hackers.town]]></dc:creator><pubDate>Fri, 08 May 2026 16:36:51 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 16:03:37 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> browser extension development and security practices writ large are stuck in 1995 I stg</p>]]></description><link>https://board.circlewithadot.net/post/https://infosec.exchange/users/lapt0r/statuses/116539799477796006</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://infosec.exchange/users/lapt0r/statuses/116539799477796006</guid><dc:creator><![CDATA[lapt0r@infosec.exchange]]></dc:creator><pubDate>Fri, 08 May 2026 16:03:37 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 15:56:59 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> VANILLA is good. No external dependencies should be pressed a little bit harder. And... it would be great to have that packaged in a single file. Try telling these 'Claudes' to do it that way.</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.social/users/dckim/statuses/116539773387374294</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.social/users/dckim/statuses/116539773387374294</guid><dc:creator><![CDATA[dckim@mastodon.social]]></dc:creator><pubDate>Fri, 08 May 2026 15:56:59 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 15:13:50 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> this is why Anthropic needs to make Mythos available, so companies like Anthropic can catch these bugs!</p>]]></description><link>https://board.circlewithadot.net/post/https://mspsocial.net/users/tonyangelo/statuses/116539603724181198</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mspsocial.net/users/tonyangelo/statuses/116539603724181198</guid><dc:creator><![CDATA[tonyangelo@mspsocial.net]]></dc:creator><pubDate>Fri, 08 May 2026 15:13:50 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 15:07:08 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> ugh, why do they have to have ai generated blog posts.</p>]]></description><link>https://board.circlewithadot.net/post/https://tech.lgbt/users/Kroppeb/statuses/116539577386879922</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://tech.lgbt/users/Kroppeb/statuses/116539577386879922</guid><dc:creator><![CDATA[kroppeb@tech.lgbt]]></dc:creator><pubDate>Fri, 08 May 2026 15:07:08 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 14:57:27 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange">@<span>mttaggart</span></a></span> The "s" in Anthropic stands for security</p>]]></description><link>https://board.circlewithadot.net/post/https://tldr.nettime.org/users/tante/statuses/116539539262381084</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://tldr.nettime.org/users/tante/statuses/116539539262381084</guid><dc:creator><![CDATA[tante@tldr.nettime.org]]></dc:creator><pubDate>Fri, 08 May 2026 14:57:27 GMT</pubDate></item><item><title><![CDATA[Reply to So the Claude extension allows any other extension to inject JavaScript into claude.ai and run it? on Fri, 08 May 2026 13:25:59 GMT]]></title><description><![CDATA[<p><span><a href="/user/mttaggart%40infosec.exchange" rel="nofollow noopener">@<span>mttaggart</span></a></span> wow it's so weird how when you increase "productivity" manyfold without paying actual humans to take the time to make it happen, you get all these explosive issues and vulnerabilities</p>]]></description><link>https://board.circlewithadot.net/post/https://wetdry.world/users/matildalove/statuses/116539179624014010</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://wetdry.world/users/matildalove/statuses/116539179624014010</guid><dc:creator><![CDATA[matildalove@wetdry.world]]></dc:creator><pubDate>Fri, 08 May 2026 13:25:59 GMT</pubDate></item></channel></rss>