CVE-2026-7215 Details
Description
A security flaw has been discovered in egtai gmx-vmd-mcp up to 0.1.0. This issue affects the function launch_vmd_gui_tool of the file mcp_server.py of the component VMD Launch Handler. The manipulation of the argument structure_file/trajectory_file results in command injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
A command injection vulnerability has been identified in Egtai GMX-VMD-MCP versions through 0.1.0. The issue arises in the VMD Launch Handler component, specifically within the 'launch_vmd_gui_tool' function of 'mcp_server.py'. The vulnerability allows for arbitrary command execution on the host by manipulating the 'structure_file' and 'trajectory_file' arguments. This exploitation can be performed remotely, and a public exploit is available.
It is recommended to avoid using 'os.system()' for executing commands with user-supplied file paths. Instead, use 'subprocess.run()' or 'create_subprocess_exec' to execute commands safely without a shell. Additionally, normalize and validate file paths before use, and implement regression tests to ensure that similar vulnerabilities do not reoccur.
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 Apr 28, 2026CISA-ADP
Assessed Apr 28, 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/egtai/gmx-vmd-mcp/ | [email protected] | ProductSource CodeVendor |
| https://github.com/egtai/gmx-vmd-mcp/issues/2 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/submit/802087 | [email protected] | ExploitTechnical Description |
| https://vuldb.com/vuln/359815 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/359815/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-77 | Improper Neutralization of Special Elements used in a Command ('Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| egtai gmx-vmd-mcp | All versions |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 28, 2026 | New CVE Received | [email protected] |
Volerion