CVE-2026-77339 PUBLISHED

Process Compose: Browser DNS rebinding lets websites control local process-compose MCP tools

Assigner: GitHub_M
Reserved: 20.08.2026 Published: 18.09.2026 Updated: 18.09.2026

Process Compose is a scheduler and orchestrator for non-containerized applications. Prior to 1.120.0, the MCP SSE listener in src/mcp/server.go accepts browser-origin requests to /sse and the returned message endpoint without validating the Host header, validating the Origin header, or authenticating the caller. When MCP SSE is enabled, a malicious website can use DNS rebinding to reach the loopback listener and issue MCP requests. If expose_control_tools is enabled, the attacker can enumerate process state, read or search logs, truncate logs, and start, stop, restart, or scale local processes; configured user-defined tools can expose additional commands and output. The Gin REST API token middleware does not protect this separately started MCP listener. This issue is fixed in version 1.120.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:H/SA:N
CVSS Score: 5.1

Product Status

Vendor F1bonacc1
Product process-compose
Versions
  • Version < 1.120.0 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE
  • CWE-346: Origin Validation Error CWE