2026-03-21 Daily Vulns
NEW:
| CVE | vendor-product | description | metric | Referenceurl | title | GithubURL | |
|---|---|---|---|---|---|---|---|
| CVE-2026-33010 | doobidoo - mcp-memory-service | 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. | CVSS3.1: 8.1 - HIGH | 0 | Exploitation: pocAutomatable: noTechnical Impact: total | mcp-memory-service’s Wildcard CORS with Credentials Enables Cross-Origin Memory Theft | github |
This post is licensed under CC BY 4.0 by the author.