Tenda AX-1806 Stack Overflow Vulnerability Leading to Denial-of-Service

Vulnerability

A stack overflow vulnerability has been identified in the Tenda AX-1806 router, specifically in version 1.0.0.1. The issue arises in the sub_4C408 function, where user-controlled input is improperly handled. The 'security' parameter is extracted and copied into a fixed-size stack buffer of 256 bytes using 'strcpy', which lacks proper bounds checking. This flaw allows attackers to send excessively long values, causing a buffer overflow that overwrites adjacent stack memory, disrupts local variables or control data, and ultimately crashes the device, leading to a denial-of-service condition.

Impact

Exploitation of this vulnerability causes the router to crash, disrupting its normal service and causing a persistent denial-of-service condition.

Reproduction

The vulnerability can be reproduced by sending a crafted POST request to the '/goform/WifiBasicSet' endpoint. The 'security' parameter should be filled with a string of 7000 characters, effectively overflowing the stack buffer. This can be done using a Python script that utilizes the 'requests' library to automate the process.

Added: Jan 16, 2026, 4:22 PM
Updated: Jan 16, 2026, 4:22 PM

Vulnerability Rating

Custom Algorithm
spread
0.3
impact
2.5
exploitability
8.7
remediation
0.0
relevance
2.1
threat
6.4
urgency
2.9
incentive
8.3

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.