| 제목 | Tenda A18pro V02.03.02.28 Stack-based Buffer Overflow |
|---|
| 설명 | During a security review of the Tenda A18pro router firmware (version V02.03.02.28), 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/lilukun337/cve/issues/4 |
|---|
| 사용자 | lilukun (UID 96162) |
|---|
| 제출 | 2026. 03. 06. AM 07:14 (1 월 ago) |
|---|
| 모더레이션 | 2026. 03. 20. AM 09:33 (14 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 352018 [Tenda A18 Pro 02.03.02.28 /goform/formSetQosBand set_qosMib_list 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|