CVE-2026-2873 Details
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 is now public and may be used.
A stack-based buffer overflow vulnerability has been identified in the Tenda A21 router running firmware version 1.0.0.0. The issue arises in the Wi-Fi scheduling configuration endpoint '/goform/openSchedWifi', specifically within the 'setSchedWifi' function. This function uses 'websGetVar' to retrieve user-controlled parameters 'schedStartTime' and 'schedEndTime', which are then copied into a fixed-size heap-allocated buffer of 25 bytes using the unsafe 'strcpy' function. The lack of input length validation allows attackers to overflow the buffer, potentially leading to memory corruption, a denial-of-service condition, or arbitrary code execution. The vulnerability can be exploited remotely, and a public exploit is available.
To address this vulnerability, it is recommended to use safer string copy functions that include length checks, validate the format and length of time-related inputs, and ensure that allocated buffers are large enough to accommodate all possible valid inputs plus a null terminator.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/QIU-DIE/cve-nneeww/issues/4 | [email protected] | ExploitIssue TrackingMitigationThird Party Advisory |
| https://vuldb.com/?ctiid.347110 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.347110 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.754635 | [email protected] | Third Party AdvisoryVDB Entry |
| https://www.tenda.com.cn/ | [email protected] | Product |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-119 | Improper Restriction of Operations within the Bounds of a Memory Buffer | [email protected] |
| CWE-121 | Stack-based Buffer Overflow | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| tenda a21 firmware | 1.0.0.0 |
CPE
Remediation
| |
| tenda a21 | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 23, 2026 | Initial Analysis | [email protected] |
| Feb 21, 2026 | New CVE Received | [email protected] |