Vulnerability Description
mcp-pinot is a Python-based Model Context Protocol (MCP) server for interacting with Apache Pinot. In versions 3.0.1 and below, mcp-pinot defaults to running an HTTP MCP server bound to 0.0.0.0:8080 with no authentication enabled. All MCP tools, including SQL query execution, schema creation, and table-config mutation, are reachable by any network-adjacent caller. The server proxies these calls using server-side Pinot credentials, producing a confused-deputy condition that yields full read/write access to the configured Pinot cluster. This issue has been fixed in version 3.1.0
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/startreedata/mcp-pinot/commit/1c7d3f9cd384854bf72c127d230bdb3
- https://github.com/startreedata/mcp-pinot/issues/90
- https://github.com/startreedata/mcp-pinot/pull/95
- https://github.com/startreedata/mcp-pinot/security/advisories/GHSA-73cv-556c-w3g
- https://github.com/startreedata/mcp-pinot/security/advisories/GHSA-73cv-556c-w3g
FAQ
What is CVE-2026-49257?
CVE-2026-49257 is a vulnerability with a CVSS score of 10.0 (CRITICAL). mcp-pinot is a Python-based Model Context Protocol (MCP) server for interacting with Apache Pinot. In versions 3.0.1 and below, mcp-pinot defaults to running an HTTP MCP server bound to 0.0.0.0:8080 w...
How severe is CVE-2026-49257?
CVE-2026-49257 has been rated CRITICAL with a CVSS base score of 10.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-49257?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.