CVE-2026-36813
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 W15E v15.11.0.10 was discovered to contain a buffer overflow in the picCropName parameter of the formCropAndSetWewifiPic 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-10
EPSS Evaluated
N/A
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
tenda w15e 15.11.0.10
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
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.

Executive Summary

The CVE-2026-36813 vulnerability affects the Tenda W15E V15.11.0.10 router in the formCropAndSetWewifiPic function. It is caused by a buffer overflow in the picCropName parameter due to improper handling of this input.

An attacker can exploit this vulnerability by sending a crafted HTTP request with an excessively long picCropName value (for example, 888 or more 'a' characters) to the vulnerable CGI endpoint. This causes memory corruption when the parameter is processed using a sprintf command.

Impact Analysis

Exploitation of this vulnerability can lead to a Denial of Service (DoS) condition. This means the affected device, such as the Tenda W15E router, could crash or become unstable, disrupting network connectivity and services.

Detection Guidance

This vulnerability can be detected by sending a crafted HTTP request to the vulnerable CGI endpoint of the Tenda W15E router, specifically targeting the formCropAndSetWewifiPic function.

The detection involves using an HTTP request with an excessively long picCropName parameter value (for example, 888 or more 'a' characters) to trigger the buffer overflow.

A sample command to test this could be using curl as follows:

  • curl -X POST "http://<router-ip>/cgi-bin/formCropAndSetWewifiPic" -d "picCropName=$(python3 -c 'print("a"*888)')"

If the device crashes, becomes unstable, or the service restarts after this request, it indicates the presence of the vulnerability.

Mitigation Strategies

Immediate mitigation steps include avoiding exposure of the vulnerable CGI endpoint to untrusted networks and restricting access to the router's management interface.

Additionally, monitoring for unusual crashes or instability after receiving HTTP requests with long picCropName parameters can help detect exploitation attempts.

Applying any available firmware updates or patches from Shenzhen Tenda Technology Co., Ltd for the W15E router is recommended once released.

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