Description
BlenderMCP before commit 30a3308 contains a path traversal vulnerability in the download_polyhaven_asset method that allows attackers to write arbitrary files by injecting traversal sequences in API response include keys. Attackers performing MITM attacks or prompt injection can supply malicious paths like '../../.bashrc' to overwrite sensitive files and achieve persistent code execution.
Published: 2026-07-24
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a path traversal flaw in the download_polyhaven_asset method of BlenderMCP, allowing attackers to supply traversal sequences in API response include keys. By injecting paths such as '../../.bashrc', an attacker can overwrite arbitrary files and achieve persistent code execution. The CVSS score of 6.0 reflects the moderate severity, but the EPSS score of <1% indicates a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog.

Affected Systems

All releases of BlenderMCP before commit 30a3308446cd8f81a9446e5a2ed657c0d8d86072 are affected. The vendor identified is ahujasid:blender-mcp. No explicit version range is given, so all versions prior to the commit are considered vulnerable.

Risk and Exploitability

Risk is moderate due to the CVSS 6, yet the low EPSS suggests exploitation is unlikely at present. The attack requires the ability to inject malicious data into the API response, which can be done via MITM or prompt injection. Once the attacker writes a file such as .bashrc, they can execute arbitrary code with the application's privileges. The vulnerability is not known to be actively exploited in the wild.

Generated by OpenCVE AI on August 3, 2026 at 20:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade BlenderMCP to commit 30a3308446cd8f81a9446e5a2ed657c0d8d86072 or later
  • Validate and sanitize all file paths before writing to prevent traversal sequences
  • Implement TLS and certificate pinning to block MITM attacks and restrict API access to trusted clients

Generated by OpenCVE AI on August 3, 2026 at 20:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 24 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Ahujasid
Ahujasid blender-mcp
Vendors & Products Ahujasid
Ahujasid blender-mcp

Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description BlenderMCP before commit 30a3308 contains a path traversal vulnerability in the download_polyhaven_asset method that allows attackers to write arbitrary files by injecting traversal sequences in API response include keys. Attackers performing MITM attacks or prompt injection can supply malicious paths like '../../.bashrc' to overwrite sensitive files and achieve persistent code execution.
Title BlenderMCP Path Traversal via download_polyhaven_asset API
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N'}

cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Ahujasid Blender-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-27T16:19:16.197Z

Reserved: 2026-07-23T19:22:30.642Z

Link: CVE-2026-66004

cve-icon Vulnrichment

Updated: 2026-07-27T15:24:10.329Z

cve-icon NVD

Status : Deferred

Published: 2026-07-24T15:19:07.050

Modified: 2026-07-30T19:56:33.480

Link: CVE-2026-66004

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T20:15:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')