CVE-2026-36792
Deferred Deferred - Pending Action
BaseFortify

Publication date: 2026-06-09

Last updated on: 2026-06-09

Assigner: MITRE

Description
Shenzhen Tenda Technology Co., Ltd Tenda W3 Wireless Router v1.0.0.3(2204) was discovered to contain a stack overflow in the wl_radio parameter of the formWifiRadioSet function. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted HTTP request.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-09
Last Modified
2026-06-09
Generated
2026-06-10
AI Q&A
2026-06-09
EPSS Evaluated
N/A
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
shenzhen_tenda_technology_co_ltd tenda_w3_wireless_router 1.0.0.3
tenda w3 From 1.0.0.3 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The CVE-2026-36792 vulnerability affects the Tenda W3 Wireless Router firmware version V1.0.0.3(2204). It is a buffer overread issue in the formWifiRadioSet CGI handler. The vulnerability occurs when the router processes user-controlled parameters, specifically wl_radio and hidden_country, which are retrieved via the websGetVar function.

Inside the vulnerable function, the wl_radio parameter is converted to an integer using atoi. An attacker can manipulate this parameter to a very large value (for example, 0x7fffffff), which is then used as an index to access a buffer. This leads to a buffer overread condition.

As a result, the router may crash or reboot unexpectedly, causing a Denial of Service (DoS).

Impact Analysis

This vulnerability can cause a Denial of Service (DoS) on the affected Tenda W3 Wireless Router. An attacker can send a specially crafted HTTP request that triggers the buffer overread, causing the router to crash or reboot.

The impact is that network connectivity provided by the router will be interrupted, potentially causing downtime for users relying on the device for internet access.

Detection Guidance

This vulnerability can be detected by monitoring for unusual crashes or reboots of the Tenda W3 Wireless Router running firmware version V1.0.0.3(2204). Since the issue is triggered by a crafted HTTP request to the formWifiRadioSet CGI handler with manipulated wl_radio parameters, detection can involve inspecting HTTP requests targeting the formWifiRadioSet endpoint.

You can use network monitoring tools or packet capture utilities like tcpdump or Wireshark to filter HTTP requests to the router's IP address and look for requests containing the formWifiRadioSet parameter with suspiciously large or malformed wl_radio values.

  • Example tcpdump command to capture HTTP requests to the router: tcpdump -i <interface> host <router_ip> and tcp port 80 -w capture.pcap
  • Use Wireshark to open capture.pcap and filter HTTP requests containing 'formWifiRadioSet' and inspect the wl_radio parameter values.

Additionally, monitoring router logs for unexpected crashes or reboots can help identify exploitation attempts.

Mitigation Strategies

To mitigate this vulnerability immediately, avoid exposing the formWifiRadioSet CGI handler to untrusted networks or users, as the vulnerability is triggered via crafted HTTP requests to this endpoint.

Restrict access to the router's management interface by implementing network-level controls such as firewall rules or access control lists to limit who can send HTTP requests to the router.

Monitor for and block suspicious HTTP requests containing abnormal or large wl_radio parameter values.

Check with the vendor (Shenzhen Tenda Technology Co., Ltd) for firmware updates or patches that address this stack overflow vulnerability and apply them as soon as they become available.

If possible, consider temporarily disabling remote management features until a patch is applied.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-36792. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart