Description
A vulnerability was detected in 0-Gaurav-0 nexus-mcp aed0026e7ac1f23dc940e46e9fd3a2da6904f914. Affected by this issue is the function child_process.exec of the file src/auth/browser.ts of the component nexus_reauth MCP tool. The manipulation of the argument url results in command injection. The attack may be performed from remote. The exploit is now public and may be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-20
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Remote Command Execution via child_process.exec injection
Action: Patch ASAP
AI Analysis

Impact

The vulnerability allows malicious manipulation of the URL argument passed to the child_process.exec function in the nexus_reauth module of the nexus-mcp tool, resulting in arbitrary command execution on the host. This injection flaw permits attackers to run arbitrary shell commands, potentially compromising confidentiality, integrity, and availability of the system where the tool is deployed. The flaw is classified as an OS command injection (CWE-77) affecting input handling (CWE-74).

Affected Systems

The affected product is nexus-mcp, an open-source monitoring and control tool distributed by 0-Gaurav-0. No specific version information is available because the project employs a rolling release model, so any revision maintained in its current repository may be impacted until an update is made available.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, with the exploit possible from remote sources. No EPSS score is published, and the vulnerability is not listed in CISA’s KEV catalog. Attackers can exploit the flaw by providing a crafted URL argument to the browser.ts component; because child_process.exec is used, the arguments are executed in a shell context, giving full shell access. The public nature of the exploit and lack of an immediate patch increase the practical risk.

Generated by OpenCVE AI on September 20, 2026 at 15:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Avoid running the nexus-mcp tool in environments exposed to untrusted input sources.
  • Apply input sanitization or whitelist allowed URL patterns for the child_process.exec call, or replace exec with a safer API that avoids shell interpretation.
  • Continuously monitor the project’s repository and issue tracker for a vendor‑issued fix and plan to upgrade to the patched version as soon as it becomes available.

Generated by OpenCVE AI on September 20, 2026 at 15:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 20 Sep 2026 14:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in 0-Gaurav-0 nexus-mcp aed0026e7ac1f23dc940e46e9fd3a2da6904f914. Affected by this issue is the function child_process.exec of the file src/auth/browser.ts of the component nexus_reauth MCP tool. The manipulation of the argument url results in command injection. The attack may be performed from remote. The exploit is now public and may be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Title 0-Gaurav-0 nexus-mcp nexus_reauth MCP tool browser.ts child_process.exec command injection
First Time appeared 0-gaurav-0
0-gaurav-0 nexus-mcp
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:0-gaurav-0:nexus-mcp:*:*:*:*:*:*:*:*
Vendors & Products 0-gaurav-0
0-gaurav-0 nexus-mcp
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

0-gaurav-0 Nexus-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-20T14:00:10.406Z

Reserved: 2026-09-19T17:44:32.205Z

Link: CVE-2026-94031

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-20T14:17:00.780

Modified: 2026-09-20T14:17:00.780

Link: CVE-2026-94031

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-20T15:30:17Z

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