Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

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

MCP Toolbox for Databases

Source -

CNA

CNA CVEs -

2

ADP CVEs -

0

CISA CVEs -

0

NVD CVEs -

0
Related CVEsRelated VendorsRelated AssignersReports
2Vulnerabilities found

CVE-2026-11624
Assigner-Google LLC
ShareView Details
Assigner-Google LLC
CVSS Score-9.4||CRITICAL
EPSS-Not Assigned
Published-13 Jun, 2026 | 08:38
Updated-13 Jun, 2026 | 10:16
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available

The Model Context Protocol has a security warning advising servers to validate the "Origin" header on all incoming connections to prevent DNS rebinding attacks. Prior to the v0.25.0 release, users had no way to validate the origin's host. In v0.25.0, a new "--allowed-hosts" flag was introduced alongside the existing "--allowed-origins" flag, enabling users to specify permitted hosts at server startup. Both flags default to "*", allowing users to implement strict access controls as needed without breaking existing setups. If either flag is set to "*", the server will output a startup warning about potential vulnerabilities. Documentation has also been updated to highlight these security considerations.

Action-Not Available
Vendor-Google LLC
Product-MCP Toolbox for Databases
CWE ID-CWE-346
Origin Validation Error
CVE-2026-9739
Assigner-Google LLC
ShareView Details
Assigner-Google LLC
CVSS Score-9.4||CRITICAL
EPSS-0.02% / 6.96%
||
7 Day CHG~0.00%
Published-27 May, 2026 | 21:38
Updated-29 May, 2026 | 15:42
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available

Vulnerable to DNS rebinding attacks when using SSE (http://b/499408790). During the beta phase, we implemented `allowed-origins` and `allowed-hosts` flags to align with MCP security guidelines. However, the hardcoded `Access-Control-Allow-Origin: *` header in the SSE initialization handler was inadvertently retained. This vulnerability specifically impacts users connecting via Toolbox using SSE under specification v2024-11-05.

Action-Not Available
Vendor-Google LLC
Product-MCP Toolbox for Databases
CWE ID-CWE-942
Permissive Cross-domain Policy with Untrusted Domains