Lead dispatch

AWS Kiro: Arbitrary Code Execution via Indirect Prompt Injection

Researchers found a vulnerability (CVE-2026-10591) in AWS Kiro, an agentic IDE, where hidden instructions planted in a web page or source file that Kiro processes can trigger indirect prompt injection to rewrite Kiro's 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 with no approval prompt. The human-in-the-loop approval boundary is bypassed because Kiro can write to these config files without user consent, and AWS has issued a fix and CVE.

indirect-prompt-injection · prompt-injection · remote-code-execution · tool-abuse · config-poisoning
ai-agents · mcp · llm · agentic-ide

The wire · latest

More filters

Trustworthy RAG: An Evaluation Agent for Detecting Misinformation and Knowledge Poisoning in Generative AI Systems

Researchers at Tampere University present Trustworthy RAG, an Evaluation Agent middleware that detects knowledge poisoning and misinformation in Retrieval-Augmented Generation systems by combining Natural Language Inference factual verification, a five-signal poison detector, and a Trust Index scoring formula. On TruthfulQA with Llama 3.3 70B the agent reaches 91% accuracy and 100% recall on instruction injection, though subtle in-place entity swaps remain hard to detect; the authors release the approach, an attack generator, and experimental artifacts at github.com/GPT-Laboratory/TrustworthyRAG. Details →

LLM security testing: how to pentest LLMs and MCP servers

Escape.tech publishes a methodology for pentesting LLM applications and MCP servers, mapping attacks to the OWASP Top 10 for LLM Applications 2025 (prompt injection, improper output handling, excessive agency, system-prompt leakage) and demonstrating them against a self-built vulnerable FastMCP lab. The guide explains why LLM testing breaks the web-app playbook — no parser boundary, non-deterministic interpreter, no sanitization line — and notes MCP tool descriptions and tool responses both reach the model as trusted injection channels, referencing tool poisoning and rug-pull attacks. Details →

Prompt Injection: How to Protect AI Agents and LLM Apps

An educational guide, "Prompt Injection: How to Protect AI Agents and LLM Apps," explains the instruction-vs-data trust problem underlying direct and indirect prompt injection and lays out a layered defense model (least privilege, tool access controls, approvals for consequential actions, structured tool arguments, validation, sandboxing, monitoring, and adversarial evals). The piece synthesizes framing from OWASP LLM Top 10 (LLM01), OpenAI, and Anthropic, using examples such as malicious instructions hidden in emails, webpages, RAG chunks, and MCP resources. Details →

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

An article from Search Engine Land explains how prompt injection has evolved to threaten brands and AI workflows, citing examples such as Permiso's 'ChatGPhish' where malicious payloads embedded in ordinary webpages coerce AI assistants (ChatGPT, Perplexity) into rendering spoofed account alerts and malicious QR codes inside the chat interface, bypassing URL blocklists. It surveys additional vectors including LLM referral hijacking via semantic embedding, weaponized multimodal inputs (podcasts, video, voice agents), rogue AI customer-support agents, and supply-chain risk from unvetted AI vendors. Details →

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

Researchers at enklypesalt.com demonstrated a document-borne, self-replicating prompt-injection worm that spreads through Microsoft Copilot for Word: a malicious Word document contains a hidden self-propagating prompt that, when processed by Copilot, forces the assistant to embed the same payload into other documents it drafts or edits, enabling zero-click chain propagation and data exfiltration. The write-up notes that at publication no robust mitigation for the broader vulnerability class was available, and the work is associated with assigned CVEs (CVE-2026-55145, CVE-2026-50522). Details →

The Injection Paradox: Brand-Level Suppression in Safety-Trained LLM Recommendations via RAG Context Injection

An ICML 2026 workshop paper by Hyunseok Paeng, "The Injection Paradox," reports a reproducible failure mode in RAG-based LLM recommendation where prompt injections embedded in retrieved documents backfire, suppressing the injected brand below baseline in safety-trained Claude models (Claude Opus 4.6 dropped the target brand from a 54% baseline to zero top-2 recommendations). The suppression propagates to unmodified documents of the same brand, while GPT models showed the opposite effect, raising a reverse-attack scenario where an adversary poisons a competitor's documents to suppress that competitor's brand. Details →

CyberTalks: Data Poisoning Attacks on ML & Agentic AI Systems | Jason Ross |COASP - YouTube

An explainer on AI data poisoning describes how attackers corrupt the data a model learns from, fine-tunes on, or retrieves — including training data, alignment data, and RAG knowledge bases — so a poisoned model behaves as the attacker intends while passing ordinary validation. It distinguishes data poisoning from prompt injection, jailbreaking, evasion, and model poisoning, and notes research (e.g. Carlini et al.'s web-scale poisoning work) showing under 1% poisoned data can measurably change behavior, recommending provenance, access control, monitoring, and rollback as layered defenses. Details →

Hidden in Memory: Sleeper Memory Poisoning in LLM Agents

The arXiv paper "Hidden in Memory: Sleeper Memory Poisoning in LLM Agents" (2605.15338), explained in a companion Medium write-up, demonstrates a delayed attack in which adversarial content in a document, webpage, or repository causes a stateful LLM assistant to store a fabricated memory about the user that re-emerges across future sessions. Across tested assistants, poisoned memories were written up to 99.8% of the time on GPT-5.5 and 95% on Kimi-K2.6, and among successful retrievals they steered attacker-intended agentic actions in 60–89% of evaluations; the authors release code on GitHub. Details →

A Security Analysis of Amazon S3 Vectors and Its Use in LLM Retrieval Pipelines

OFFENSAI and TUCN researchers analyzed Amazon S3 Vectors, AWS's native vector store for RAG pipelines, and demonstrated that its metadata is completely unvalidated on write, letting anyone with s3vectors:PutVectors forge chunk text, spoof citation URLs, rank-flood indexes, or overwrite legitimate chunks. In testing, a single planted vector drove a clinical RAG assistant to recommend a dangerous drug dose while citing an authentic PDF, and a poisoned chunk led to command execution in a tool-enabled agent's sandbox, with CloudTrail unable to reconstruct what changed. Details →

RAG Security Guide: Prevent Enterprise AI Data Leakage

The bdemerson.com guide "RAG Security: Where Retrieval Pipelines Fail" walks through five failure classes in retrieval-augmented generation deployments: poisoned corpora, indirect prompt injection carried in retrieved documents, permission leakage across the index, embedding inversion that reconstructs text from stored vectors, and weak tenant isolation in vector stores. It frames the retrieval pipeline (ingestion, embedding, storage, retrieval, generation) as the real attack surface and offers defensive evaluation habits, referencing research such as the arXiv paper "Pirates of the RAG" on black-box knowledge-base leakage. Details →

When Context Bites: Detecting RAG Poisoning via Document-Level Attention Collapse | Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval

A SIGIR paper presents SilentRetrieval, a two-stage RAG data-poisoning attack that uses Coordinated Beam Search and Context-Adaptive Trigger Generation to craft fluent, low-perplexity adversarial documents that remain retrievable and hijack answers, achieving up to 84.6% HR@10 and 57.5% ASR-LLM on Natural Questions and MS MARCO, and retaining 74.2% HR@10 at a 0.016% poisoning ratio on a 21M-passage corpus. The work also evaluates combined retrieval- and generation-side defenses (reducing ASR-LLM to ~21-25%) and proposes detection via document-level attention collapse. Details →
See the API docs to pull all 962 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