Description
Line Desktop MCP is a project that, while unaffiliated with the official line-bot-mcp-server, allows users to directly operate the LINE Desktop application on Windows or Mac via MCP. `line-desktop-mcp` supports a `--http-mode` Streamable HTTP transport for use with clients such as n8n. In this mode the server binds to `0.0.0.0` and exposes the MCP `/mcp` endpoint without an MCP-layer authentication check. Prior to version 1.1.2, any network client that can reach the port can initialize a session, list tools, and call tools that read LINE Desktop chat history or send LINE messages through the already logged-in desktop application. Version 1.1.2 fixes the issue.
Published: 2026-06-19
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in line-desktop-mcp, a tool that lets users control the LINE Desktop application on Windows or Mac through an MCP interface. In the Streamable HTTP mode, the server binds to 0.0.0.0 and exposes its /mcp endpoint without performing any MCP-layer authentication or authorization checks. As a result, any network client that can reach the port can initialise a session, list available tools and invoke those tools that read chat history or send messages through the already logged‑in desktop application. This allows an attacker to read private messages and send arbitrary messages on behalf of the logged‑in user, thus compromising confidentiality and enabling potential impersonation. The weakness is rooted in missing authentication (CWE‑306) and missing authorization (CWE‑862).

Affected Systems

Affected installations are those running the line-desktop-mcp project before version 1.1.2, which is available for Windows and Mac. The flaw is present in all builds that expose the HTTP mode without restricting access; the fix is implemented in version 1.1.2 and later.

Risk and Exploitability

The CVSS score of 8.8 classifies the vulnerability as high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be remote network access: any client that can reach the HTTP port can exploit the unauthenticated endpoint, initialise sessions, and interact with the desktop application. No complex prerequisites or special conditions are specified in the description, indicating that exploitation can be performed with a simple HTTP client.

Generated by OpenCVE AI on June 19, 2026 at 21:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade line-desktop-mcp to version 1.1.2 or later to enforce MCP authentication on the HTTP endpoint
  • If an upgrade is not immediately possible, restrict inbound traffic to the HTTP port using firewall rules or configure the service to bind only to localhost
  • When the HTTP mode is not required, disable it or switch to an alternative transport mechanism that requires proper authentication

Generated by OpenCVE AI on June 19, 2026 at 21:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 19 Jun 2026 18:15:00 +0000

Type Values Removed Values Added
Description Line Desktop MCP is a project that, while unaffiliated with the official line-bot-mcp-server, allows users to directly operate the LINE Desktop application on Windows or Mac via MCP. `line-desktop-mcp` supports a `--http-mode` Streamable HTTP transport for use with clients such as n8n. In this mode the server binds to `0.0.0.0` and exposes the MCP `/mcp` endpoint without an MCP-layer authentication check. Prior to version 1.1.2, any network client that can reach the port can initialize a session, list tools, and call tools that read LINE Desktop chat history or send LINE messages through the already logged-in desktop application. Version 1.1.2 fixes the issue.
Title Streamable HTTP mode exposes LINE Desktop read/send tools without MCP authentication
Weaknesses CWE-306
CWE-862
References
Metrics cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-19T13:11:08.386Z

Reserved: 2026-05-29T14:35:45.904Z

Link: CVE-2026-49357

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-19T21:30:17Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function

  • CWE-862

    Missing Authorization