Description
Microsoft UFO open-source framework for intelligent automation across devices and platforms. Prior to 3.0.8, ufo/client/mcp/http_servers/linux_mcp_server.py binds a FastMCP streamable HTTP server to localhost:8010 but does not validate the Host, Origin, or Sec-Fetch-Site headers. An attacker-controlled web page can use DNS rebinding to reach the local /mcp endpoint, enumerate tool schemas through tools/list, and invoke execute_command with a valid UFO_MCP_API_KEY to read files or execute allowed operating system commands as the victim's user. This issue is fixed in version 3.0.8.
Published: 2026-08-21
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the UFO Framework’s Linux MCP HTTP server which binds to localhost:8010 and does not verify DNS‑relevant headers such as Host, Origin or Sec‑Fetch‑Site, allowing an attacker who controls a web page to perform DNS rebinding; the attacker can enumerate tool schemas and invoke the execute_command endpoint using a valid UFO_MCP_API_KEY, thereby reading arbitrary files or executing permitted system commands as the victim’s user, corresponding to CWE-200 (Information Exposure) and CWE-346 (Missing Access Control).

Affected Systems

Any installation of the Microsoft UFO open‑source framework with a version older than 3.0.8 is affected, specifically the ufo/client/mcp/http_servers/linux_mcp_server.py component of the UFO framework; users running these older versions on local or networked environments are at risk.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, while the EPSS score is not provided and the vulnerability is not listed in CISA KEV; the attack vector is inferred to be a remote or web‑based scenario where an attacker serves a malicious page that an authorized user visits, using DNS rebinding to reach the local endpoint and exploit the missing header validation.

Generated by OpenCVE AI on August 21, 2026 at 21:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade your UFO installation to version 3.0.8 or later, which includes header validation for the FastMCP HTTP server.
  • If an upgrade cannot be performed immediately, block external network access to the localhost:8010 service using firewall or host‑based filtering so that only trusted local processes can reach the MCP endpoint.
  • Secure or restrict the UFO_MCP_API_KEY so it is not exposed to unauthenticated users, and consider limiting the allowed commands in the execute_command API to reduce potential impact.

Generated by OpenCVE AI on August 21, 2026 at 21:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Microsoft
Microsoft ufo
Vendors & Products Microsoft
Microsoft ufo

Fri, 21 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description Microsoft UFO open-source framework for intelligent automation across devices and platforms. Prior to 3.0.8, ufo/client/mcp/http_servers/linux_mcp_server.py binds a FastMCP streamable HTTP server to localhost:8010 but does not validate the Host, Origin, or Sec-Fetch-Site headers. An attacker-controlled web page can use DNS rebinding to reach the local /mcp endpoint, enumerate tool schemas through tools/list, and invoke execute_command with a valid UFO_MCP_API_KEY to read files or execute allowed operating system commands as the victim's user. This issue is fixed in version 3.0.8.
Title Microsoft UFO: DNS Rebinding → Unauthenticated File Read / Command Execution
Weaknesses CWE-200
CWE-346
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T20:17:21.272Z

Reserved: 2026-07-13T19:27:58.314Z

Link: CVE-2026-62316

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T21:17:01.350

Modified: 2026-08-21T21:17:01.350

Link: CVE-2026-62316

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:30:17Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-346

    Origin Validation Error