CVE-2026-94037 Details
Description
A weakness has been identified in 00Kisumi00 mcp-file-analyzer up to 84740852f0cf0cf5db4781b1ca6d7c6a6d210405. This affects the function ControlFlowNode of the file main.py of the component analyze_csv_data MCP tool. This manipulation of the argument filename causes path traversal. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. This product follows a rolling release approach for continuous delivery, so version details for affected or updated releases are not provided. The project was informed of the problem early through an issue report but has not responded yet.
A path traversal vulnerability has been identified in the 00Kisumi00 mcp-file-analyzer application, specifically in the analyze_csv_data tool. This vulnerability affects all versions prior to the commit 84740852f0cf0cf5db4781b1ca6d7c6a6d210405. The issue arises in the ControlFlowNode function within main.py, where the tool improperly validates the filename argument. This lack of validation allows an attacker to manipulate the path, escaping the intended data directory and potentially accessing sensitive files. The vulnerability can be exploited remotely, and a public exploit is available.
To address this vulnerability, it is recommended to implement proper path validation by resolving both the DATA_DIR and the user-supplied filename to canonical absolute paths. The application should reject absolute paths and traversal sequences, ensuring that the resolved path remains within the intended data directory before accessing the file. Additionally, the server should be run with least-privilege filesystem permissions to minimize potential damage from exploitation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 20, 2026CISA-ADP
Assessed Sep 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/00Kisumi00/mcp-file-analyzer/ | [email protected] | Source CodeVendor |
| https://github.com/00Kisumi00/mcp-file-analyzer/issues/1 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-94037 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/947720 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/407966 | [email protected] | BundlePermission Required |
| https://vuldb.com/vuln/407966/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| 00Kisumi00 mcp-file-analyzer | < 84740852f0cf0cf5db4781b1ca6d7c6a6d210405 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 22, 2026 | CVE Modified | CISA-ADP |
| Sep 20, 2026 | New CVE Received | [email protected] |
Volerion