CVE-2025-63603

MEDIUM

MCP Data Science Server 0.1.6 - Command Injection

Title source: llm
STIX 2.1

Description

A command injection vulnerability exists in the MCP Data Science Server's (reading-plus-ai/mcp-server-data-exploration) 0.1.6 in the safe_eval() function (src/mcp_server_ds/server.py:108). The function uses Python's exec() to execute user-supplied scripts but fails to restrict the __builtins__ dictionary in the globals parameter. When __builtins__ is not explicitly defined, Python automatically provides access to all built-in functions including __import__, exec, eval, and open. This allows an attacker to execute arbitrary Python code with full system privileges, leading to complete system compromise. The vulnerability can be exploited by submitting a malicious script to the run_script tool, requiring no authentication or special privileges.

References (1)

Core 1
Core References
Exploit, Issue Tracking, Third Party Advisory
https://github.com/reading-plus-ai/mcp-server-data-exploration/issues/12

Scores

CVSS v3 6.5
EPSS 0.0078
EPSS Percentile 51.1%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact total

Details

CWE
CWE-77
Status published
Products (1)
mcp_server_for_data_exploration_project/mcp_server_for_data_exploration 0.1.6
Published Nov 18, 2025
Tracked Since Feb 18, 2026