Cyber Resilience

CVE-2026-2823

MediumPublic PoC

Published: 20 February 2026

Published
20 February 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.1305 95.8th percentile
Risk Priority 60 floored blend · peak EPSS

Summary

CVE-2026-2823 is a medium-severity Injection (CWE-74) vulnerability in Comfast Cf-E7 Firmware. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 4.2% 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 SC-7 (Boundary Protection) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-2823 is a command injection vulnerability in the Comfast CF-E7 router running firmware version 2.6.0.9. The issue affects the sub_41ACCC function within the /cgi-bin/mbox-config?method=SET&section=ntp_timezone endpoint of the webmggnt component. By manipulating the timestr argument, an attacker can inject arbitrary commands, as classified under CWE-74 and CWE-77. The vulnerability carries 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), indicating medium severity.

The vulnerability can be exploited remotely over the network by an attacker with low privileges, such as an authenticated user on the device. No user interaction is required, and the attack complexity is low. Successful exploitation allows limited impacts, including partial disclosure of sensitive information, minor modification of data or configuration, and partial denial of service, depending on the injected commands.

VulDB advisories detail the issue and note that the vendor was contacted early but provided no response or patch. An exploit is publicly available on GitHub, increasing the risk of active use. Security practitioners should isolate affected devices, restrict access to the web management interface, and monitor for anomalous NTP timezone configuration attempts until firmware updates are available.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was detected in Comfast CF-E7 2.6.0.9. The impacted element is the function sub_41ACCC of the file /cgi-bin/mbox-config?method=SET&section=ntp_timezone of the component webmggnt. Performing a manipulation of the argument timestr results in command injection. The attack is possible to be…

more

carried out remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

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.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
Why these techniques?

Command injection in the authenticated web management endpoint (/cgi-bin/mbox-config ntp_timezone) on a network device directly enables remote exploitation of a public-facing application (T1190) and arbitrary command execution through the device's CLI/shell (T1059.008).

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

CVEs Like This One

CVE-2026-2824Same product: Comfast Cf-E7
CVE-2026-3798Same vendor: Comfast
CVE-2025-9584Same vendor: Comfast
CVE-2025-9585Same vendor: Comfast
CVE-2026-2535Same vendor: Comfast
CVE-2026-2534Same vendor: Comfast
CVE-2026-2537Same vendor: Comfast
CVE-2025-9581Same vendor: Comfast
CVE-2025-9583Same vendor: Comfast
CVE-2025-9582Same vendor: Comfast

Affected Assets

comfast
cf-e7 firmware
2.6.0.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the timestr argument in the ntp_timezone endpoint to block command injection payloads.

prevent

Enforces boundary protection and network restrictions on the webmggnt CGI interface to block remote unauthenticated or untrusted access.

detect

Enables monitoring and analysis of configuration requests to the ntp_timezone function for detection of anomalous or injected commands.

References