Skip to main content

MCP Ruby SDK EUVDEUVD-2026-50502

| CVE-2026-67432 HIGH
Allocation of Resources Without Limits or Throttling (CWE-770)
2026-07-29 GitHub_M GHSA-h669-8m4g-r2hc
7.5
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
7.5 HIGH

Remote unauthenticated POST with no interaction and low complexity triggers unbounded allocation; impact is availability-only (worker OOM), so C:N/I:N/A:H.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

4
Patch available
Jul 29, 2026 - 20:02 EUVD
Source Code Evidence Fetched
Jul 29, 2026 - 19:52 vuln.today
Analysis Generated
Jul 29, 2026 - 19:52 vuln.today
CVE Published
Jul 29, 2026 - 19:17 cve.org
HIGH 7.5

DescriptionCVE.org

MCP Ruby SDK is the official Ruby SDK for Model Context Protocol servers and clients. Prior to 0.23.0, MCP::Server::Transports::StreamableHTTPTransport in the mcp gem reads and parses an entire JSON-RPC POST body without a size limit, allowing an unauthenticated remote attacker to exhaust process memory. This issue is fixed in version 0.23.0.

AnalysisAI

Uncontrolled memory allocation in the official Model Context Protocol Ruby SDK (mcp gem) before 0.23.0 lets an unauthenticated remote attacker crash MCP servers by sending a single oversized JSON-RPC POST. The StreamableHTTPTransport read the entire request body into memory and parsed it with no size or JSON-nesting cap, so one request can allocate gigabytes and OOM-kill the worker (CVSS 7.5, availability-only impact). …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Reach MCP HTTP endpoint
Delivery
Send oversized JSON-RPC POST body
Exploit
Unbounded read into worker memory
Execution
Memory exhaustion / OOM kill
Impact
Server denial of service

Vulnerability AssessmentAI

Exploitation The MCP server must expose MCP::Server::Transports::StreamableHTTPTransport over HTTP to the attacker (the Streamable HTTP transport is the required deployment mode - stdio-only servers are not exposed to this remote vector). … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment Signals are internally consistent and point to a genuine but scope-limited availability risk. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker who can reach the MCP server's HTTP endpoint sends a single POST to the JSON-RPC route with a multi-gigabyte body (or a chunked request with no/spoofed Content-Length), causing the worker to buffer and parse the whole payload and exhaust memory. Repeating this against each worker keeps the service crashing or OOM-restarting, denying availability to all users. …
Remediation Vendor-released patch: upgrade the mcp gem to 0.23.0 or later, which enforces a 4 MiB default request-body cap (max_request_bytes) and a JSON nesting limit of 64; see GHSA-h669-8m4g-r2hc and the v0.23.0 release notes. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, audit all systems to identify mcp gem installations and immediately restrict network exposure to trusted sources only. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-50502 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy