CVE-2026-19333
Received Received - Intake

Command Injection in NightTrek Supabase-MCP

Vulnerability report for CVE-2026-19333, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-09
Last Modified
2026-08-09
Generated
2026-08-09
AI Q&A
2026-08-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
nighttrek supabase-mcp From 0.1.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a command injection flaw in the NightTrek Supabase-MCP tool. The generate_types component improperly handles user-controlled input in the schema argument, directly embedding it into shell commands without validation or escaping. This allows attackers to inject malicious shell commands, potentially executing arbitrary code on the host system running the MCP server.

Detection Guidance

To detect this vulnerability, check if the NightTrek Supabase-MCP server is running version 0.1.0 or if the generate_types tool is exposed. Inspect logs for unusual shell command patterns or unexpected command execution. Look for schema parameters containing shell metacharacters like semicolons, pipes, or command substitutions.

Impact Analysis

If exploited, this vulnerability could allow attackers to run arbitrary commands on your system with the same privileges as the MCP server. This may lead to unauthorized access, data theft, system compromise, or further network infiltration depending on the server's permissions and environment.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. Organizations may face compliance breaches, legal penalties, and reputational damage if sensitive data is compromised through this flaw.

Mitigation Strategies

Immediately update the Supabase-MCP server to a patched version that avoids shell command concatenation. If updating is not possible, disable the generate_types tool or restrict access to trusted users only. Rotate the service_role key if exposed and review all configurations for credential leaks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19333. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart