Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-49257 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-306Missing Authentication for Critical Function[email protected]

Affected Products

ProductVersions
startreedata mcp-pinot
<= 3.0.1 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 3.1.0moderate effort
  • Workaround:low effort

    Bind the MCP server to the loopback address (127.0.0.1) by setting the environment variable MCP_HOST to 127.0.0.1.

  • Workaround:low effort

    Enable OAuth authentication by setting the environment variable OAUTH_ENABLED to true.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-49257
NVD Published Date:
Jun 18, 2026
NVD Last Modified:
Jun 23, 2026
Source:
[email protected]
CVE-2026-49257 Details - Not Deferred