Description
A vulnerability was detected in NocteDefensor LudusMCP up to 1.0.24. This affects the function executeArbitraryCommand/executeCommand of the file src/ludusMCP/cliWrapper.ts of the component ludus_cli_execute. Performing a manipulation of the argument command/args results in command injection. The attack needs to be approached locally. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-06
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw allows a local attacker to inject arbitrary shell commands into the executeCommand routine by manipulating the command or args parameters, which lack proper validation. This results in a command injection vulnerability (CWE‑74 and CWE‑77). Because the command is run with the privileges of the LudusMCP process, successful exploitation could give the attacker the ability to execute any shell command on the host, potentially leading to full system compromise. The impact is confined to environments where an attacker has local access to the host running LudusMCP.

Affected Systems

NocteDefensor LudusMCP versions up to 1.0.24 are impacted. The vulnerability resides in the executeCommand function inside src/ludusMCP/cliWrapper.ts. Versions newer than 1.0.24 are presumed not to be affected, but the vendor has not yet issued an explicit confirmation.

Risk and Exploitability

The CVSS score of 4.8 denotes moderate severity. EPSS is not available, and the vulnerability is not cataloged in CISA's KEV. The attack vector is local, meaning the attacker must already have privileged or user access to the machine running LudusMCP. Once local execution is achieved, the injection can be used without additional network interaction, making it a risk for systems that expose the command‑line interface to users who might be compromised.

Generated by OpenCVE AI on August 6, 2026 at 16:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Use a version newer than 1.0.24 once a fixed release is available, or verify that the installed version is not affected.
  • If an updated version is not available, restrict or disable the LudusMCP CLI to trusted administrators only to limit potential local access.
  • Implement strict permissions so that the LudusMCP process runs with the least privilege necessary, reducing the damage an injected command could cause.

Generated by OpenCVE AI on August 6, 2026 at 16:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 06 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in NocteDefensor LudusMCP up to 1.0.24. This affects the function executeArbitraryCommand/executeCommand of the file src/ludusMCP/cliWrapper.ts of the component ludus_cli_execute. Performing a manipulation of the argument command/args results in command injection. The attack needs to be approached locally. The project was informed of the problem early through an issue report but has not responded yet.
Title NocteDefensor LudusMCP ludus_cli_execute cliWrapper.ts executeCommand command injection
First Time appeared Noctedefensor
Noctedefensor ludusmcp
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:noctedefensor:ludusmcp:*:*:*:*:*:*:*:*
Vendors & Products Noctedefensor
Noctedefensor ludusmcp
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Noctedefensor Ludusmcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-08T02:04:59.388Z

Reserved: 2026-08-06T07:34:10.611Z

Link: CVE-2026-19047

cve-icon Vulnrichment

Updated: 2026-08-08T02:04:54.876Z

cve-icon NVD

Status : Deferred

Published: 2026-08-06T16:16:41.510

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-19047

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T17:45:03Z

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')