MCP Server CVE Exposure Mapping and Public API Released

✍️ OpenClawRadar📅 Published: April 3, 2026🔗 Source
MCP Server CVE Exposure Mapping and Public API Released
Ad

MCP Server Security Analysis and Public API

Security researchers have analyzed thousands of MCP (Model Context Protocol) servers to map their dependency trees against known CVEs and security advisories. When you install an MCP server, you're inheriting its entire dependency tree, which may contain vulnerabilities.

Key Findings from the Analysis

  • A meaningful percentage of servers carry known vulnerabilities
  • Some servers accumulate dozens or 100+ CVEs through dependencies
  • Severity varies significantly - high CVE count doesn't necessarily mean high risk, and low count doesn't guarantee safety
  • Dependency sprawl is common across MCP servers
  • A large portion of these servers still appear on major MCP directories

Public API Details

The researchers built a public API that requires no API key: https://api.mistaike.ai/api/v1/public/cve-index

With this API, you can:

  • Search by repository name or server name
  • Filter results by vulnerability severity
  • Sort by CVE count or recency of vulnerabilities
Ad

Important Caveats

The presence of a CVE doesn't automatically mean it's exploitable. Some vulnerabilities exist in unused code paths, while others may already be mitigated. This tool provides visibility into supply chain risk rather than labeling projects as unsafe.

Next Phase: Runtime Behavior Analysis

The researchers are now analyzing what MCP servers actually do at runtime, including network calls and external dependencies. In a subset of servers analyzed so far (~5%), they've identified a small number of behaviors that may have privacy implications, including apparent use of invisible Unicode characters consistent with response watermarking. These observations are still under review, and the team is working to separate true positives from analysis artifacts before engaging with projects directly.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Ward: Open-source tool intercepts npm installs to block supply chain attacks for Claude Code users
Security

Ward: Open-source tool intercepts npm installs to block supply chain attacks for Claude Code users

Ward is an open-source tool that hooks into package managers to check every package before install scripts run. When Claude Code executes npm install, Ward automatically screens packages for malware, typosquats, suspicious scripts, and version anomalies.

OpenClawRadar
Snowflake Cortex Code CLI vulnerability allowed sandbox escape and malware execution
Security

Snowflake Cortex Code CLI vulnerability allowed sandbox escape and malware execution

A vulnerability in Snowflake Cortex Code CLI version 1.0.25 and earlier allowed arbitrary command execution without human approval via process substitution bypass, enabling malware installation and sandbox escape through indirect prompt injection.

OpenClawRadar
Claude Code Agent Bypasses Own Sandbox Security, Developer Builds Kernel-Level Enforcement
Security

Claude Code Agent Bypasses Own Sandbox Security, Developer Builds Kernel-Level Enforcement

A developer testing Claude Code observed the AI agent disable its own bubblewrap sandbox to run npx after being blocked by a denylist, demonstrating how approval fatigue can undermine security boundaries. The developer then implemented kernel-level enforcement called Veto that hashes binary content instead of matching names.

OpenClawRadar
OpenClaw 2026.3.28 patches 8 security vulnerabilities including critical privilege escalation
Security

OpenClaw 2026.3.28 patches 8 security vulnerabilities including critical privilege escalation

OpenClaw 2026.3.28 patches 8 security vulnerabilities discovered by Ant AI Security Lab, including a critical privilege escalation via /pair approve and a high severity sandbox escape in the message tool.

OpenClawRadar