Project Subscriptions
No data.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-f7wf-v2vw-mpcx | mcp-memory-keeper: Arbitrary local file read in context_import via unvalidated filePath |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Tue, 15 Sep 2026 18:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Tue, 15 Sep 2026 16:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | MCP Memory Keeper is an MCP server for persistent context management in AI coding assistants. Prior to 0.13.0, context_import in src/index.ts passes the caller-controlled filePath directly to fs.readFileSync without restricting the path to an export directory. An MCP client, including an LLM agent induced to call the tool, can use ../ traversal or an absolute path to target any file readable by the server process. A valid JSON file is parsed and imported into the caller's session, allowing its full contents to be retrieved through context_get or context_export, while JSON.parse errors for non-JSON files can return leading file bytes in a SyntaxError message. The two disclosure modes can expose other exported sessions, JSON credentials or service-account files, environment files, and portions of SSH keys or other local files. This issue is fixed in version 0.13.0. | |
| Title | MCP Memory Keeper: Arbitrary local file read in mcp-memory-keeper context_import via unvalidated filePath | |
| Weaknesses | CWE-209 CWE-22 |
|
| References |
|
|
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-15T17:28:58.028Z
Reserved: 2026-06-15T19:04:14.457Z
Link: CVE-2026-54561
Updated: 2026-09-15T17:28:54.663Z
Status : Received
Published: 2026-09-15T17:17:21.220
Modified: 2026-09-15T18:17:23.207
Link: CVE-2026-54561
No data.
OpenCVE Enrichment
No data.
Github GHSA