Cyber Resilience

CVE-2026-2537

MediumPublic PoC

Published: 16 February 2026

Published
16 February 2026
Modified
25 February 2026
KEV Added
Patch
CVSS Score v4 5.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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.0024 47.8th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2537 is a medium-severity Injection (CWE-74) vulnerability in Comfast Cf-E4 Firmware. Its CVSS base score is 5.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 47.8th percentile by exploit likelihood (below the median); 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 SI-10 (Information Input Validation) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2026-2537 is a command injection vulnerability affecting the Comfast CF-E4 firmware version 2.6.0.1. It impacts an unknown function within the file /cgi-bin/mbox-config?method=SET&section=ntp_timezone of the HTTP POST Request Handler component. Manipulation of the timestr argument enables command injection, as classified under CWE-74 and CWE-77.

The vulnerability allows remote exploitation over the network with low attack complexity but requires high privileges (PR:H) and no user interaction. Attackers with privileged access can achieve low-level impacts on confidentiality, integrity, and availability (CVSS 4.7; CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L), potentially leading to remote code execution.

Advisories from VulDB document the issue, and a public exploit is available on GitHub at https://github.com/cha0yang1/COMFAST/blob/main/RCE.md. The vendor was contacted early for disclosure but provided no response, leaving no official patches or mitigation guidance.

The exploit is publicly available and might be used in attacks, with no further details on real-world exploitation.

EU & UK References

Vulnerability details

A vulnerability was identified in Comfast CF-E4 2.6.0.1. This impacts an unknown function of the file /cgi-bin/mbox-config?method=SET&section=ntp_timezone of the component HTTP POST Request Handler. Such manipulation of the argument timestr leads to command injection. The attack may be launched remotely.…

more

The exploit is publicly available and might 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.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Command injection in exposed web CGI handler directly enables T1190 (public-facing app exploitation) and T1059.004 (Unix shell command execution on embedded Linux firmware).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-2535Same vendor: Comfast
CVE-2026-2824Same vendor: Comfast
CVE-2025-9583Same vendor: Comfast
CVE-2025-9581Same vendor: Comfast
CVE-2025-9582Same vendor: Comfast
CVE-2025-9584Same vendor: Comfast
CVE-2026-3798Same vendor: Comfast
CVE-2026-2823Same vendor: Comfast
CVE-2025-9585Same vendor: Comfast
CVE-2025-9586Same vendor: Comfast

Affected Assets

comfast
cf-e4 firmware
2.6.0.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks command injection by validating/sanitizing the timestr argument before it reaches the NTP timezone handler.

prevent

Limits the high-privilege accounts required to reach and exploit the vulnerable /cgi-bin/mbox-config endpoint.

prevent

Enforces access policy on the HTTP POST handler so only explicitly authorized subjects can invoke the SET ntp_timezone function.

References