| タイトル | Tenda A21 V1.0.0.1 Stack-based Buffer Overflow |
|---|
| 説明 | During a security review of the Tenda A21 router firmware (version V1.0.0.0), a critical stack-based buffer overflow vulnerability was identified in the QoS (Quality of Service) configuration endpoint `/goform/formSetQosBand`.
The vulnerability is located in the `set_qosMib_list` function, which is called by the request handler `formSetQosBand`. The function receives a user-controlled `list` parameter. It searches for a delimiter and then uses the unsafe `strcpy` function to copy the contents of the list into a fixed-size stack buffer `qos_str` (256 bytes). Since the input length is not validated, an attacker can overwrite the stack frame, leading to a Denial of Service (DoS) or arbitrary code execution. |
|---|
| ソース | ⚠️ https://github.com/QIU-DIE/cve-nneeww/issues/1 |
|---|
| ユーザー | hhsw34 (UID 91076) |
|---|
| 送信 | 2026年02月09日 12:33 (3 月 ago) |
|---|
| モデレーション | 2026年02月20日 15:41 (11 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 347107 [Tenda A21 1.0.0.0 /goform/formSetQosBand set_qosMib_list メモリ破損] |
|---|
| ポイント | 20 |
|---|