| 제목 | Tenda Tenda M3 Access Controller(M3) V1.0.0.10 Buffer Overflow |
|---|
| 설명 | A serious buffer overflow vulnerability exists in the setAdvPolicyData function of Tenda M3 V1.0.0.10 firmware, specifically in its subroutine sub_648D4. The vulnerability is caused by the following unsafe code logic:
strncpy(dest, src, v16 - src);
The copy length v16 - src is directly calculated from user-controlled input, while the program does not properly validate the actual size of the destination buffer dest. As a result, an attacker can craft malicious parameters to trigger a buffer overflow and cause denial of service (DoS) or other security impacts. |
|---|
| 원천 | ⚠️ https://github.com/Moxxkidd/CVE/issues/2 |
|---|
| 사용자 | Doma (UID 96528) |
|---|
| 제출 | 2026. 03. 19. PM 03:17 (6 개월 ago) |
|---|
| 모더레이션 | 2026. 04. 04. PM 04:26 (16 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 355337 [Tenda M3 1.0.0.10 Destination /goform/setAdvPolicyData policyType 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|