CVE-2026-75011
Received Received - Intake

Command Injection in NetForensicMCP

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

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulDB

Description

A flaw has been found in kylecui NetForensicMCP 2.1.0. Impacted is the function execAsync of the file index.js. Executing a manipulation of the argument interface/protocol can lead to command injection. The attack may be launched remotely. The exploit has been published and may be used. 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-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
kylecui netforensicmcp 2.1.0

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 NetForensicMCP 2.1.0. It exists in the execAsync function of index.js where user-controlled arguments like interface or protocol are directly used in shell commands without sanitization. Attackers can inject malicious commands via these parameters, leading to arbitrary code execution on the server.

Detection Guidance

To detect this vulnerability, inspect the NetForensicMCP server logs for unusual command execution patterns, especially those involving shell metacharacters like & or |. Check if the execAsync function in index.js is called with user-controlled arguments such as interface or protocol. Monitor network traffic for unexpected outbound connections or file writes initiated by the MCP server process.

Impact Analysis

If exploited, attackers can execute arbitrary OS commands with the privileges of the MCP server process. This could allow them to write files, run applications, or perform other malicious actions on the system hosting NetForensicMCP. The attack can be launched remotely without special prerequisites.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, violating compliance requirements such as GDPR's data protection principles or HIPAA's security rules. Unauthorized command execution may expose sensitive data or compromise system integrity, resulting in regulatory penalties.

Mitigation Strategies

Immediately disable the NetForensicMCP server if it is running. Remove or restrict access to the vulnerable functions, particularly those using child_process.exec(). Replace exec() with safer alternatives like child_process.execFile() or child_process.spawn() to prevent command injection. Apply input validation and sanitization for all user-controlled arguments.

Chat Assistant

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

EPSS Chart