Project Subscriptions
No data.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-j98m-w3xp-9f56 | excel-mcp-server has a Path Traversal issue |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Tue, 21 Apr 2026 17:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Tue, 21 Apr 2026 16:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | excel-mcp-server is a Model Context Protocol server for Excel file manipulation. A path traversal vulnerability exists in excel-mcp-server versions up to and including 0.1.7. When running in SSE or Streamable-HTTP transport mode (the documented way to use this server remotely), an unauthenticated attacker on the network can read, write, and overwrite arbitrary files on the host filesystem by supplying crafted filepath arguments to any of the 25 exposed MCP tool handlers. The server is intended to confine file operations to a directory set by the EXCEL_FILES_PATH environment variable. The function responsible for enforcing this boundary — get_excel_path() — fails to do so due to two independent flaws: it passes absolute paths through without any check, and it joins relative paths without resolving or validating the result. Combined with zero authentication on the default network-facing transport and a default bind address of 0.0.0.0 (all interfaces), this allows trivial remote exploitation. This vulnerability is fixed in 0.1.8. | |
| Title | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in excel-mcp-server | |
| Weaknesses | CWE-22 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-04-21T16:50:25.987Z
Reserved: 2026-04-14T13:24:29.475Z
Link: CVE-2026-40576
Updated: 2026-04-21T16:50:18.467Z
Status : Received
Published: 2026-04-21T17:16:55.870
Modified: 2026-04-21T17:16:55.870
Link: CVE-2026-40576
No data.
OpenCVE Enrichment
No data.
Github GHSA