Description
A flaw has been found in LiuMengxuan04 MiniCode 0.1.0. Affected by this vulnerability is the function child_process.spawn of the file mcp.ts. Executing a manipulation can lead to command injection. The attack can be launched remotely. The attack requires a high level of complexity. The exploitation appears to be difficult. The exploit has been published and may be used. The pull request to fix this issue awaits acceptance.
Published: 2026-07-18
Score: 2.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in MiniCode 0.1.0 allows an attacker to inject arbitrary shell commands via the child_process.spawn function used in the mcp.ts module. The vulnerability is exercised when untrusted input is passed directly to the spawn call without proper sanitization, enabling remote attackers to execute any command on the host operating system. The description notes that launching the attack can be done remotely but requires a high level of complexity, and an exploit has already been published, indicating that the flaw can be triggered in practice.

Affected Systems

The affected product is LiuMengxuan04 MiniCode version 0.1.0. The listed CPE indicates the same version and product. No other versions are mentioned as affected.

Risk and Exploitability

The CVSS base score of 2.3 classifies this issue as low severity, and the EPSS score of less than 1% suggests a very low probability of exploitation at the time of this analysis. However, because the exploit is available and the vulnerability allows remote command injection, a successful attack would grant the attacker complete control over the MiniCode server, compromising confidentiality, integrity, and availability. The flaw is not listed in CISA’s KEV catalog, but the presence of a published exploit and the remote attack vector increase the concern for any deployment of MiniCode 0.1.0.

Generated by OpenCVE AI on July 30, 2026 at 22:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Merge the pending pull request that sanitizes child_process.spawn arguments once it is approved and merged into the main branch.
  • Apply custom input validation or a whitelist of allowed commands to limit the values that can be passed to child_process.spawn.
  • Run the MiniCode process under the least privileged user account and configure child_process.spawn options to avoid invoking a shell if possible.

Generated by OpenCVE AI on July 30, 2026 at 22:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 18 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Description A flaw has been found in LiuMengxuan04 MiniCode 0.1.0. Affected by this vulnerability is the function child_process.spawn of the file mcp.ts. Executing a manipulation can lead to command injection. The attack can be launched remotely. The attack requires a high level of complexity. The exploitation appears to be difficult. The exploit has been published and may be used. The pull request to fix this issue awaits acceptance.
Title LiuMengxuan04 MiniCode mcp.ts child_process.spawn command injection
First Time appeared Liumengxuan04
Liumengxuan04 minicode
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:liumengxuan04:minicode:*:*:*:*:*:*:*:*
Vendors & Products Liumengxuan04
Liumengxuan04 minicode
References
Metrics cvssV2_0

{'score': 5.1, 'vector': 'AV:N/AC:H/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5, 'vector': 'CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Liumengxuan04 Minicode
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-20T19:10:24.859Z

Reserved: 2026-07-17T16:19:30.219Z

Link: CVE-2026-16133

cve-icon Vulnrichment

Updated: 2026-07-20T17:11:15.737Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T23:00:22Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-77

    Improper Neutralization of Special Elements used in a Command ('Command Injection')