First reported youtube.com
Lead dispatch
First reported · updated · 3 reports embracethered.com
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
First reported · updated · 3 reports sonarsource.com
Arbitrary code execution and Claude Code CLI: How Claude executed code before you click 'trust' | Sonar
Researchers disclosed that AI coding agents including Anthropic's Claude Code, OpenAI Codex, Cursor, and goose can be tricked into executing attacker code via malicious Git configuration in an untrusted repository. Setting core.fsmonitor in a repo's .git/config causes the agent's git diff context-gathering to run arbitrary commands on the host before any trust prompt, model call, or tool approval (CVE-2026-72718 for goose, fixed in 1.44.0; Claude Code fixed in v2.0.71). The commands run with the user's privileges, enabling secret and API-key exfiltration. Details →First reported · updated · 5 reports mindgard.ai
Amazon Kiro: AI Is Breaking Vulnerability Disclosure Processes
Mindgard disclosed a prompt-injection vulnerability in Amazon Kiro, an AI-powered agentic IDE, that lets attacker-controlled repository content coerce the Kiro agent into reading local sensitive data, modifying a workspace URL, and triggering an outbound request that exfiltrates the secret. The flaw was reproduced in Kiro IDE 0.7.45 on Windows in both trusted and untrusted workspaces via Kiro Powers (MCP configs and POWER.md steering files); exploitation requires the user open a malicious workspace file and message the agent, and is assessed as low difficulty. Details →First reported · updated · 2 reports amazon.com
CVE-2026-18655 - Broker Credential and OAuth Token Disclosure in AWS Labs Amazon MQ MCP Server via Prompt Injection
CVE-2026-18655 is a vulnerability in the AWS Labs Amazon MQ MCP Server that allows broker credential and OAuth token disclosure via prompt injection, disclosed in AWS security bulletin 2026-070-AWS and GitHub advisory GHSA-xwj6-8x5h-hjp6. An attacker can use indirect prompt injection against the MCP server to exfiltrate sensitive broker credentials and OAuth tokens. Details →First reported nist.gov
NVD - CVE-2026-62676
CVE-2026-62676 is a HIGH-severity (CVSS 7.1) flaw in Omnigent, an open-source AI agent framework and meta-harness for orchestrating coding agents. Prior to 0.3.0, the shared shell-command parser in _shell.py fails to recognize combined interpreter flags, timeout/nice/setsid/stdbuf wrappers, command substitutions, and a background control operator, so a gated git push or gh write hidden in these forms produces no parsed operation, causing the repo/branch allowlist and workspace confinement policies to abstain and allow the command. An authenticated or prompt-injected agent can push to an unauthorized repository or branch or escape the intended workspace; fixed in version 0.3.0. Details →First reported · updated · 2 reports splunk.com
SVD-2026-0808 | Splunk Vulnerability Disclosure
Splunk advisory SVD-2026-0808 discloses multiple vulnerabilities in Splunk apps including a critical (CVSS 9.1) remote code execution via untrusted-data deserialization (CVE-2026-76404) in the Splunk MCP Server app, plus several flaws in the Splunk AI Toolkit such as RCE in the Model Loading REST API (CVE-2026-76395), improper privilege management on agent run history (CVE-2026-76391), and missing authorization in container/connection management (CVE-2026-76394). Fixed versions are available for each affected app and add-on. Details →First reported · updated · 2 reports cve.org
CVE Record: CVE-2026-75845
CVE-2026-75845 is an authorization bypass in ArcadeDB's set_server_setting MCP server-level tool (versions 26.4.2 through 26.7.3). SetServerSettingTool.execute() checks only the global allowAdmin flag and never validates the caller's role, so in an MCP deployment with allowAdmin=true and a non-root allowedUsers set, any authenticated read-only user can invoke the tool to modify server GlobalConfiguration, enabling configuration tampering or denial of service. The issue is fixed in 26.8.1. Details →First reported · updated · 3 reports pillar.security
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 →First reported · updated · 3 reports manifold.security
Microsoft Azure DevOps MCP Flaw Lets Hidden PR Comments Hijack AI Review Agents
Manifold Security disclosed a confused-deputy flaw in Microsoft's official Azure DevOps MCP server where a tool returning pull request descriptions lacked the prompt-injection guardrail applied to other tools, letting a hidden PR comment inject instructions into a reviewer's AI coding agent. The agent then acts with the user's own permissions, reaching projects the attacker cannot access and quietly exfiltrating what it finds; Microsoft addressed it in a fix (v2.8.0). Details →First reported feedly.com
CVE-2026-30623 - Exploits & Severity
CVE-2026-30623 is a critical (CVSS 9.8) OS command injection flaw in LiteLLM 1.18.10's MCP server creation feature: the application executes arbitrary command and args values supplied via JSON MCP server configuration without validation. An unauthenticated network attacker can achieve remote code execution with the privileges of the LiteLLM process; patches are available for LiteLLM and related products (DocsGPT, Flowise, Bisheng), while Windsurf and Langchain-Chatchat were reported still vulnerable. Details →First reported ca.gov
CYBER ADVISORY
Cal-CSIC issued an advisory for CVE-2026-61459, a critical (CVSS 9.8) argument injection vulnerability in MCP Server Kubernetes, a component that bridges AI assistants and automated tools to Kubernetes clusters. If the MCP server is externally exposed, an attacker can send crafted requests to steal credentials, bypass security checks, inject malicious arguments, and compromise the entire cluster with potential lateral movement across clusters. A fix is available in version 3.9.0. Details →First reported cve.org
CVE Record: CVE-2026-47427
CVE-2026-47427 is a null pointer dereference denial-of-service in GitHub's official MCP Server (github-mcp-server) prior to version 1.1.0, where the CompletionsHandler in pkg/github/server.go accesses params.Ref without a nil check. A completion/complete JSON-RPC request with a missing or empty ref field triggers a Go runtime panic before any authentication, letting any unauthenticated client crash the server. The issue is fixed in version 1.1.0 (CVSS 7.5 HIGH). Details →First reported github.com
Incorrect authorization in the aggregation pipeline tool in Amazon AWS Labs DocumentDB MCP Server · Advisory · awslabs/mcp
A vulnerability (CVE-2026-18954, GHSA-j694-4m5j-w8hc) in Amazon AWS Labs DocumentDB MCP Server lets an authenticated MCP client bypass read-only mode enforcement by submitting aggregation pipelines with write-capable stages ($out, $merge) through the aggregate tool, which fails to validate pipeline stages. The issue is fixed in version 1.0.12; a workaround is to configure the server with a read-only database user. Details →First reported · updated · 2 reports thehackernews.com
AWS, Google, and Vercel Agent Flaws Let Attackers Trigger Tools Without Running the Model
Security flaws in agent infrastructure from AWS (Bedrock AgentCore's InvokeHarness API), Google (Agent Development Kit for Python), and Vercel (AI SDK harness packages for Codex and OpenCode) allow untrusted or forged instructions to reach an agent's tools without verifying that a model turn authorized them. In several attack paths the model never ran, so system prompts, content filters, and model-level guardrails never engaged. AWS fixed the managed service, Google addressed the issues in ADK 2.5.0, and Vercel patched @ai-sdk/harness-codex 1.0.29 and @ai-sdk/harness-opencode 1.0.28. Details →First reported oasis.security
Paperclip AI Flaws Let Attackers Run Host Commands via Malicious Agent Imports
Two flaws in Paperclip, an open-source control plane for teams of AI agents, let attackers execute host commands by importing and starting a malicious agent. The server-side path CVE-2026-41679 (CVSS 10.0) needs no account or victim interaction against authenticated deployments with default registration, while GHSA-x8hx-rhr2-9rf7 (CVSS 9.6) triggers when a user opens an attacker-controlled page in default local_trusted mode; a third flaw exposed sensitive data via API routes lacking access checks. Version v2026.416.0 adds import-authorization and hostname-validation fixes. Details →First reported nhimg.org
Copilot vulnerability turns AI assistance into a data theft force
A Copilot Enterprise vulnerability chain, detailed by Swarmnetics and Varonis Threat Labs, showed how prompt injection combined with browser handling quirks and whitelisted endpoints can let an attacker move from a link click to rapid theft of emails, files, and meeting data across a Microsoft environment. The core issue is a broken trust boundary between a query, a link, and the content the assistant is allowed to surface, letting attacker-shaped input ride through the assistant's trusted context. Details →First reported redhat.com
CVE-2026-12112 - Red Hat Customer Portal
CVE-2026-12112 is a session management flaw in the foreman-mcp-server (MCP Server) shipped with Red Hat Satellite 6.18 and 6.19, where unauthenticated attackers can hijack active administrative sessions because the server caches authenticated client connections and trusts a non-secret session ID without re-validating authentication tokens, while also logging newly created session IDs to standard logs. Rated 7.8 CVSS v3 (Important), it can lead to privilege escalation and infrastructure-wide code execution; Red Hat has issued fixes via RHSA-2026:28405 and RHSA-2026:28438. Details →First reported gitlab.com
LiteLLM: MCP Authentication Bypass via OAuth2 Passthrough Fallback | GitLab Advisory Database (GLAD)
CVE-2026-59822 is an authentication bypass in LiteLLM's MCP Streamable HTTP endpoint, where the OAuth2 passthrough fallback path replaced failed LiteLLM key validation with an empty UserAPIKeyAuth() object. An unauthenticated attacker could supply an arbitrary/fabricated Bearer token to establish an authenticated MCP session, then list and call configured MCP tools and access connected services. The issue is fixed in LiteLLM v1.84.0. Details →First reported undercodetesting.com
Code Under Siege: New Vulnerabilities Turn AI Coding Assistants Into Hackers' Gateways + Video
Check Point Research disclosed critical vulnerabilities (CVE-2025-59536, CVE-2026-21852, CVSS 8.7) in agentic AI coding assistants like Anthropic's Claude Code that allow malicious repositories to weaponize the tool against its users. Through configuration files (.settings.json, .mcp.json), MCP hooks, and environment variables such as ANTHROPIC_BASE_URL, attackers can achieve consent-bypass arbitrary code execution and API key theft simply by getting a developer to open an untrusted project. Details →First reported nist.gov
NVD - CVE-2026-61439
CVE-2026-61439 affects PraisonAI versions before 4.6.78, where a prompt injection defense misconfiguration defaults the block threshold to CRITICAL severity, letting HIGH-level threats pass unblocked. Attackers can submit single-vector prompt injection attacks such as instruction overrides or financial manipulation to achieve system prompt extraction and unauthorized tool invocations; VulnCheck rates it CVSS 8.7 HIGH and a fix is available in 4.6.78. Details →First reported nist.gov
NVD - CVE-2026-57300
CVE-2026-57300 is a missing permission check in the Jenkins MCP Server Plugin (version 0.177.v629fdb_2557fe and earlier) that allows attackers with Item/Read permission to read the Pipeline replay scripts of jobs they can access. CISA-ADP scored it CVSS 3.1 4.3 (Medium), and a Jenkins security advisory dated 2026-06-24 addresses the flaw. Details →First reported github.com
AI Agents Project Viewer Privilege Escalation via run_node_tool · Advisory · n8n-io/n8n
A GitHub Security Advisory (GHSA-x5vx-c2c8-m3w9) for n8n discloses a privilege-escalation flaw in its AI Agents feature: a read-only Project Viewer could chat with an agent whose node tools were enabled and, via the run_node_tool authorized only by the agent:execute scope, execute arbitrary tool nodes using the project's credentials without authorization checks. Where command- or file-capable nodes (Execute Command, SSH) are enabled, this could extend to arbitrary command execution on the n8n host. The issue is fixed in n8n versions 2.29.8 and 2.30.1. Details →First reported strobes.co
CVE-2026-23744 - CVE Details, Severity, and Analysis | Strobes VI
CVE-2026-23744 is a critical (CVSS 9.8) remote code execution vulnerability in MCPJam Inspector versions 1.4.2 and earlier, a local-first development platform for MCP servers. Because the tool binds to 0.0.0.0 and its /api/mcp/connect endpoint extracts command and args without security checks, an attacker can send a crafted, unauthenticated HTTP request to trigger arbitrary command execution with no user interaction; public PoCs and vendor patches are available. Details →First reported · updated · 3 reports theregister.com
Red teamers turned Claude Desktop into a double agent to do their evil bidding
Oasis Security disclosed "PromptFiction," a vulnerability in Anthropic's Claude Desktop where a single click on a trusted-looking claude:// URL silently submitted attacker-controlled prompts to the assistant with no user confirmation. Chained with the earlier "Claudy Day" trio of flaws, it could enable silent exfiltration of prior conversations and — when Anthropic's official Filesystem MCP server is installed — file read/write, persistence, and remote code execution. Anthropic has fixed the flaw. Details →First reported arxiv.org
A Security Analysis of the OpenClaw AI Agent Framework
Researchers detailed three now-patched high-severity flaws (GHSA-hjr6-g723-hmfm, GHSA-9969-8g9h-rxwm, GHSA-575v-8hfq-m3mc; CVE-2026-46817, CVE-2026-55200) in the OpenClaw personal AI assistant framework that compose into a complete unauthenticated remote code execution path — from an LLM tool call triggered via a WhatsApp message to command execution on the host. The chain abuses OS command injection and an incomplete disallowed-input filter in the exec allowlist, whose closed-world lexical parsing is defeated by shell line continuation, busybox multiplexing, and GNU option abbreviation; a companion arXiv analysis taxonomizes 470 advisories and shows a malicious plugin skill bypassing the exec pipeline entirely. Details →First reported microsoft.com
AutoJack: How a single page can RCE the host running your AI agent | Microsoft Security Blog
Microsoft researchers disclosed AutoJack, an exploit chain in AutoGen Studio where untrusted web content rendered by a browsing agent can reach a local MCP WebSocket and spawn arbitrary processes on the host, crossing the localhost trust boundary to achieve RCE. The issue was reported to MSRC and hardened upstream in commit b047730; the vulnerable MCP WebSocket surface was never shipped in a PyPI release. Details →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.
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.
- GET /feed.xml — RSS 2.0, every item
- GET /api/items — read-only
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