
CVE-2026-11499
CVE-2026-11499 is a reported stack-based buffer overflow vulnerability affecting several Tenda router models, including:
Successful exploitation may allow an attacker to trigger a crash, denial of service, or potentially achieve Remote Code Execution (RCE) depending on the vulnerable code path and deployment configuration.
⚠️ Technical details are currently limited and public disclosure appears to be ongoing.
| Vendor | Product | Status |
|---|---|---|
| Tenda | HG7 | Vulnerable |
| Tenda | HG9 | Vulnerable |
| Tenda | HG10 | Vulnerable |
An attacker may be able to:
User Input
│
▼
┌───────────────┐
│ Vulnerable │
│ Function │
└──────┬────────┘
│
▼
Buffer Overflow
│
▼
Memory Corruption
│
▼
Potential RCE
The issue has been categorized as a:
char buffer[256];
strcpy(buffer, attacker_input);
When input exceeds the allocated buffer size, adjacent memory may be overwritten.
Possible consequences include:
🚫 No public PoC has been released at the time of writing.
When a PoC becomes available, testing should be performed only in authorized laboratory environments.
| Date | Event |
|---|---|
| 2026 | CVE Reserved |
| 2026 | Public Disclosure |
| Pending | Vendor Advisory |
| Pending | Patch Release |
This repository is intended for:
Do not use this information against systems without explicit authorization.
⭐ If you found this repository useful, consider starring it.
| Field | Value |
|---|
| CVE ID | CVE-2026-11499 |
| Type | Stack-Based Buffer Overflow |
| CWE | CWE-121 |
| Impact | DoS / Potential RCE |
| Attack Vector | Unknown |
| Authentication | Unknown |
| Severity | High (Pending CVSS) |