Description
A vulnerability was determined in Tenda AC12 15.03.06.23_multi_TD01. This vulnerability affects the function formSetRebootTimer of the file /goform/SetSysAutoRebbotCfg of the component httpd web management interface. This manipulation of the argument rebootTime causes buffer overflow. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-08-14
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic buffer overflow that occurs when an attacker supplies an excessively long rebootTime value to the SetSysAutoRebbotCfg form. Because the input is not properly bounded, the overflow can corrupt adjacent memory, leading to unpredictable behavior including denial of service or arbitrary code execution. This weakness falls under CWE-119 and CWE-120, indicating unbounded buffer handling and improper management of user‑controlled data.

Affected Systems

The affected device is the Tenda AC12 router running firmware version 15.03.06.23_multi_TD01. Only this member of the AC12 line, as identified by the vendor name and firmware identifier, is known to contain the vulnerable function /goform/SetSysAutoRebbotCfg in its httpd web management component.

Risk and Exploitability

The CVSS score of 8.7 classifies the flaw as high severity. The EPSS score is currently unavailable, so the likelihood of exploitation cannot be quantified from the data. The vulnerability is not listed in CISA's KEV catalog. The description states that the attack may be initiated remotely, implying the attacker can exploit the flaw over the network without local access. Given that the buffer overflow can lead to code execution, the risk to any remote user of the device is significant.

Generated by OpenCVE AI on August 14, 2026 at 13:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest firmware update from Tenda that addresses the buffer overflow in the SetSysAutoRebbotCfg function
  • Restrict access to the web management interface by enabling firewall rules that allow only trusted IP addresses or by disabling remote management entirely if not needed
  • If the latest firmware is not immediately available, block the /goform/SetSysAutoRebbotCfg endpoint using firewall or router configuration to mitigate exposure until a patch is applied

Generated by OpenCVE AI on August 14, 2026 at 13:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in Tenda AC12 15.03.06.23_multi_TD01. This vulnerability affects the function formSetRebootTimer of the file /goform/SetSysAutoRebbotCfg of the component httpd web management interface. This manipulation of the argument rebootTime causes buffer overflow. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized.
Title Tenda AC12 httpd web management interface SetSysAutoRebbotCfg formSetRebootTimer buffer overflow
First Time appeared Tenda
Tenda ac12
Weaknesses CWE-119
CWE-120
CPEs cpe:2.3:h:tenda:ac12:*:*:*:*:*:*:*:*
Vendors & Products Tenda
Tenda ac12
References
Metrics cvssV2_0

{'score': 9, 'vector': 'AV:N/AC:L/Au:S/C:C/I:C/A:C/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 8.8, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 8.7, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-14T11:00:10.537Z

Reserved: 2026-08-14T05:29:33.667Z

Link: CVE-2026-19821

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-14T11:16:57.573

Modified: 2026-08-14T11:16:57.573

Link: CVE-2026-19821

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T13:45:16Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')