CVE-2026-7594
Path Traversal in Flux159 mcp-game-asset-gen
Publication date: 2026-05-01
Last updated on: 2026-05-05
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| flux159 | mcp-game-asset-gen | 0.1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Flux159 mcp-game-asset-gen version 0.1.0, specifically in the function image_to_3d_async within the file src/index.ts of the MCP Interface component.
The issue arises from the manipulation of the argument statusFile, which leads to a path traversal vulnerability. This means an attacker can manipulate file paths to access files and directories outside the intended scope.
The attack can be executed remotely, and the exploit is publicly available.
How can this vulnerability impact me? :
This vulnerability allows an attacker to perform path traversal remotely, potentially accessing or modifying files outside the intended directory.
Such unauthorized access can lead to information disclosure, data tampering, or further exploitation of the system.
Given the CVSS scores (v3.1 BaseScore 7.3), the impact includes partial confidentiality, integrity, and availability loss.