CVE-2026-33010

HIGH

mcp-memory-service's Wildcard CORS with Credentials Enables Cross-Origin Memory Theft

Title source: cna
STIX 2.1

Description

mcp-memory-service is an open-source memory backend for multi-agent systems. Prior to version 10.25.1, when the HTTP server is enabled (MCP_HTTP_ENABLED=true), the application configures FastAPI's CORSMiddleware with allow_origins=['*'], allow_credentials=True, allow_methods=["*"], and allow_headers=["*"]. The wildcard Access-Control-Allow-Origin: * header permits any website to read API responses cross-origin. When combined with anonymous access (MCP_ALLOW_ANONYMOUS_ACCESS=true) - the simplest way to get the HTTP dashboard working without OAuth - no credentials are needed, so any malicious website can silently read, modify, and delete all stored memories. This issue has been patched in version 10.25.1.

Scores

CVSS v3 8.1
EPSS 0.0002
EPSS Percentile 3.7%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact total

Details

CWE
CWE-942
Status published
Products (2)
doobidoo/mcp-memory-service < 10.25.1 (2 CPE variants)
pypi/mcp-memory-service 0 - 10.25.1PyPI
Published Mar 20, 2026
Tracked Since Mar 21, 2026