← Back to browse · API

CVE-2026-49257

Severity
CRITICAL
CVSS
10.0
EPSS
0.0093
Risk score
40.33
CISA KEV
No
PoC
No
Published
2026-06-18
Modified
2026-06-22
First seen
2026-08-07
Aliases
EUVD-2026-37951, GHSA-73CV-556C-W3G6, PYSEC-2026-410
Products
startreedata:mcp-pinot < 3.1.0
Sources
euvd EUVD-2026-37951

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

References