Description
A security vulnerability has been detected in tumf mcp-text-editor up to 1.0.2. This issue affects the function _validate_file_path of the file mcp_text_editor/text_editor.py. Such manipulation of the argument file_path leads to path traversal. The attack can be launched remotely. The exploit has been disclosed publicly and may be used. The vendor closed the GitHub issue for this vulnerability without any explanation.
Published: 2026-07-09
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the _validate_file_path function in tumf's mcp-text-editor, which fails to enforce proper path validation. This flaw is a CWE-22 path traversal weakness that allows an attacker to supply a crafted file_path string that navigates outside of the intended directory, potentially enabling remote reading or overwriting of arbitrary files on the host system. The flaw directly compromises be performed from a remote location, as the attack is triggered through input parameters sent to the editor.

Affected Systems

The issue affects tumf's mcp-text-editor product up to and including version 1.0.2. Any installation of the software that has not been updated beyond that release is susceptible, regardless of the operating system or deployment configuration.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, while the EPSS score of less than 1% suggests a very low likelihood of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog, which exploitation. Nevertheless, the public disclosure and remote attack potential mean that attackers may eventually craft exploit payloads should the software remain unpatched.

Generated by OpenCVE AI on July 29, 2026 at 12:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version of mcp-text-editor that fixes the path traversal flaw.
  • If an upgrade is not possible, modify the application to enforce a strict base directory and resolve all file paths relative to it, preventing traversal outside the intended scope.
  • Apply operating system level isolation such as containerization or chroot to restrict the editor’s access to the file system, mitigating the impact if a traversal attempt occurs.

Generated by OpenCVE AI on July 29, 2026 at 12:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 01:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in tumf mcp-text-editor up to 1.0.2. This issue affects the function _validate_file_path of the file mcp_text_editor/text_editor.py. Such manipulation of the argument file_path leads to path traversal. The attack can be launched remotely. The exploit has been disclosed publicly and may be used. The vendor closed the GitHub issue for this vulnerability without any explanation.
Title tumf mcp-text-editor text_editor.py _validate_file_path path traversal
First Time appeared Tumf
Tumf mcp-text-editor
Weaknesses CWE-22
CPEs cpe:2.3:a:tumf:mcp-text-editor:*:*:*:*:*:*:*:*
Vendors & Products Tumf
Tumf mcp-text-editor
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Tumf Mcp-text-editor
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-09T12:52:58.970Z

Reserved: 2026-07-08T17:16:38.505Z

Link: CVE-2026-15138

cve-icon Vulnrichment

Updated: 2026-07-09T12:52:55.227Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T13:00:16Z

Weaknesses
  • CWE-22

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