Command Injection Vulnerability in COMFAST CF-N1-S
A critical command injection vulnerability (CVE-2026-75094) in the COMFAST CF-N1-S CGI interface allows remote, authenticated attackers to execute arbitrary OS commands via the 'ssid' parameter.
CVE search metadata
CVE search record: CVE-2026-75094. Severity: critical. CVSS: 9.1. KEV: no. Product: CF-N1-S (2.6.0.1). Brief: Command Injection Vulnerability in COMFAST CF-N1-S. Brief link: https://feed.craftedsignal.io/briefs/2026-08-comfast-cve-2026-75094/
A critical command injection vulnerability has been identified in the COMFAST CF-N1-S firmware version 2.6.0.1. The flaw exists within the CGI interface component, specifically affecting the function sub_44B438 located in the /cgi-bin/mbox-config endpoint. Attackers can trigger this vulnerability by manipulating the ssid argument when calling the SET method with the ptest_ssid section.
Successful exploitation allows for arbitrary operating system command execution with the privileges of the web service. The vulnerability is considered remote-exploitable, and proof-of-concept exploit code has been publicly disclosed. Given the nature of the device as networking equipment, this vulnerability poses a significant risk for persistent device compromise and lateral network movement. Defenders should prioritize identifying and restricting access to the administrative CGI interface for these devices.
Attack Chain
- Attacker performs reconnaissance to identify reachable COMFAST CF-N1-S web management interfaces.
- Attacker obtains administrative credentials to access the target's CGI interface.
- Attacker crafts a malicious HTTP request targeting
/cgi-bin/mbox-config?method=SET§ion=ptest_ssid. - Attacker injects arbitrary OS commands into the
ssidargument parameter within the POST request body or query string. - The target's
sub_44B438function fails to sanitize the input, passing the concatenated string directly to a system shell execution process. - The embedded OS executes the attacker-supplied commands.
- Attacker establishes persistence or pivots into the internal network from the compromised networking device.
Impact
Successful exploitation of CVE-2026-75094 results in full remote code execution on the affected COMFAST CF-N1-S devices. An attacker could leverage this access to exfiltrate sensitive network traffic, intercept internal communications, or pivot to internal segments. As this affects network infrastructure, the impact extends to the integrity and confidentiality of the entire managed network.
Recommendation
Prioritize the following actions to mitigate the risk associated with CVE-2026-75094:
- Immediately restrict access to the web management interface of COMFAST CF-N1-S devices to trusted management IP ranges only.
- Disable public-facing access to the device's CGI interface at the network perimeter.
- Review network logs for HTTP POST requests directed at
/cgi-bin/mbox-configcontaining unusual metacharacters (e.g.,;,|,&,$) within thessidparameter. - If a firmware update is unavailable, isolate the device from the internet to prevent remote exploitation of this authenticated vulnerability.
Immediate actions
Restrict access to CGI interfaces on COMFAST devices via firewalls
Mitigations
Isolate COMFAST devices from the public internet
CVE-2026-75094
Detection coverage 1
Detects CVE-2026-75094 Exploitation - Command Injection in COMFAST CF-N1-S
highDetects attempts to inject OS commands into the 'ssid' parameter of the COMFAST CF-N1-S CGI interface via the mbox-config endpoint.
Detection queries are available on the platform. Get full rules →