---
id: CVE-2026-55071
title: >-
  MCP-for-Stata is a MCP server for integrating Stata into agent loops with a
  safety-first design
summary: >-
  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
  stri…
severity: high
cvss: 8.4
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-94
vendor: SepineTam
product: mcp-for-stata
affected:
  - mcp-for-stata < 1.19.0
patched:
  - stata-mcp 1.19.0
published: '2026-09-21'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T15:17:29.450'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-55071'
references:
  - url: 'https://github.com/SepineTam/mcp-for-stata/releases/tag/v1.19.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/SepineTam/mcp-for-stata/security/advisories/GHSA-49m4-vp58-wgc9
    label: security-advisories@github.com
  - url: >-
      https://github.com/SepineTam/mcp-for-stata/security/advisories/GHSA-49m4-vp58-wgc9
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-49m4-vp58-wgc9'
tags:
  - nvd
  - cve.org
  - exploit-available
  - ghsa
  - pip
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-21T14:56:21.699731Z'
aliases:
  - GHSA-49m4-vp58-wgc9
ecosystem: pip
ingestedAt: '2026-08-12T19:54:27.551Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-55071)

Affected packages:

- `stata-mcp < 1.19.0`

Patched in:

- `stata-mcp 1.19.0`

Source: https://github.com/advisories/GHSA-49m4-vp58-wgc9
