🔐 CVE Alert

CVE-2026-15829

UNKNOWN 0.0

SQL Injection and Security Boundary Bypass in googleapis/mcp-toolbox

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

A SQL injection (CWE-89) and security boundary bypass (CWE-863) vulnerability exists in the prebuilt BigQuery forecasting tool (bigquery-forecast) of googleapis/mcp-toolbox. The tool accepts client-controlled parameters (data_col, timestamp_col, and id_cols) as plain strings and interpolates them unescaped via fmt.Sprintf directly into a generated AI.FORECAST table-valued SELECT statement. While MCP Toolbox utilizes an allowedDatasets mechanism to restrict queries, this defense only validates the history_data parameter; the final assembled query is executed without re-validation. An attacker can break out of the string literal fields (such as timestamp_col) to inject a valid multi-statement or cross-dataset query block. This allows an unauthorized user to bypass the operator-configured allowedDatasets boundary and read arbitrary BigQuery tables.

CWE CWE-89 CWE-863
Vendor google
Product mcp toolbox for databases (googleapis/mcp-toolbox)
Ecosystems
Industries
Technology
Published Jul 21, 2026
Stay Ahead of the Next One

Get instant alerts for google mcp toolbox for databases (googleapis/mcp-toolbox)

Be the first to know when new unknown vulnerabilities affecting google mcp toolbox for databases (googleapis/mcp-toolbox) are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Google / MCP Toolbox for Databases (googleapis/mcp-toolbox)
0.13.0 ≤ 1.3.0

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/googleapis/mcp-toolbox/pull/3324

Credits

Matteo Panzeri (Università di Pavia), GitHub @matte1782