CVE-2026-10662
Server-Side Request Forgery in Blender-MCP ZIP Handler
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-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the ahujasid blender-mcp software, specifically in the function requests.get within the file src/blender_mcp/server.py, which is part of the ZIP File Handler component.
The issue arises from the manipulation of the argument zip_file_url, which leads to a server-side request forgery (SSRF). This means an attacker can make the server send unauthorized requests to other internal or external resources.
The attack can be executed remotely, and the exploit has been made public, increasing the risk of exploitation.
A patch has been identified to fix this issue, and it is recommended to apply it.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to perform server-side request forgery, which may enable them to access internal systems or resources that are not normally accessible from outside.
Such unauthorized requests could lead to information disclosure, unauthorized actions, or further attacks within the network.
Because the attack can be executed remotely and the exploit is public, the risk of compromise is significant if the vulnerability is not patched.
What immediate steps should I take to mitigate this vulnerability?
It is advisable to implement the patch identified as 5b37be25242e73dc4cf1328974d30458b9e5d67e to correct this issue.