CVE-2026-44717 Details
Description
MCP Calculate Server is a mathematical calculation service based on MCP protocol and SymPy library. Prior to 0.1.1, the use of eval() to evaluate mathematical expressions without proper input sanitization leads to remote code execution. This vulnerability is fixed in 0.1.1.
A remote code execution vulnerability exists in MCP Calculate Server versions prior to 0.1.1. The issue arises from the use of eval() to process mathematical expressions without adequate input sanitization, allowing arbitrary Python code execution. This vulnerability is particularly concerning as it can be exploited through prompt injection techniques, bypassing the application's only layer of security.
Users are advised to update to MCP Calculate Server version 0.1.1 or later. For those using earlier versions, it is recommended to implement strict input validation and sanitization before passing user-controlled input to eval(). Consider using a whitelist of allowed mathematical operations and symbols or explore alternative methods for safe mathematical expression evaluation.
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 May 15, 2026CISA-ADP
Assessed May 15, 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/611711Dark/mcp_calculate_server/security/advisories/GHSA-2mgq-7rfg-rwpj | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| MCP Calculate Server | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 15, 2026 | New CVE Received | [email protected] |
Volerion