Description
A security vulnerability has been detected in IncomeStreamSurfer roo-code-memory-bank-mcp-server up to 9dcb2fb5e6b65a35ac1983885a6d4e5621a0081e. This affects the function readMemoryBankFile/appendMemoryBankEntry of the file src/index.ts of the component read_memory_bank_file/append_memory_bank_entry. Such manipulation of the argument file_name leads to path traversal. The attack must be carried out locally. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-09
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerable component parses an argument called file_name but does not sanitize it, resulting in a classic path‑traversal error (CWE‑22). An attacker who can invoke the read_memory_bank_file/append_memory_bank_entry function locally can supply a crafted path (e.g., ../../etc/passwd) and obtain or overwrite files outside the intended directory. The flaw does not grant network or remote code execution; it requires local execution privileges. Consequently the confidentiality, integrity, and availability consequences are scoped to the execution context of the locally running process.

Affected Systems

IncomeStreamSurfer’s roo‑code‑memory‑bank‑mcp‑server component is affected. The insecure state exists in any release up to and including commit 9dcb2fb5e6b65a35ac1983885a6d4e5621a0081e. Because the project employs a rolling‑release model, precise version numbers are not disclosed and any iteration prior to that hash remains vulnerable.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires local authority, so an attacker must be able to run code on the target machine. There is no documented proof of exploitation, but the path‑traversal flaw is a well‑known and easy to exploit weakness when local access is possible.

Generated by OpenCVE AI on August 9, 2026 at 03:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Identify the deployed commit hash and replace it with a newer commit that contains the missing sanitisation change if one exists.
  • Restrict local access to the application by running it under a non‑privileged user and applying filesystem ACLs that limit write permissions to the expected directory hierarchy.
  • Implement input validation on the file_name parameter by stripping directory traversal sequences ("../") or by resolving the path against a fixed base directory before use.

Generated by OpenCVE AI on August 9, 2026 at 03:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in IncomeStreamSurfer roo-code-memory-bank-mcp-server up to 9dcb2fb5e6b65a35ac1983885a6d4e5621a0081e. This affects the function readMemoryBankFile/appendMemoryBankEntry of the file src/index.ts of the component read_memory_bank_file/append_memory_bank_entry. Such manipulation of the argument file_name leads to path traversal. The attack must be carried out locally. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Title IncomeStreamSurfer roo-code-memory-bank-mcp-server read_memory_bank_file/append_memory_bank_entry index.ts appendMemoryBankEntry path traversal
First Time appeared Incomestreamsurfer
Incomestreamsurfer roo-code-memory-bank-mcp-server
Weaknesses CWE-22
CPEs cpe:2.3:a:incomestreamsurfer:roo-code-memory-bank-mcp-server:*:*:*:*:*:*:*:*
Vendors & Products Incomestreamsurfer
Incomestreamsurfer roo-code-memory-bank-mcp-server
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Incomestreamsurfer Roo-code-memory-bank-mcp-server
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T01:45:09.659Z

Reserved: 2026-08-08T09:07:58.491Z

Link: CVE-2026-19325

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T03:30:04Z

Weaknesses
  • CWE-22

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