Security Patch — GHSA-84hp-mqvj-3p8h (CVSSv3.1 9.8 CRITICAL)
What's Fixed
fix(security): enforce authentication on all /api/documents/* routes
All 7 document endpoints were served without any authentication check, allowing unauthenticated access even when MCP_API_KEY or OAuth 2.1 was configured:
POST /api/documents/uploadPOST /api/documents/batch-uploadGET /api/documents/status/{job_id}GET /api/documents/historyDELETE /api/documents/removeDELETE /api/documents/remove-by-tagsPOST /api/documents/search-content
Advisory: GHSA-84hp-mqvj-3p8h
CVSSv3.1: 9.8 CRITICAL
Fix commit: 907bac7
Upgrade
All users running the HTTP server with MCP_API_KEY or OAuth 2.1 configured should upgrade immediately.
pip install --upgrade mcp-memory-service==10.67.1Changelog
See CHANGELOG.md for full details.