CVE-2026-10688
Code Injection in Blender-MCP Server
Publication date: 2026-06-02
Last updated on: 2026-06-02
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ahujasid | blender-mcp | to 7636d13bded82eca58eb93c3f4cd8708dfdfbe8b (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the ahujasid blender-mcp project, specifically in the function execute_blender_code within the file /src/blender_mcp/server.py. It involves manipulation of the argument 'code' which leads to code injection. This means an attacker can remotely execute arbitrary code on the affected system by exploiting this flaw.
How can this vulnerability impact me? :
The vulnerability allows remote attackers to inject and execute arbitrary code on the affected system. This can lead to unauthorized actions such as data manipulation, system compromise, or further attacks. Because the exploit is publicly disclosed and may be utilized, the risk of exploitation is increased.