CVE-2026-2905
Published: 22 February 2026
Description
A vulnerability was identified in Tenda HG9 300001138. This impacts an unknown function of the file /boaform/formWlanSetup of the component Wireless Configuration Endpoint. The manipulation of the argument ssid leads to stack-based buffer overflow. The attack may be initiated remotely.…
more
The exploit is publicly available and might be used.
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validation of the SSID argument to prevent stack-based buffer overflows from improper input handling in the wireless configuration endpoint.
Implements memory protection mechanisms like stack canaries and address space layout randomization to mitigate exploitation of stack-based buffer overflows even if input validation fails.
Mandates timely identification, reporting, and patching of the specific buffer overflow flaw in the Tenda HG9 firmware's /boaform/formWlanSetup endpoint.
Security SummaryAI
CVE-2026-2905 is a stack-based buffer overflow vulnerability affecting the Tenda HG9 router with firmware version 300001138. The flaw resides in an unknown function within the /boaform/formWlanSetup file of the Wireless Configuration Endpoint component, triggered by manipulation of the "ssid" argument. Published on 2026-02-22, it 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) and is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow).
An attacker with low privileges can exploit this vulnerability remotely with low complexity and no user interaction required. Successful exploitation grants high-impact access to confidentiality, integrity, and availability, potentially allowing arbitrary code execution on the affected device.
Advisories and details are available via VulDB entries (ctiid.347214, id.347214, submit.755167) and a GitHub issue at QIU-DIE/cve-nneeww/issues/7, with the vendor site at www.tenda.com.cn/. A public exploit is available and might be used in attacks.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Buffer overflow in public-facing router web interface (/boaform/formWlanSetup) enables remote exploitation (T1190); low privileges required with potential for arbitrary code execution indicates privilege escalation (T1068).