CVE-2026-50027

mcp-memory-service is a semantic memory layer for AI applications. Prior to 10.67.1, all HTTP routes under /api/documents/* in mcp-memory-service are served without any authentication dependency, even when the server is configured with an API key (MCP_API_KEY) or OAuth. An unauthenticated remote attacker can upload arbitrary content into the memory store (write), retrieve stored document content (read), and permanently delete memories belonging to authenticated users (delete) — all without supplying any credentials. The /api/memories counterpart correctly enforces authentication, making this an inconsistent and exploitable authentication boundary. This vulnerability is fixed in 10.67.1.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-14 19:17

Updated : 2026-09-16 13:42


NVD link : CVE-2026-50027

Mitre link : CVE-2026-50027

CVE.ORG link : CVE-2026-50027


JSON object : View

Products Affected

No product.

CWE
CWE-306

Missing Authentication for Critical Function