Description
AgenticMail gives AI agents real email addresses and phone numbers. Prior to version 0.9.27, @agenticmail/mcp exposes a Streamable HTTP transport when started with --http or MCP_HTTP=1. In that mode, the /mcp endpoint accepts requests without any HTTP authentication layer. A remote client can initialize a session and call tools directly. This issue has been patched in version 0.9.27.
Published: 2026-06-12
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows anyone who can reach the service to call the /mcp endpoint without any form of authentication. Because the endpoint gives direct access to internal tools, a remote attacker can trigger arbitrary commands or functions, effectively taking control over the system’s behavior. This is a classic authentication bypass leading to unauthorized execution of privileged actions. The weakness is identified as CWE-306, Authentication Bypass. The impact is therefore a potential compromise of confidentiality, integrity, and availability depending on which tools are exposed.

Affected Systems

AgenticMail’s @agenticmail/mcp component, part of the agenticmail vendor, is affected in all releases prior to 0.9.27. In those versions the component launches a streamable HTTP listener when started with the --http flag or the MCP_HTTP environment variable set to 1, exposing the /mcp interface to unauthenticated traffic. Users running older releases on publicly reachable networks expose this weakness.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity with the possibility of complete takeover if the endpoint is reachable. The EPSS score of < 1% suggests that, at the moment of analysis, the probability of exploitation is very low but not zero, possibly due to limited visibility or niche exposure. The vulnerability is not listed in the CISA KEV catalog, meaning no known organized exploitation campaigns are tracked yet. An attacker would need network access to the HTTP transport, which is often exposed to the internet or an internal network, and would then send a simple request to the /mcp endpoint to initiate tool usage.

Generated by OpenCVE AI on June 12, 2026 at 20:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade agenticmail to version 0.9.27 or later, which implements authentication for the /mcp endpoint.
  • If upgrading immediately is not feasible, disable the HTTP transport by removing the --http flag or setting MCP_HTTP=0, preventing unauthenticated access.
  • Restrict network exposure of the service by placing it behind a firewall or VPN, ensuring only trusted hosts can reach the endpoint.

Generated by OpenCVE AI on June 12, 2026 at 20:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-63gr-g7jc-v8rg @agenticmail/mcp Missing Authentication for Critical Function
History

Fri, 12 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Agenticmail
Agenticmail agenticmail
Vendors & Products Agenticmail
Agenticmail agenticmail

Fri, 12 Jun 2026 19:45:00 +0000

Type Values Removed Values Added
Description AgenticMail gives AI agents real email addresses and phone numbers. Prior to version 0.9.27, @agenticmail/mcp exposes a Streamable HTTP transport when started with --http or MCP_HTTP=1. In that mode, the /mcp endpoint accepts requests without any HTTP authentication layer. A remote client can initialize a session and call tools directly. This issue has been patched in version 0.9.27.
Title Missing Authentication for Critical Function in @agenticmail/mcp
Weaknesses CWE-306
References
Metrics cvssV4_0

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


Subscriptions

Agenticmail Agenticmail
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-12T18:44:48.313Z

Reserved: 2026-06-04T16:26:05.985Z

Link: CVE-2026-50287

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-12T20:16:46.940

Modified: 2026-06-12T20:16:46.940

Link: CVE-2026-50287

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-12T20:30:06Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function