๐Ÿ” CVE Alert

CVE-2026-54561

MEDIUM 6.2

MCP Memory Keeper: Arbitrary local file read in mcp-memory-keeper context_import via unvalidated filePath

CVSS Score
6.2
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22 CWE-209
Vendor mkreyman
Product mcp-memory-keeper
Published Sep 15, 2026
Last Updated Sep 15, 2026
Stay Ahead of the Next One

Get instant alerts for mkreyman mcp-memory-keeper

Be the first to know when new medium vulnerabilities affecting mkreyman mcp-memory-keeper are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

mkreyman / mcp-memory-keeper
< 0.13.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mkreyman/mcp-memory-keeper/security/advisories/GHSA-f7wf-v2vw-mpcx github.com: https://github.com/mkreyman/mcp-memory-keeper/issues/35 github.com: https://github.com/mkreyman/mcp-memory-keeper/pull/36 github.com: https://github.com/mkreyman/mcp-memory-keeper/commit/58640c22e037572e0b03bc0aa25d015ea98dcc6d github.com: https://github.com/mkreyman/mcp-memory-keeper/commit/b9369568468007c85f8aec3ae09ca6f611285bc5 github.com: https://github.com/mkreyman/mcp-memory-keeper/commit/e0ab521a9e8343bcab1ca60ccc3601e4d86eaa97 github.com: https://github.com/mkreyman/mcp-memory-keeper/releases/tag/v0.13.0