| タイトル | Tenda W20E US_W20EV4.0br_V15.11.0.6(1068_1546_841)_CN_TDC.bin Buffer Overflow |
|---|
| 説明 | Tenda W20E firmware V4.0br_V15.11.0.6(1068_1546_841)_CN_TDC contains a stack-based buffer overflow in formQOSRuleDel, reachable via POST /goform/delQos. The attacker-controlled qosIndex parameter is copied with strcpy into the fixed-size input.src[1024] stack buffer without bounds checking. Local reproduction with an 8192-byte qosIndex reached strcpy@0x0006d138 and resulted in httpd_exit:-11 together with a fresh core dump, demonstrating that an authenticated attacker can trigger memory corruption and crash the httpd service.
PoC:
curl -i 'http://192.168.0.1/goform/delQos' -b cookies.txt \
--data-urlencode "qosIndex=$(python3 -c 'print(\"9\"*8192)')" |
|---|
| ソース | ⚠️ https://github.com/paueger/mycve/blob/main/Tenda_W20E/4.md |
|---|
| ユーザー | paxiot (UID 94927) |
|---|
| 送信 | 2026年06月25日 11:33 (2 月 ago) |
|---|
| モデレーション | 2026年08月14日 07:30 (2 months later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 389956 [Tenda W20E 15.11.0.6(1068_1546_841)_CN_TDC QoS Rule Deletion /goform/delQos formQOSRuleDel qosIndex メモリ破損] |
|---|
| ポイント | 20 |
|---|