CVE-2026-9473
Path Traversal in Jimeng MCP c-rick 1.10.0
Publication date: 2026-05-25
Last updated on: 2026-05-25
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jimeng | mcp | 1.10.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 c-rick jimeng-mcp version 1.10.0, specifically in the functions getFileContent, uploadCoverFile, generateImage, and generateVideo within the src/api.ts file. It involves the manipulation of the filePath argument, which leads to a path traversal issue. This means an attacker can potentially access files and directories outside the intended scope by crafting malicious file paths.
The attack can be initiated remotely, and the exploit has already been publicly disclosed. Although the project was informed early through an issue report, there has been no response or fix yet.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to perform path traversal attacks, potentially gaining unauthorized access to files and data outside the intended directories. This can lead to information disclosure, data tampering, or further exploitation depending on the files accessed.
Since the attack can be performed remotely, it increases the risk of exploitation without physical access to the system.