CVE-2026-2873
Published: 21 February 2026
Description
A vulnerability was detected in Tenda A21 1.0.0.0. This issue affects the function setSchedWifi of the file /goform/openSchedWifi. Performing a manipulation of the argument schedStartTime/schedEndTime results in stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit…
more
is now public and may be used.
Mitigating Controls (NIST 800-53 r5)AI
Requires validation of inputs such as schedStartTime and schedEndTime to prevent stack-based buffer overflows in the setSchedWifi function.
Implements memory protection mechanisms like stack canaries and non-executable stacks to mitigate exploitation of the stack-based buffer overflow.
Mandates timely remediation of the identified buffer overflow flaw in Tenda A21 firmware via patching or updates.
Security SummaryAI
CVE-2026-2873 is a stack-based buffer overflow vulnerability in Tenda A21 version 1.0.0.0, affecting the setSchedWifi function within the /goform/openSchedWifi endpoint. The issue arises from improper handling of the schedStartTime and schedEndTime arguments, allowing overflow conditions during manipulation. This flaw, linked to CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow), 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 high severity due to its potential for significant impact.
A remote attacker with low privileges, such as an authenticated user, can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation triggers the buffer overflow, potentially enabling arbitrary code execution, data corruption, or denial of service, with high impacts on confidentiality, integrity, and availability.
Advisories and details are available via VulDB entries (ctiid.347110, id.347110, submit.754635) and a GitHub issue at QIU-DIE/cve-nneeww/issues/4, alongside the vendor site at tenda.com.cn. The exploit is publicly available, increasing the risk of widespread use.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stack-based buffer overflow in web endpoint allows remote low-privileged authenticated attacker to achieve arbitrary code execution, directly facilitating exploitation of remote services (T1210) and exploitation for privilege escalation (T1068).