Fetching from the wire…
Public story · 2026-03-21 · source-backed
CVE-2026-33010 dropped March 20 with a CVSS 8.1, targeting mcp-memory-service — the open-source memory backend that a large number of multi-agent deployments use for persistent agent recall. The vulnerability is straightforward and devastating: when HTTP mode is enabled with anonymous access (MCP_ALLOW_ANONYMOUS_ACCESS=true — the default "easy setup" path), a CORS wildcard configuration allows any malicious webpage to silently read, modify, or delete all stored agent memories via cross-origin JavaScript.
This means if you're running mcp-memory-service with the default configuration and you visit a malicious webpage, that page can enumerate every memory your agents have stored, inject false memories, or wipe the memory store entirely. A second attack vector enables direct network access without CORS involvement at all.
The combination of insecure-by-default configuration and the sensitive nature of agent memory stores makes this especially dangerous. Agent memories often contain proprietary context, user data, and decision history that would be valuable for social engineering or competitive intelligence. The patch is available in version 10.25.1 — update immediately and audit whether MCP_ALLOW_ANONYMOUS_ACCESS is set in your deployment.
This CVE lands alongside CVE-2026-4496 (CVSS 5.3), an OS command injection in Git-MCP-Server where user-supplied parameters pass directly into child_process.exec without sanitization — the exact vulnerability pattern that accounts for 43% of all MCP-related CVEs filed in 2026. And the OWASP MCP Top 10 now formalizes Shadow MCP Servers as a distinct attack category: unapproved MCP deployments running outside organizational security governance with default credentials and permissive configurations.
The MCP security surface is expanding faster than the ecosystem's security practices. Patch, audit your defaults, and replace exec() with execFile() everywhere.
Each link below shares sources, entities, or timing with this story.
The agent skills supply chain is under coordinated attack. Snyk's ToxicSkills audit found 36% of ClawHub's 3,984 skills contain prompt injection payloads, 13.4% have critical malware, and submission rates exploded 10x to 500+/day. This week alone: CVE-2026-2256 (CVSS 9.1) is a...
The Model Context Protocol has a security problem that's no longer theoretical — it's statistical. Between January and February 2026, researchers filed 30+ CVEs against MCP servers, clients, and infrastructure. One package with nearly 500,000 downloads carried a CVSS 9.6 RCE....
Thirty CVEs in sixty days. That's the MCP ecosystem's security track record for 2026 so far, and the severity is climbing. Three disclosures dropped this week that should make anyone running agent infrastructure pause. First, PraisonAI, a popular multi-agent orchestration fram...
1. Set package cooldown to 72 hours across all your package managers. pnpm: resolution-time=72h, uv: --exclude-newer, npm via .npmrc. This single config change would have protected you from the LiteLLM attack. Willison's survey covers all seven managers. 2. Install Lasso Secur...
CVE-2026-4496 (CVSS 5.3) affects Git-MCP-Server — the MCP adapter that gives agents git access. In gitUtils.ts, user-supplied parameters pass directly into child_process.exec without sanitization, enabling OS command injection via any agent input that reaches a git operation....
Ten days from spec to shipped client. That's fast even for this ecosystem. The MCP 2026-07-28 revision replaced the bidirectional stateful protocol with request/response. Every request now independently carries protocol version, client identity and capabilities. Cloudflare's t...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.