Answer in brief
CVE-2026-55071 records a High severity (CVSS 8.4) vulnerability in MCP-for-Stata: Stata Command Injection via Unsanitized `package` in `ado_package_install`. The current sources do not mark it as known exploited. The current feed maps SepineTam/mcp-for-stata (generic), stata-mcp (pip), stata-mcp (pypi). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.4. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps SepineTam/mcp-for-stata (generic), stata-mcp (pip), stata-mcp (pypi). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| SepineTam/mcp-for-statageneric | < 1.19.0 | Not reported |
| stata-mcppip | <1.19.0 | 1.19.0 |
| stata-mcppypi | >=0 <1.19.0 | 1.19.0 |
Published upstream
Sep 21, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 21, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 12, 2026
MCP-for-Stata is a MCP server for integrating Stata into agent loops with a safety-first design. Prior to version 1.19.0, the ado_package_install MCP tool in stata-mcp concatenates user-controlled input directly into a Stata command string without any validation or sanitization. An attacker who can invoke the MCP tool or the equivalent Python API can embed newline characters in the package argument to inject arbitrary Stata commands. Because Stata supports a shell escape command, this leads to full OS-level arbitrary command execution (RCE) under the account running the Stata-MCP server. The tool is registered in the default all profile, so no non-default configuration is required. This issue has been patched in version 1.19.0.
Quoted source text, attributed separately from HOL analysis.