Cyber Resilience

CVE-2026-2192

HighPublic PoC

Published: 08 February 2026

Published
08 February 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v4 7.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/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.0019 40.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2192 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda Ac9 Firmware. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 40.5th 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 SI-16 (Memory Protection).

Deeper analysis

CVE-2026-2192 is a stack-based buffer overflow vulnerability affecting the Tenda AC9 router on firmware version 15.03.06.42_multi. The flaw resides in the formGetRebootTimer function, where manipulation of the arguments sys.schedulereboot.start_time and sys.schedulereboot.end_time triggers the overflow. Published on 2026-02-08, it is associated with CWEs-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow).

The vulnerability enables remote exploitation over the network (AV:N) with low attack complexity (AC:L) but requires high privileges (PR:H) and no user interaction (UI:N), maintaining unchanged scope (S:U). Successful attacks can achieve high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), with an overall CVSS v3.1 score of 7.2, potentially allowing arbitrary code execution or device takeover by a privileged remote attacker.

Advisories and exploit details are documented on VulDB (ctiid.344895, id.344895, submit.749801) and a GitHub repository at github.com/glkfc/IoT-Vulnerability/blob/main/Tenda/tenda4.md, which includes the publicly disclosed exploit. The vendor's site at tenda.com.cn is also referenced, though specific mitigation or patch guidance is not detailed in the available information.

The exploit has been publicly disclosed and may be used, increasing the risk for unpatched Tenda AC9 devices running the affected firmware.

EU & UK References

Vulnerability details

A security vulnerability has been detected in Tenda AC9 15.03.06.42_multi. Affected by this vulnerability is the function formGetRebootTimer. Such manipulation of the argument sys.schedulereboot.start_time/sys.schedulereboot.end_time leads to stack-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed…

more

publicly and may be used.

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.
Why these techniques?

Stack-based buffer overflow in router web form (formGetRebootTimer) enables remote arbitrary code execution on a public-facing network device.

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

CVEs Like This One

CVE-2026-6016Same product: Tenda Ac9
CVE-2026-2191Same product: Tenda Ac9
CVE-2026-6015Same product: Tenda Ac9
CVE-2025-29387Same product: Tenda Ac9
CVE-2025-22946Same product: Tenda Ac9
CVE-2025-29385Same product: Tenda Ac9
CVE-2025-29386Same product: Tenda Ac9
CVE-2025-29384Same product: Tenda Ac9
CVE-2025-22949Same product: Tenda Ac9
CVE-2025-7417Same vendor: Tenda

Affected Assets

tenda
ac9 firmware
5.03.06.42_multi

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of the sys.schedulereboot.start_time and end_time arguments in formGetRebootTimer to block the stack overflow.

prevent

Applies memory-protection mechanisms that can prevent successful exploitation of the stack-based buffer overflow even if input validation fails.

prevent

Limits the high-privilege accounts that can reach formGetRebootTimer, reducing the population able to supply the malicious parameters.

References