Fetching from the wire…
Top 5 · 2026-04-04 · source-backed
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 framework, got hit with five CVEs at once. The worst is CVE-2026-34938, a CVSS 10 sandbox bypass that chains to remote code execution on any version before 1.5.90. All three sandbox layers fail. The other four cover SQL injection via f-string thread IDs (CVE-2026-34934, CVSS 9.8), CLI command injection through the --mcp argument (CVE-2026-34935, CVSS 9.8), unauthenticated WebSocket agent control (CVE-2026-34952, CVSS 9.1), and a SubprocessSandbox escape via missing sh/bash blocklist (CVE-2026-34955, CVSS 8.8). This mirrors the CrewAI CVE cluster from last week. The pattern is clear: multi-agent framework sandboxing is systematically broken across the ecosystem.
Second, Azure AI Foundry got a CVSS 10 privilege escalation (CVE-2026-32213). No prior authentication required. Any network attacker can escalate to full admin over Azure AI Foundry resources. Microsoft says a fix is available through MSRC, but if you're running AI workloads on Azure AI Foundry and haven't patched, stop reading this and go patch.
Third, CVE-2026-32211 hit the Azure MCP Server itself at CVSS 9.1, plus CVE-2026-5322 for SQL injection in mcp-data-vis.
I've been saying this for weeks: MCP servers aren't development toys. They're network-exposed services. The security posture most teams apply to them, which is basically none, made sense when MCP was a local dev protocol. That phase is over. The vulnerability pattern has shifted from client-side tool poisoning and prompt injection to server-side authentication failures in production cloud services. That's a different threat class entirely.
What to do right now: audit every MCP server in your stack for authentication. Patch PraisonAI to 1.5.90+. Verify Azure AI Foundry patches. Treat your MCP endpoints like you'd treat a public API endpoint, because that's what they are.
Each link below shares sources, entities, or timing with this story.
Microsoft released Azure MCP / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Microsoft released Azure MCP); both cover CVE, CVEs, CVSS, Days; overlapping topics (authentication, azure, cves, injection, security).
Microsoft released Agent Framework / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Microsoft released Agent Framework); both cover CVE, CVEs, CVSS, MCP; overlapping topics (agent, cves, framework).
Microsoft released OpenClaw / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Microsoft released OpenClaw); both cover CVE, CVEs, CVSS, MCP; overlapping topics (agent, cves, security).
Microsoft supports MCP / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Microsoft supports MCP); both cover CVE, CVEs, CVSS, MCP; overlapping topics (agent, ecosystem).
Microsoft supports MCP / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Microsoft supports MCP); both cover CVEs, Days, MCP, Microsoft; overlapping topics (authentication, azure, cves, days, injection).
Anthropic partners with Microsoft / Shared entities / Shared topic / What happened next / Tension
Linked by a graph relationship (Anthropic partners with Microsoft); both cover CVE, IDs, MCP, Microsoft; overlapping topics (agent, injection).
Microsoft supports MCP / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Microsoft supports MCP); both cover CVEs, CVSS, MCP, Treat; overlapping topics (azure, cves, cvss).
Microsoft released OpenClaw / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Microsoft released OpenClaw); both cover CVE, CVEs, CVSS; reported by the same outlet (thehackerwire.com).