CVSS Score: 7.3 (HIGH)
Published: 2026-04-29T20:16:31.393Z
Severity: HIGH
Description
A security vulnerability has been detected in geekgod382 filesystem-mcp-server 1.0.0. This issue affects the function is_path_allowed of the file server.py of the component read_file_tool/write_file_tool. Such manipulation leads to path traversal. The attack can be launched remotely. The exploit has been disclosed publicly and may be used.
Why this repo may be affected
This repository uses Python and may integrate with MCP (Model Context Protocol) servers for file operations. If filesystem-mcp-server is used, attackers could bypass path restrictions and access arbitrary files on the system.
Attack Vector
- Remote: Yes
- Authentication Required: No
- User Interaction: No
- Scope: Changed
Recommended Actions
- Immediate: Search for filesystem-mcp-server usage:
grep -r "filesystem-mcp\|is_path_allowed" . - Patch: Upgrade to version 1.1.0 or later (patch: 45364545fc60dc80aadcd4379f08042d3d3d292e)
- Review: Audit all file access operations for path validation
- Validate: Implement strict path canonicalization and whitelist-based access controls
- Test: Add security tests for path traversal attempts
References
Remediation Priority
HIGH - Path traversal vulnerability allowing unauthorized file access
Detected automatically by AFIP Risk Radar | Scan window: last 30h | CVE-2026-7400
Security Advisory: CVE-2026-7400
CVSS Score: 7.3 (HIGH)
Published: 2026-04-29T20:16:31.393Z
Severity: HIGH
Description
A security vulnerability has been detected in geekgod382 filesystem-mcp-server 1.0.0. This issue affects the function
is_path_allowedof the fileserver.pyof the componentread_file_tool/write_file_tool. Such manipulation leads to path traversal. The attack can be launched remotely. The exploit has been disclosed publicly and may be used.Why this repo may be affected
This repository uses Python and may integrate with MCP (Model Context Protocol) servers for file operations. If filesystem-mcp-server is used, attackers could bypass path restrictions and access arbitrary files on the system.
Attack Vector
Recommended Actions
grep -r "filesystem-mcp\|is_path_allowed" .References
read_file_tool/write_file_toolgeekgod382/filesystem-mcp-server#1Remediation Priority
HIGH - Path traversal vulnerability allowing unauthorized file access
Detected automatically by AFIP Risk Radar | Scan window: last 30h | CVE-2026-7400