Fetching from the wire…
Public story · 2026-03-22 · source-backed
The Model Context Protocol has a security problem, and now we have numbers to prove it. An independent scan of 5,618 public MCP servers found that only 143 — that's 2.5% — scored green on a basic security assessment. The remaining 5,067 servers (90%) flagged yellow for stale dependencies or insufficient metadata. Among servers that accept external URLs, 36.7% expose Server-Side Request Forgery vectors capable of reaching AWS instance metadata endpoints for full cloud account takeover. Of 539 active production endpoints, 201 (37.4%) require zero authentication. Source
These aren't exotic AI-specific vulnerabilities. The specific weak points are embarrassingly familiar: FAISS with arbitrary file read/write via crafted index files, TorchServe with RCE via SnakeYAML, and Ollama with stored SSRF from inadequate URL validation. This is 2010-era web security debt repackaged as cutting-edge agent infrastructure.
A separate BlueRock analysis of 8,000+ servers corroborates the same 36.7% SSRF figure and adds CWE classifications, publisher reputation scores, and AI governance framework mappings through their new MCP Trust Registry. Meanwhile, OWASP formally published a Top 10 vulnerability list specifically for MCP — the first formal security taxonomy dedicated to the protocol. The root causes map cleanly to conventional web vulnerability classes, not novel AI vectors.
And a third independent study found 118 vulnerability findings across 68 MCP server packages at the code level, distinct from the network-level scans above.
The takeaway is uncomfortable: the protocol everyone is wiring into their agent pipelines this month carries the security posture of a pre-OWASP-era PHP application. If you're connecting MCP servers to anything with credentials, you need a pre-connection audit — not after your first incident.
Each link below shares sources, entities, or timing with this story.
BlueRock scanned over 7,000 MCP servers against 22-plus security rules. 36.7% carry potential server-side request forgery exposure from unrestricted outbound fetch, and 42% handle credentials insecurely. Their worked example is Microsoft's 85K-star Markitdown MCP server and it...
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....
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
NVD published it on September 5. Rowboat through 0.9.1 doesn't validate custom MCP server and webhook URLs, so an authenticated user configures an arbitrary destination and makes the server reach internal services and metadata endpoints, enumerating your network topology from...
Security researcher Yarden Porat of Cyata disclosed four critical vulnerabilities in CrewAI, one of the most widely used agent frameworks. These aren't theoretical. They chain together, and the entry point is prompt injection. The chain works like this: CVE-2026-2275 exploits...
The agent skills threat isn't isolated. The infrastructure layer is equally compromised. The Cloud Security Alliance's March 13 State of Cloud and AI Security report analyzed over 7,000 MCP servers and found 36.7% potentially vulnerable to server-side request forgery (SSRF). I...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.