Cyber Posture

CVE-2026-2535

MediumPublic PoC

Published: 16 February 2026

Published
16 February 2026
Modified
19 February 2026
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0052 66.9th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2535 is a medium-severity Injection (CWE-74) vulnerability in Comfast Cf-N1 Firmware. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 33.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-7 (Least Functionality) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents command injection by requiring validation and sanitization of the 'channel' argument in the vulnerable CGI endpoint.

preventrecover

Addresses the specific known flaw in firmware version 2.6.0.2 through timely remediation, patching, or workarounds despite vendor non-response.

prevent

Mitigates exposure by restricting or disabling the unnecessary 'ptest_channel' functionality and associated CGI endpoint.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Command injection via web management endpoint on a network-exposed router enables exploitation of public-facing applications (T1190) and facilitates arbitrary Unix shell command execution (T1059.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

A vulnerability was found in Comfast CF-N1 V2 2.6.0.2. The impacted element is the function sub_44AB9C of the file /cgi-bin/mbox-config?method=SET&section=ptest_channel. The manipulation of the argument channel results in command injection. The attack can be launched remotely. The exploit has been…

more

made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.

Deeper analysisAI

CVE-2026-2535 is a command injection vulnerability affecting the Comfast CF-N1 V2 router running firmware version 2.6.0.2. The issue resides in the sub_44AB9C function within the /cgi-bin/mbox-config?method=SET&section=ptest_channel endpoint, where manipulation of the 'channel' argument enables arbitrary command execution. This flaw is classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-77 (Command Injection), with a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

The vulnerability can be exploited remotely by attackers who possess low privileges, such as authenticated users on the device. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling command execution within the context of the affected component. No user interaction is required, and the low attack complexity makes it accessible over the network.

Advisories from VulDB and a public GitHub repository detail the vulnerability, including a proof-of-concept exploit. The vendor was notified early but provided no response or patch, leaving affected devices without official mitigation. Security practitioners should consider network segmentation, disabling the affected endpoint if possible, or upgrading firmware if updates become available.

The exploit has been publicly disclosed and could be actively used in the wild, increasing the risk for exposed Comfast CF-N1 V2 devices.

Details

CWE(s)

Affected Products

comfast
cf-n1 firmware
2.6.0.2

CVEs Like This One

CVE-2025-9581Same product: Comfast Cf-N1
CVE-2025-9583Same product: Comfast Cf-N1
CVE-2025-9582Same product: Comfast Cf-N1
CVE-2025-9584Same product: Comfast Cf-N1
CVE-2025-9585Same product: Comfast Cf-N1
CVE-2025-9586Same product: Comfast Cf-N1
CVE-2026-2534Same product: Comfast Cf-N1
CVE-2026-2537Same vendor: Comfast
CVE-2026-2824Same vendor: Comfast
CVE-2026-2823Same vendor: Comfast

References