CVE-2026-36778
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 O3 Wireless Router v1.0.0.5(4180) was discovered to contain a stack overflow in the username parameter of the R7WebsSecurityHandler 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_o3_wireless_router 1.0.0.5
shenzhen_tenda_technology_co_ltd tenda_o3 1.0.0.5
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

CVE-2026-36778 is a stack-based buffer overflow vulnerability found in the Tenda O3 Wireless Router firmware version 1.0.0.5. It specifically affects the R7WebsSecurityHandler CGI handler, where the username parameter is not properly validated or sanitized. An attacker can send a crafted HTTP request with an excessively long username, causing the username to overflow a fixed-size buffer on the stack when copied using strcpy. This overflow can lead to a denial of service by crashing or rebooting the device, and potentially allows arbitrary code execution.

Impact Analysis

This vulnerability can impact you by allowing an attacker to cause a denial of service (DoS) on your Tenda O3 Wireless Router. By exploiting the buffer overflow in the username parameter, the attacker can crash or reboot the device, disrupting network connectivity and availability. Additionally, there is a potential risk that the attacker could execute arbitrary code on the device, which could lead to further compromise or control over the router.

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 monitoring for HTTP requests sent to the R7WebsSecurityHandler CGI endpoint that contain an unusually long username parameter combined with a non-empty password parameter.

A practical detection method involves capturing and inspecting HTTP traffic to identify requests targeting the R7WebsSecurityHandler with a username parameter exceeding normal length limits.

  • Use network packet capture tools like tcpdump or Wireshark to filter HTTP requests to the vulnerable endpoint, for example: tcpdump -i <interface> -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)'
  • Use curl or similar tools to manually test the endpoint by sending crafted HTTP requests with long username parameters, e.g.: curl -X POST 'http://<router-ip>/R7WebsSecurityHandler' -d 'username=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&password=any'
Mitigation Strategies

Immediate mitigation steps include restricting access to the R7WebsSecurityHandler CGI endpoint to trusted networks or devices only, such as by using firewall rules or access control lists.

Additionally, monitoring and blocking HTTP requests with abnormally long username parameters can help prevent exploitation attempts.

If available, updating the router firmware to a version that patches this vulnerability is the most effective mitigation.

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