CVE-2026-49986

Source
https://cve.org/CVERecord?id=CVE-2026-49986
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-49986.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-49986
Aliases
Published
2026-08-14T16:21:39.125Z
Modified
2026-08-19T03:31:07.254865467Z
Severity
  • 7.1 (High) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P CVSS Calculator
Summary
Cortex has Untrusted Project Bootstrap Code Execution via `CLAUDE_PROJECT_DIR`
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-829"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/49xxx/CVE-2026-49986.json"
}
References

Affected packages

Git / github.com/cdeust/cortex

Affected ranges

Type
GIT
Repo
https://github.com/cdeust/cortex
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "3.17.1"
        }
    ]
}

Affected versions

v2.*
v2.1.0
v2.3.0
v2.4.1
v3.*
v3.14.10
v3.14.11
v3.14.12
v3.14.6
v3.14.7
v3.14.8
v3.14.9
v3.15.0
v3.15.1
v3.15.2
v3.15.3
v3.16.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-49986.json"