Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools

mcp-toolbox

Source -

CNA

CNA CVEs -

5

ADP CVEs -

0

CISA CVEs -

0

NVD CVEs -

0
Related CVEsRelated VendorsRelated AssignersReports
5Vulnerabilities found

CVE-2026-14541
Assigner-Google LLC
ShareView Details
Assigner-Google LLC
CVSS Score-8||HIGH
EPSS-0.27% / 19.03%
||
7 Day CHG~0.00%
Published-31 Jul, 2026 | 01:48
Updated-31 Jul, 2026 | 17:16
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Authentication Bypass and Audience Confusion in MCP Toolbox OAuth Provider

An authentication bypass and audience confusion vulnerability exists in the Google OAuth provider component of Google mcp-toolbox version 1.4.0. When a Google authService is initialized with mcpEnabled: true but lacks an explicitly defined audience or clientId, the ValidateMCPAuth pipeline for opaque tokens skips audience validation entirely. As a result, the toolbox will accept any valid Google OAuth access token—even those minted for unrelated ecosystem applications—granting unauthorized clients access to protected tools and data backends.

Action-Not Available
Vendor-Google LLC
Product-mcp-toolbox
CWE ID-CWE-287
Improper Authentication
CVE-2026-14540
Assigner-Google LLC
ShareView Details
Assigner-Google LLC
CVSS Score-8||HIGH
EPSS-0.20% / 10.17%
||
7 Day CHG~0.00%
Published-31 Jul, 2026 | 01:46
Updated-31 Jul, 2026 | 16:16
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Server-Side Request Forgery via Unrestricted HTTP Redirection in MCP Toolbox

A Server-Side Request Forgery (SSRF) vulnerability exists in the generic HTTP source and tool components of Google mcp-toolbox versions 0.3.0 through 1.4.0. While the toolbox implements baseline input sanitization for user-controlled parameters, the underlying HTTP client (internal/sources/http/http.go) fails to safely regulate request redirection boundaries. Specifically, the client is initialized without a restrictive CheckRedirect policy hook and lacks target IP validation. An attacker or a malicious data-driven prompt can supply a crafted path parameter that triggers an open redirect or a direct destination swap on the target backend, coercing the mcp-toolbox into blindly following the redirection and making unauthorized requests to internal or arbitrary external endpoints.

Action-Not Available
Vendor-Google LLC
Product-mcp-toolbox
CWE ID-CWE-918
Server-Side Request Forgery (SSRF)
CVE-2026-14539
Assigner-Google LLC
ShareView Details
Assigner-Google LLC
CVSS Score-6.6||MEDIUM
EPSS-0.21% / 12.03%
||
7 Day CHG~0.00%
Published-31 Jul, 2026 | 01:45
Updated-31 Jul, 2026 | 16:16
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Denial of Service via Unrestricted Payload Buffering in MCP Toolbox

An allocation of resources without limits vulnerability in the HTTP handler component of Google mcp-toolbox versions up to and including 1.4.0 allows an unauthenticated attacker to cause a denial of service (DoS). The /mcp endpoint handler reads incoming payloads directly into system memory using an unrestricted buffer loop (io.ReadAll) without applying defensive constraints such as http.MaxBytesReader or pre-read Content-Length enforcement. By submitting a single, massive HTTP request body, an attacker can linearly consume available host memory until the runtime process is terminated by an Out-Of-Memory (OOM) error.

Action-Not Available
Vendor-Google LLC
Product-mcp-toolbox
CWE ID-CWE-770
Allocation of Resources Without Limits or Throttling
CVE-2026-14538
Assigner-Google LLC
ShareView Details
Assigner-Google LLC
CVSS Score-5.7||MEDIUM
EPSS-0.20% / 10.31%
||
7 Day CHG~0.00%
Published-31 Jul, 2026 | 01:42
Updated-31 Jul, 2026 | 16:16
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
BigQuery Dataset Allowlist Bypass via Metadata Dry-Run in MCP Toolbox

An improper authorization and security-boundary bypass vulnerability in the bigquery-execute-sql tool component of Google mcp-toolbox versions 0.16.1 through 1.4.0 allows an authenticated attacker to bypass allowedDatasets validation checks. The toolbox relies on the BigQuery dry-run API to enforce dataset restrictions, but due to a fail-open logic flaw, it bypasses validation when the API returns an empty array for specialized constructs. This allows the attacker to extract structural DDL schemas for explicitly excluded datasets via INFORMATION_SCHEMA, and access downstream federated row data via EXTERNAL_QUERY connections.

Action-Not Available
Vendor-Google LLC
Product-mcp-toolbox
CWE ID-CWE-285
Improper Authorization
CWE ID-CWE-863
Incorrect Authorization
CVE-2026-14537
Assigner-Google LLC
ShareView Details
Assigner-Google LLC
CVSS Score-8.1||HIGH
EPSS-0.21% / 10.97%
||
7 Day CHG~0.00%
Published-31 Jul, 2026 | 01:38
Updated-31 Jul, 2026 | 16:16
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Authorization Bypass in MCP Toolbox Legacy HTTP Endpoints

Incorrect Authorization in the direct HTTP API tool invocation endpoint in Google mcp-toolbox versions v1.3.0 and v1.4.0 allows an unauthenticated attacker to invoke tools protected by the scopeRequired feature via sending tool invocation requests through legacy HTTP endpoints when the --enable-api flag is active.

Action-Not Available
Vendor-Google LLC
Product-mcp-toolbox
CWE ID-CWE-863
Incorrect Authorization