Description
A weakness has been identified in Tenda G0 up to 20260625. The affected element is the function addStaticRoute of the file /goform/module of the component httpd web management interface. Executing a manipulation of the argument staticRouteNet can lead to stack-based buffer overflow. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks.
Published: 2026-08-14
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a stack–based buffer overflow in the addStaticRoute function of the Tenda G0 HTTPD management interface, where a specially crafted staticRouteNet argument can overflow a local buffer. The CVE description does not state the exact effect on the program’s control flow; it only indicates that the overflow could lead to an unspecified outcome, such as a crash or potential code execution. The description does not confirm that return addresses are overwritten, so any claim about hijacked control flow is an inference based on typical stack‑overflow behavior.

Affected Systems

Vulnerable devices are Tenda G0 routers that run firmware versions released on or before 20260625. The affected component is the HTTPD web‑management interface, specifically the /goform/module endpoint handling the addStaticRoute call.

Risk and Exploitability

The CVSS score of 8.7 signals high severity, and the vulnerability is exploitable remotely over the network without local access. Although the EPSS score is not available, public exploit code has been released, indicating that attackers could actively target this flaw. The vulnerability is not listed in the CISA KEV catalog, but the combination of remote attack capability, high severity and available exploit materials results in a significant risk for exposed devices.

Generated by OpenCVE AI on August 14, 2026 at 06:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the router firmware to a release dated after 20260625 that contains the buffer‑overflow fix.
  • If the device cannot be updated, block or restrict external access to the /goform/module endpoint by configuring firewall rules or ACLs to allow only trusted internal IPs.
  • As a temporary countermeasure, apply server‑side input validation to reject overly long or malformed staticRouteNet values or otherwise enforce length limits before processing.

Generated by OpenCVE AI on August 14, 2026 at 06:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in Tenda G0 up to 20260625. The affected element is the function addStaticRoute of the file /goform/module of the component httpd web management interface. Executing a manipulation of the argument staticRouteNet can lead to stack-based buffer overflow. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks.
Title Tenda G0 httpd web management interface module addStaticRoute stack-based overflow
First Time appeared Tenda
Tenda g0
Weaknesses CWE-119
CWE-121
CPEs cpe:2.3:h:tenda:g0:*:*:*:*:*:*:*:*
Vendors & Products Tenda
Tenda g0
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-14T03:45:08.358Z

Reserved: 2026-08-13T18:55:24.764Z

Link: CVE-2026-19791

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-14T05:16:58.857

Modified: 2026-08-14T05:16:58.857

Link: CVE-2026-19791

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T07:00:04Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-121

    Stack-based Buffer Overflow