CVE-2026-9468
Path Traversal in dazeb cline-mcp-memory-bank
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 |
|---|---|---|
| dazeb | cline-mcp-memory-bank | to 55c81b9cf6c16700983c84dc4cdea3cafa19a75f (inc) |
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 is a security flaw in the dazeb cline-mcp-memory-bank software, specifically in the function handleInitializeMemoryBank within the src/index.ts file. It involves improper handling of the argument projectPath, which allows an attacker to perform a path traversal attack. This means an attacker can manipulate the file path input to access files and directories outside the intended scope. The attack can be executed remotely, and the exploit code has been publicly released.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to access unauthorized files or directories on the system where the software is running by exploiting the path traversal flaw. This could lead to exposure of sensitive information, modification of files, or other malicious activities depending on the system's configuration and the attacker's intent.