CVE-2026-49291 PUBLISHED

mcp-memory-service: OAuth read-only clients can write and delete memories through MCP tools/call

Assigner: GitHub_M
Reserved: 28.05.2026 Published: 19.06.2026 Updated: 19.06.2026

mcp-memory-service is a semantic memory layer for AI applications. Prior to version 10.65.3, the HTTP MCP JSON-RPC endpoint at /mcp requires only OAuth read scope for all requests, then dispatches tools/call directly to handlers that include mutating tools. A read-only OAuth client can call store_memory and delete_memory through MCP even though the corresponding REST endpoints require write scope. Version 10.65.3 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
CVSS Score: 8.1

Product Status

Vendor doobidoo
Product mcp-memory-service
Versions
  • Version < 10.65.3 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE