CVE-2026-36802
Deferred Deferred - Pending Action

Buffer Overflow in Tenda PW201A Leading to DoS

Vulnerability report for CVE-2026-36802, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-09

Last updated on: 2026-06-10

Assigner: MITRE

Description

Shenzhen Tenda Technology Co., Ltd Tenda PW201A v1.0.5 was discovered to contain a buffer overflow in the page parameter of the SafeMacFilter 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-10
Generated
2026-06-30
AI Q&A
2026-06-09
EPSS Evaluated
2026-06-28
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
shenzhen_tenda_technology_co_ltd tenda_pw201a 1.0.5
tenda pw201a 1.0.5

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-120 The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-36802 is a buffer overflow vulnerability found in the Tenda PW201A V1.0.5 router, specifically in the SafeMacFilter function within the TENDA_HTTPD file.

The vulnerability occurs because the function retrieves the "page" parameter from an HTTP request without proper bounds checking and then uses it in a sprintf command. If the "page" parameter is excessively long (for example, 888 or more characters), it causes a buffer overflow.

This flaw can be exploited by sending a specially crafted HTTP request directly to the vulnerable CGI endpoint, leading to potential denial of service.

Impact Analysis

This vulnerability can cause a denial of service (DoS) on the affected device.

By exploiting the buffer overflow, an attacker can cause the router process to crash or the device to become unstable, potentially disrupting network connectivity and services relying on the router.

Detection Guidance

This vulnerability can be detected by sending crafted HTTP requests to the vulnerable router's SafeMacFilter CGI endpoint and observing the response or device behavior.

Specifically, sending an HTTP request with an excessively long "page" parameter (e.g., 888 or more 'a' characters) to the endpoint associated with the SafeMacFilter function may trigger the buffer overflow.

An example command using curl to test this could be:

  • curl -v "http://[router_ip]/cgi-bin/SafeMacFilter?page=$(python3 -c 'print("a"*888)')"

If the device crashes, becomes unstable, or the process handling the request terminates, it indicates the presence of the vulnerability.

Compliance Impact

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

Mitigation Strategies

To mitigate the CVE-2026-36802 vulnerability, immediately restrict access to the vulnerable SafeMacFilter CGI endpoint by limiting HTTP requests to trusted sources only.

Avoid sending or accepting HTTP requests with excessively long 'page' parameters, as these trigger the buffer overflow.

If possible, disable or block the vulnerable web interface or service until a patch or firmware update is available from the vendor.

Monitor the device for signs of instability or crashes that may indicate exploitation attempts.

Chat Assistant

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

EPSS Chart