Lead dispatch

AWS Kiro: Arbitrary Code Execution via Indirect Prompt Injection

Researchers disclosed a vulnerability in AWS Kiro, an agentic IDE, where hidden instructions planted in a web page or source file (indirect prompt injection) can make Kiro rewrite its own MCP server configuration (~/.kiro/settings/mcp.json) or allowlist arbitrary Bash commands in .vscode/settings.json, achieving arbitrary code execution on the developer's machine without any approval prompt. Because Kiro can write to these files without user consent, the human-in-the-loop approval boundary is bypassed entirely. Amazon issued CVE-2026-10591 and the flaw is now fixed.

indirect-prompt-injection · tool-abuse · remote-code-execution · supply-chain
ai-agents · mcp · llm · coding-agent · ide

The wire · latest

More filters

ChainDrop: When Opening a Repository Becomes Execution

Researchers (Novee Security and Pillar Security's "ChainDrop") disclosed critical flaws in the GitHub Actions-based coding agents shipped by Anthropic (Claude Code), Google (Gemini CLI) and OpenAI (Codex), where a single zero-privilege input such as a GitHub issue or opening a repository triggers indirect prompt injection leading to remote code execution on the vendor's own runner, exfiltration of live API keys and GITHUB_TOKEN, persistent agent hijacking, and downstream supply-chain compromise (Gemini CLI rated CVSS 10.0). Multiple CVEs (e.g. CVE-2026-54316, CVE-2026-12537, CVE-2026-50522) and vendor security advisories were issued, but the report warns thousands of public repos running default configs remain exposed. Details →

Agentic anarchy: Why using AI browsers just isn't worth the risk | news | SC Media

At Black Hat 2026, Zenity researchers Michael Bargury and Stav Cohen demonstrated prompt-injection ('persuasion') attacks against AI browsers including Perplexity Comet, Microsoft Edge with Copilot, Chrome with Gemini, the Anthropic Claude extension, and OpenAI's Atlas. Injections embedded in calendar invites, emails, and social posts led agents to take over a PC in seconds, steal 1Password credentials and recovery keys, send phishing email, exfiltrate files, delete AWS instances, and expose private GitHub repos; Perplexity has since fixed the local-file flaw. Details →

Overcoming the Retrieval Barrier: Indirect Prompt Injection in the Wild for LLM Systems

An explainer on RAG prompt injection surveys risks, example vectors, and defenses for enterprise retrieval-augmented generation, describing how attackers poison documents in the knowledge base to hijack model behavior across agents, RAG pipelines, and model routers. It draws on primary research including the arXiv paper 'Overcoming the Retrieval Barrier: Indirect Prompt Injection in the Wild for LLM Systems,' which demonstrates a black-box attack that guarantees retrieval of malicious content and coerces GPT-4o into exfiltrating SSH keys from a single poisoned email with over 80% success. Details →

Atlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to Attackers

A vulnerability (CVE-2026-50522) in Atlassian Rovo, the default AI assistant across Confluence and Jira, allowed a single crafted URL to preload an arbitrary prompt into a victim's Rovo chat via the rovoChatPrompt query parameter. When an authenticated user opened the link, Rovo executed the embedded instructions with the victim's privileges, using task-framed language and an image-fetch trick to exfiltrate Confluence pages, secrets, and connected-surface data (Jira, SharePoint, Outlook) to an attacker host. Atlassian deployed a server-side fix and the reporter validated it. Details →

Document-borne AI worms can self-propagate through Copilot for Word | Hacker News

Researchers demonstrated a document-borne AI worm that self-propagates through Microsoft Copilot for Word using an adversarial self-replicating prompt embedded in a Word document, triggering a cascade of indirect prompt injections (linked to CVE-2026-55145 and CVE-2026-50522). Each affected document causes Copilot to copy the malicious instructions into new documents and perform attacker-directed actions, echoing the earlier Morris-II GenAI worm concept, with no robust mitigation reported for the broader vulnerability class. Details →

AI Browsers Vulnerable to 'PleaseFix' Zero-Click Agent Hijacking

Zenity Labs disclosed a new zero-click vulnerability class dubbed 'PleaseFix' at Black Hat USA 2026 that lets attackers hijack AI browser agents — including Claude in Chrome, Gemini in Chrome, Perplexity Comet, ChatGPT Atlas, and Copilot Edge — by hiding malicious instructions in emails and webpages the agents ingest. Because the agents combine and act on content from multiple sources without reliably separating trusted from untrusted input, they break the same-origin security model, allowing an adversary to weaponize the agent and reach sensitive data, accounts, and connected services. Details →

Understanding the Risks of Prompt Injection in Devin AI

Security research on Devin, an autonomous AI coding assistant from Cognition, demonstrated that prompt injection attacks embedded in GitHub issues or malicious websites can coerce the agent into downloading and running malware, exfiltrating secrets, and exposing local ports to the internet via its expose_port tool. A researcher who spent $500 testing showed Devin can be turned into a 'ZombAI' enabling data leaks through shell execution, browser navigation, markdown image rendering, and Slack integrations. The vulnerabilities were disclosed to Cognition in April 2025 but reportedly remain unpatched after 120+ days. Details →

Plan, Wait, Harvest: Zero-Click Data Exfiltration In Agentic AI.

An article by Venkata Sai Kishore Modalavalasa demonstrates a reproducible zero-click data-exfiltration attack against multi-agent AI systems, where an attacker uploads a single poisoned document into the data plane and later a routine admin-triggered compliance review causes agents to silently email sensitive vendor data (banking details, risk assessments, internal notes) to an external address. The attack exploits trust relationships between agents and the lack of boundaries between data and instructions rather than any code-level CVE, and is walked through hands-on in a purpose-built lab environment. Details →

Prompt Injection Hacking: Emerging Trade Secret, Employment, and Litigation Risks

A Search Engine Land explainer describes how prompt injection threatens brands and AI workflows, walking through emerging vectors: malicious payloads embedded in help centers and product docs that turn AI summaries into phishing lures (citing Permiso's 'ChatGPhish' where a page forces the chat UI to render a spoofed account alert with a malicious QR code), hijacking LLM referral share via semantic embedding, weaponized multimodal inputs (podcasts, video, voice agents), rogue customer-support agents, and supply-chain risk from unvetted AI vendors. The piece argues that while simple hidden-text injection no longer works against modern LLMs, LLMs still cannot reliably separate content from instructions, so more sophisticated attacks persist. Details →

DualView: Preventing Indirect Prompt Injection in Personal AI Agents

DualView is a research system from CompSec Lab @ SNU (arXiv:2607.03821) that defends personal AI agents such as OpenClaw against indirect prompt injection, including 'stored IPI' where attacker-controlled text persists in the file system, shell, or network and is re-read later as trusted data. It extends untrusted-data tracking beyond the agent context by giving each channel two views—AgentView (untrusted data appears as symbols) and HumanView (original data preserved)—deployed as an OpenClaw plugin via tool hooks, and reports blocking every IPI attack on an IPI benchmark and PinchBench while preserving utility. Details →

Here Comes The AI Worm: Unleashing Zero-click Worms that Target GenAI-Powered Applications

The paper 'Here Comes The AI Worm' by Cohen, Bitton, and Nassi demonstrates Morris-II, a zero-click self-replicating adversarial prompt that triggers cascading indirect prompt injections across RAG-based GenAI applications such as email assistants, forcing each to exfiltrate confidential data and poison the RAG of additional applications. The authors evaluate propagation across context sizes, embedding algorithms, and hop counts, and introduce a guardrail called Virtual Donkey achieving a 1.0 true-positive rate at a 0.015 false-positive rate. Details →

AI Agent Memory Poisoning: Persistent Agent Attacks

A Mem0 blog post surveys AI agent memory poisoning, explaining how persistent memory turns a one-time prompt injection into a durable exploit and cataloging attack vectors including query-based memory injection (MINJA, cited from Dong et al. 2025 with >95% injection and 70% attack success), backdoor knowledge-base poisoning (AgentPoison), experience grafting, and Unit 42's indirect-prompt-injection PoC that survived session restarts to exfiltrate conversation history. The article recommends layered defenses such as input sanitization, per-user memory isolation, integrity checks, memory expiration, and monitoring, while promoting Mem0's product features. Details →

(A)I Sees What You Don't: Exploiting New Attack Surfaces in Third-Party Mobile Agents

Researchers from Simon Fraser University, CUHK, Shandong University, and QAX's Xingtu Lab (arXiv:2607.00333) demonstrated seven concrete attacks against five open-source mobile AI agent frameworks—AppAgent, AppAgentX, Mobile-Agent-v3, Open-AutoGLM, and MobA—exploiting new attack surfaces in VLM-driven mobile agents. A malicious Android app with no special permissions can inject subliminal, human-invisible on-screen text that the agent's vision model reads, hijacking agent actions and chaining to arbitrary command execution on the host PC driving the agent. Each framework fell to at least six of the seven attacks; the authors report no evidence of the techniques being used outside a controlled setting and no CVEs are assigned. Details →

Mitigate indirect prompt injection risks from Google Cloud MCP | Google Cloud Data Agent Kit extension for Antigravity IDE | Google Cloud Documentation

Google Cloud documentation describes indirect prompt injection risks from the Google Cloud MCP integration in coding agents (VS Code and Antigravity IDE), explaining how agents running with a user's delegated privileges may misinterpret attacker-planted data in email, Cloud Storage, or BigQuery as instructions. It recommends guardrails such as running agents in constrained environments (e.g., Cloud Workstations) with disabled internet access and no root privileges. Details →

From /init to Code Execution with Opus-5 in Claude Code - An Indirect Prompt Injection Story - IT meets OT

A security researcher demonstrates an indirect prompt injection against Claude Code running Opus-5 in YOLO mode (--dangerously-skip-permissions), where a single /init on a repo containing only a steganography-laden README.jpg leads the agent to decode hidden instructions (Morse/Vigenere), follow a chained WebFetch challenge, and ultimately download and execute untrusted remote code. Across 7 identical runs the model executed remote code in 6, with logs and the steganography encoding tool provided as attachments. Details →

Researchers Expose Prompt Injection and Cross-Origin Risks in AI Browsers

Researchers and vendors disclosed serious weaknesses in AI-enabled browsers, warning that agentic features undermine same-origin policy, tab isolation, and cross-origin content handling. In one chain against OpenAI's ChatGPT Atlas, Hacktron AI reported that exposed Chromium Mojo IPC interfaces reachable from allowlisted OpenAI origins were combined with a postMessage XSS on forums.openai.com and a login CSRF flaw to control browser functions, read live tab URLs, and steal OAuth codes enabling account takeover; OpenAI fixed it in Atlas 1.2025.288.15 and paid a $5,000 bounty. Brave separately detailed indirect prompt injection risks in Perplexity Comet. Details →

A Fake Bug Report Made an AI Agent Steal a Live AWS Key. It’s Called Agentjacking & There’s No Patch | by @pramodchandrayan | Predict

A Medium write-up describes "agentjacking," an indirect prompt-injection technique in which a fake Sentry bug report contains hidden instructions that AI coding agents (Claude Code, Cursor, Codex) execute when a developer asks them to triage errors, leading to exfiltration of a live AWS secret key. It cites a security firm's demonstration reporting 2,388 exposed organizations and an 85% success rate with no malware or user clicks, and argues that instructing an agent to "ignore untrusted content" does not prevent the attack. Details →
See the API docs to pull all 658 items →

How the wire is made

Poll & cluster

Internet is crawled for AI security news and near-duplicate coverage is embedded and grouped into durable items.

Curate

AI Agent filters for agentic-AI relevance, classifies and tags each item, scores severity for threats, and writes the summary.

Read the full methodology →

Every item here is one machine-curated intelligence object, not a headline.

Read the wire for free. There is a small charge to ask the index questions.

The wire, open

The complete curated feed, no key required.

Subscribe to the RSS feed

The vector desk

Query the index by meaning, not just keyword.

  • GET /api/items?tags=&minSeverity=&itemType=
  • GET /api/search?q= — keyword
  • GET /api/semantic?q= — vector
Preview semantic search