Description
A vulnerability was detected in NightTrek Supabase-MCP cc994ab2d2a36b0af6ee7c7f3e6ce8e08cda2170/db03237d92f7dc2f0da0d70a87dba84ebcde5b66. Affected by this issue is some unknown functionality of the component generate_types. The manipulation of the argument schema 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-09
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

NightTrek Supabase-MCP contains a command injection flaw in the generate_types component, where inappropriate handling of the schema argument allows an attacker to inject and execute arbitrary shell commands. The weakness is captured by CWE-74 and CWE-77, indicating improper validation of user input and unsafe shell command construction. If exploited, the attacker gains the privileges of the process running Supabase-MCP, potentially compromising the host system, its services, and any data accessed by that process.

Affected Systems

The vulnerability affects installations of NightTrek Supabase‑MCP that expose the generate_types interface. No specific product version is listed; the issue was reported against an internal commit in the project, so any build derived from that commit or later without the fix is potentially vulnerable. Organizations running Supabase‑MCP should assume all affected instances unless they can confirm a patch is applied.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity, and the EPSS score is not available, while the vulnerability is not currently listed in the CISA KEV catalog. The attack vector is inferred to be local, meaning an attacker must already have local access or the ability to execute commands on the host to exploit this flaw. Consequently, the risk is contingent on the environment: a publicly exposed or misconfigured Supabase‑MCP with local command privileges would be at higher risk, whereas a well‑segmented environment with strict access controls may mitigate the threat. No publicly known exploits exist at this time, but lack of an official fix heightens the importance of defensive controls.

Generated by OpenCVE AI on August 9, 2026 at 06:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict use of the generate_types command to trusted, authenticated users and consider disabling the endpoint if it is not required for production environments.
  • Validate and sanitize the schema argument before it is passed to any shell command, ensuring that no characters or sequences can alter command execution paths.
  • Stay informed of any official patch or update from the NightTrek project and apply it immediately once released.

Generated by OpenCVE AI on August 9, 2026 at 06:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 05:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in NightTrek Supabase-MCP cc994ab2d2a36b0af6ee7c7f3e6ce8e08cda2170/db03237d92f7dc2f0da0d70a87dba84ebcde5b66. Affected by this issue is some unknown functionality of the component generate_types. The manipulation of the argument schema 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 NightTrek Supabase-MCP generate_types command injection
First Time appeared Nighttrek
Nighttrek supabase-mcp
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:nighttrek:supabase-mcp:*:*:*:*:*:*:*:*
Vendors & Products Nighttrek
Nighttrek supabase-mcp
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

Nighttrek Supabase-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T04:45:09.347Z

Reserved: 2026-08-08T09:55:24.371Z

Link: CVE-2026-19333

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T06:30: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')