Description
A vulnerability was determined in QUSETIONS MiniCode-Python 0.1.0. This vulnerability affects the function subprocess.Popen of the file minicode/config.py of the component Project File Handler. Executing a manipulation can lead to os command injection. The attack may be launched remotely. A high complexity level is associated with this attack. It is stated that the exploitability is difficult. The exploit has been publicly disclosed and may be utilized. Upgrading to version 0.1.0-rc1 is able to resolve this issue. This patch is called 9d868dc2550f426c6ddf8ee98f30ffe450ca5e32. It is suggested to upgrade the affected component.
Published: 2026-07-21
Score: 2.3 Low
EPSS: 1.0% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The defect resides in the Project File Handler of QUSETIONS MiniCode‑Python, specifically the subprocess.Popen call in minicode/config.py. A crafted payload can cause the interpreter to execute arbitrary operating‑system commands. The vulnerability is exploitable remotely and, while the attack is described as high complexity, it is publicly disclosed and available for use. Successful exploitation would compromise confidentiality and integrity by allowing an attacker to run any commands the service user can execute.

Affected Systems

The weak system is QUSETIONS MiniCode‑Python. Version 0.1.0 is impacted. The supplied patch in the 0.1.0‑rc1 release (commit 9d868dc2550f426c6ddf8ee98f30ffe450ca5e32) removes the vulnerability by re‑implementing the file handler. Any deployment running the earlier release without the patch is susceptible.

Risk and Exploitability

The CVSS score of 2.3 reflects low severity, matching the EPSS score of 1 % which indicates a very low probability of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog, and the exploit is considered difficult although the attack vector is remote. In practice, the risk level remains low, but any exposed installation could still be targeted given the publicly available exploit code.

Generated by OpenCVE AI on August 4, 2026 at 00:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the application to version 0.1.0‑rc1 or later, applying commit 9d868dc2550f426c6ddf8ee98f30ffe450ca5e32.
  • If an upgrade cannot be performed immediately, isolate the MiniCode‑Python service in a sandboxed environment and restrict the privileges of the executing user to reduce the impact of a potential command injection.
  • Validate or whitelist all arguments passed to subprocess.Popen, ensuring that no input from untrusted sources reaches the OS command executor.
  • Monitor system logs for unexpected subprocess invocations and investigate anomalies promptly.

Generated by OpenCVE AI on August 4, 2026 at 00:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 21 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in QUSETIONS MiniCode-Python 0.1.0. This vulnerability affects the function subprocess.Popen of the file minicode/config.py of the component Project File Handler. Executing a manipulation can lead to os command injection. The attack may be launched remotely. A high complexity level is associated with this attack. It is stated that the exploitability is difficult. The exploit has been publicly disclosed and may be utilized. Upgrading to version 0.1.0-rc1 is able to resolve this issue. This patch is called 9d868dc2550f426c6ddf8ee98f30ffe450ca5e32. It is suggested to upgrade the affected component.
Title QUSETIONS MiniCode-Python Project File config.py subprocess.Popen os command injection
First Time appeared Qusetions
Qusetions minicode-python
Weaknesses CWE-77
CWE-78
CPEs cpe:2.3:a:qusetions:minicode-python:*:*:*:*:*:*:*:*
Vendors & Products Qusetions
Qusetions minicode-python
References
Metrics cvssV2_0

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

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:O/RC:C'}

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:O/RC:C'}

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

Qusetions Minicode-python
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-22T13:00:15.551Z

Reserved: 2026-07-21T15:49:25.967Z

Link: CVE-2026-16488

cve-icon Vulnrichment

Updated: 2026-07-22T13:00:11.296Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T00:30:18Z

Weaknesses
  • CWE-77

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

  • CWE-78

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