CVE-2026-49986
Published:August 14, 2026
Updated:August 31, 2026
The Cortex MCP server ("neuro-cortex-memory"), a cross-platform persistent memory MCP, prior to version 3.17.1 treats the "CLAUDE_PROJECT_DIR" environment variable — automatically set by Claude Code to the currently open project directory — as a trusted Cortex developer checkout. When the "open_visualization" tool is invoked, "_find_dev_source()" resolves the user's active project directory as a candidate Cortex source root. The only validation performed by "_is_cortex_root()" is a check for the presence of an "mcp_server/" subdirectory and a "ui/unified-viz.html" file. An attacker who places these two marker files in a malicious repository can cause Cortex to execute an arbitrary "mcp_server/server/visualize_bootstrap.py" from that directory via "subprocess.run([sys.executable, ...])", achieving code execution with the privileges of the victim's local user process. Version 3.17.1 fixes the issue.
Affected Packages
neuro-cortex-memory (PYTHON):
Affected version(s) >=2.0.0 <3.18.0Fix Suggestion:
Update to version 3.18.0Related Resources (8)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
POC
CVSS v3
Base Score:
7.8
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Inclusion of Functionality from Untrusted Control Sphere
EPSS
Base Score:
0.11