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 flaw resides in the _validate_file_path function of mcp-text-editor, which fails to constrain file names to a designated directory. This CWE-22 path traversal weakness allows a remote user to craft a file_path that climbs outside the intended directory, potentially enabling reading or overwriting of arbitrary files on the host system. The vulnerability can be triggered through input parameters sent by a client, giving remote attackers the opportunity to compromise file confidentiality and integrity.

Affected Systems

The issue affects tumf's mcp-text-editor product up to and including version 1.0.2. Any installation that has not been upgraded beyond that release is vulnerable, 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 low probability of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. Though publicly disclosed, the lack of a known exploit and the very low EPSS make widespread exploitation unlikely at present; however, the remote trigger possibility underscores the need for timely remediation.

Generated by OpenCVE AI on August 1, 2026 at 14:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version of mcp-text-editor that removes 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, rejecting any that escape the intended scope.
  • Deploy the editor within a confined container or chroot environment to limit its file system visibility and mitigate the impact if a traversal attempt succeeds.

Generated by OpenCVE AI on August 1, 2026 at 14:58 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

Status : Deferred

Published: 2026-07-09T01:19:06.637

Modified: 2026-07-09T16:20:12.533

Link: CVE-2026-15138

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T15:00:06Z

Weaknesses
  • CWE-22

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