CVE-2026-90689
Received Received - Intake

Stack-Based Buffer Overflow in Tenda W20E Router

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

Publication date: 2026-09-14

Last updated on: 2026-09-14

Assigner: VulDB

Description

A security flaw has been discovered in Tenda W20E 15.11.0.61068_1546_841_CN_TDC. Impacted is the function formDelWebAuthWhiteUser. Performing a manipulation of the argument webAuthWhiteUserIndex results in stack-based buffer overflow. The attack can be initiated remotely.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-14
Last Modified
2026-09-14
Generated
2026-09-14
AI Q&A
2026-09-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
tenda w20e 15.11.0.61068

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).
CWE-119 The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-90689 is a stack-based buffer overflow vulnerability in the Tenda W20E router firmware version 15.11.0.61068. The flaw exists in the formDelWebAuthWhiteUser function where the webAuthWhiteUserIndex argument is manipulated to trigger an overflow. The issue arises because the function uses unbounded strncpy operations to copy attacker-controlled IPMacBindRule values into fixed 32-byte stack buffers without proper length validation.

This leads to memory corruption and crashes in the web management process when oversized data is provided. The vulnerability can be exploited remotely by sending specially crafted requests to the affected device.

Detection Guidance

To detect this vulnerability, monitor network traffic for requests targeting the Tenda W20E router's formDelWebAuthWhiteUser handler. Look for unusually large values in the webAuthWhiteUserIndex parameter that could trigger a stack-based buffer overflow. Check router logs for crashes or memory corruption events in the web management process.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary code on the affected Tenda W20E router. Successful exploitation could lead to complete device compromise, allowing attackers to take control of the router, intercept network traffic, or use it as a pivot point for further attacks within the network.

The impact includes potential denial of service due to crashes, unauthorized access to sensitive information, and the ability to modify router settings or configurations. Users with vulnerable devices should apply patches immediately if available.

Compliance Impact

This vulnerability could lead to non-compliance with data protection regulations such as GDPR and HIPAA. If the router is used in environments handling personal or sensitive data, the compromise could result in unauthorized access to such data, violating confidentiality requirements.

Regulatory frameworks like GDPR require organizations to implement appropriate security measures to protect personal data. A compromised router could be considered a failure to meet these security obligations, potentially leading to legal penalties or fines.

Mitigation Strategies

Immediately update the Tenda W20E router firmware to the latest patched version if available. If no patch exists, restrict access to the router's web management interface by disabling remote administration and blocking unnecessary ports. Monitor for unusual activity and consider isolating the device from critical network segments.

Chat Assistant

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

EPSS Chart