Critical

Apache Pinot MCP Unauthenticated Remote Cluster Takeover

Apache Pinot's MCP server exposes cluster administration functions such as schema changes, table deletion, and segment management without requiring authentication. Anyone who can reach the server over the network can call these management tools directly and take control of the cluster.

How the attack works

An attacker locates a network-reachable Apache Pinot MCP endpoint. Because the MCP server does not enforce authentication on its cluster management tool calls, the attacker invokes administrative functions directly, no credentials or session context required. From there they can modify schemas, delete tables, or manipulate segments, effectively controlling the cluster's data and structure. The rule flags MCP configurations pointing at unauthenticated Pinot endpoints, tool calls into Pinot management functions made without auth context, and content that describes this unauthenticated surface.

Netzilo detection

Netzilo reports this behaviour when it is observed.

Signature ID
08539910-fb2f-4670-9a0c-42ee89dab5f1
Severity
Critical

Why it matters

An attacker can destroy or alter data (deleted tables, changed schemas, corrupted segments) and disrupt or fully take over a Pinot cluster used by downstream analytics or agent workflows, without needing any credentials.

What you can do

  • Do not expose Apache Pinot MCP server endpoints directly to untrusted networks; place them behind an authenticated gateway or VPN.
  • Check whether your Pinot MCP deployment enforces authentication on cluster management calls, and if not, restrict access at the network layer until it does.
  • Audit MCP client configurations for any that point at Pinot endpoints without credentials.
  • Monitor for cluster management tool calls (schema changes, table deletions, segment operations) that lack an authenticated session or caller identity.

Known benign look-alikes

  • Internal Pinot deployments behind authenticated VPN perimeter.
  • Security scanning tooling probing Pinot MCP for authentication bypass.
  • Educational documentation describing Pinot MCP architecture.

References

Related threats