Cyber Resilience

CVE-2026-2908

HighPublic PoC

Published: 22 February 2026

Published
22 February 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 7.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0056 42.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 42.0th 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-2908 is a stack-based buffer overflow vulnerability (CWE-119, CWE-121) affecting the Tenda HG9 router with firmware version 300001138, published on 2026-02-22. The flaw resides in an unknown functionality of the /boaform/formLoopBack file within the Loopback Detection Configuration Endpoint, where manipulation of the Ethtype argument triggers the overflow.

The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating it can be exploited remotely with low complexity by an attacker possessing low privileges, without requiring user interaction. Successful exploitation could grant high-impact access to confidentiality, integrity, and availability, potentially enabling arbitrary code execution through the buffer overflow.

Advisories and additional details are documented in references such as https://github.com/QIU-DIE/cve-nneeww/issues/10, https://vuldb.com/?ctiid.347217, https://vuldb.com/?id.347217, https://vuldb.com/?submit.755202, and the vendor site https://www.tenda.com.cn/. The exploit has been publicly disclosed and may be usable.

EU & UK References

Vulnerability details

A security vulnerability has been detected in Tenda HG9 300001138. Affected by this issue is some unknown functionality of the file /boaform/formLoopBack of the component Loopback Detection Configuration Endpoint. Such manipulation of the argument Ethtype leads to stack-based buffer overflow.…

more

The attack can be executed remotely. The exploit has been disclosed 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?

The vulnerability is a remotely exploitable buffer overflow in a public-facing web management endpoint (/boaform/formLoopBack) on a router, enabling arbitrary code execution, which directly maps to Exploit Public-Facing Application (T1190).

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

CVEs Like This One

CVE-2026-2907Same product: Tenda Hg9
CVE-2026-2906Same product: Tenda Hg9
CVE-2026-2909Same product: Tenda Hg9
CVE-2026-2905Same product: Tenda Hg9
CVE-2026-2910Same product: Tenda Hg9
CVE-2026-2886Same vendor: Tenda
CVE-2025-8017Same vendor: Tenda
CVE-2025-14665Same vendor: Tenda
CVE-2026-5604Same vendor: Tenda
CVE-2025-11386Same vendor: Tenda

Affected Assets

tenda
hg9 firmware
300001138

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Timely firmware remediation directly patches the stack-based buffer overflow in the Tenda HG9 router's /boaform/formLoopBack Loopback Detection Configuration Endpoint.

prevent

Validates the Ethtype argument to prevent stack-based buffer overflow exploitation in the Loopback Detection Configuration Endpoint.

prevent

Deploys memory protections such as stack canaries to block arbitrary code execution from the Ethtype-induced buffer overflow.

References