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.
References
| Link | Resource |
|---|---|
| https://github.com/googleapis/mcp-toolbox/pull/3216 | Issue Tracking Patch |
Configurations
History
No history.
Information
Published : 2026-07-31 02:16
Updated : 2026-08-08 00:20
NVD link : CVE-2026-14539
Mitre link : CVE-2026-14539
CVE.ORG link : CVE-2026-14539
JSON object : View
Products Affected
- mcp_toolbox_for_databases
CWE
CWE-770
Allocation of Resources Without Limits or Throttling
