CVE-2026-36822
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 W20E v15.11.0.6 was discovered to contain a buffer overflow in the macAddr parameter of the formDelStaState 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_w20e 15.11.0.6
tenda w20e to 16.01.0.6 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-121 A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-36822 is a buffer overflow vulnerability in the Tenda W20E router's firmware version 15.11.0.6. It occurs in the formDelStaState function when processing the macAddr parameter from an HTTP request without proper bounds checking.

An attacker can exploit this by sending a specially crafted HTTP request with an excessively long macAddr parameter, which causes a buffer overflow in the init_wl_policy_list function.

This overflow can lead to a denial of service (DoS) by crashing the process or causing device instability.

Impact Analysis

This vulnerability can impact you by causing a denial of service (DoS) on the affected Tenda W20E router.

An attacker exploiting this flaw can crash the router's process or make the device unstable, potentially disrupting your network connectivity and services.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Detection Guidance

This vulnerability can be detected by sending a crafted HTTP request to the formDelStaState CGI endpoint of the Tenda W20E router with an excessively long macAddr parameter (for example, a string of 888 or more 'a' characters followed by a comma). If the device crashes or becomes unstable, it indicates the presence of the vulnerability.

A sample command using curl to test this could be:

  • curl -X POST http://<router-ip>/formDelStaState -d "macAddr=$(python3 -c 'print("a"*888 + ",")')"

Replace <router-ip> with the IP address of the target device. Monitoring the device for crashes or instability after this request can help detect the vulnerability.

Mitigation Strategies

Immediate mitigation steps include updating the Tenda W20E router firmware from the vulnerable version V15.11.0.6 to the latest available version, such as V16.01.0.6, which presumably contains a fix for this buffer overflow vulnerability.

Additionally, restricting access to the router's HTTP management interface from untrusted networks and monitoring for suspicious HTTP requests targeting the formDelStaState endpoint can help reduce the risk of exploitation.

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