CVE-2026-10688
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability was determined in ahujasid blender-mcp up to 7636d13bded82eca58eb93c3f4cd8708dfdfbe8b. The impacted element is the function execute_blender_code of the file /src/blender_mcp/server.py. This manipulation of the argument code causes code injection. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA code injection vulnerability exists in the `execute_blender_code` function within `/src/blender_mcp/server.py` of the blender-mcp project. User-supplied input passed through the `code` argument is not properly sanitized before execution, allowing an attacker to inject and execute arbitrary code on the host system. This vulnerability is exploitable remotely and has been publicly disclosed.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm blender-mcp installationRun 'pip show blender-mcp' or check your package manager for the blender-mcp packageAffected if The package is not installed, but if it is installed, proceed to version check
-
Check installed versionRun 'pip show blender-mcp' to see the version number, then compare against any released versions after the vulnerability disclosureAffected if The installed version is older than the latest available version containing the fix, or if you cannot determine the version
-
Locate the vulnerable server.py fileFind the file at /src/blender_mcp/server.py in your installation directory (use 'pip show -f blender-mcp' to list installed files)Affected if The file exists and contains the execute_blender_code function
-
Verify the execute_blender_code function lacks input sanitizationOpen server.py and inspect the execute_blender_code function - look for any validation, sanitization, or sandboxing of the 'code' parameter before executionAffected if The function passes the 'code' argument directly to exec(), eval(), or similar execution functions without sanitization
-
Check if the vulnerable function is exposedReview your server configuration and API routes to determine if execute_blender_code is accessible via network API endpoints (HTTP/REST)Affected if The function is exposed via an API endpoint without authentication or additional access controls
You are affected if blender-mcp is installed and the execute_blender_code function in server.py accepts user input without sanitization and is accessible via an API endpoint or other remote interface.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement strict input validation and sanitization on the `code` parameter, preferably using a sandboxed execution environment (e.g., Docker container, restricted Python execution context) or a whitelist approach for allowed Blender commands/functions to prevent arbitrary code execution.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-10688 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-10688 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data