| 제목 | D-Link Router D-Link DWR-M921 V1.1.52 Command Injection |
|---|
| 설명 | A vulnerability has been found in D-Link DWR-M921 firmware V1.1.52. It can be triggered through the route /boafrm/formLtefotaUpgradeQuectel. The manipulation of the argument fota_url leads to OS command injection. The attack is possible remotely after authentication (default admin/admin).
The vulnerable handler is sub_41A294 at address 0x41A294 in /bin/boa.
Vulnerable parameter: fota_url, retrieved via sub_415F84 with no sanitization.
Authentication: Required (webuicookie session).
Prefix check: Only verifies that the value starts with http://, https:// or ftp://; shell metacharacters (;, |, &) are not filtered.
Command template: sprintf(v6, "/var/upgrade_quectel %s&", fota_url); system(v6);
Injection method: Semicolon injection — http://x;CMD.
Branch condition: fota_url is non-empty and contains a protocol prefix. |
|---|
| 원천 | ⚠️ https://gist.github.com/H3rmesk1t/6d63f4f182e5c0c3b007671165a54201 |
|---|
| 사용자 | H3rmesk1t (UID 70306) |
|---|
| 제출 | 2026. 08. 06. PM 08:22 (1 월 ago) |
|---|
| 모더레이션 | 2026. 09. 13. AM 09:57 (1 month later) |
|---|
| 상태 | 중복 |
|---|
| VulDB 항목 | 344870 [D-Link DWR-M921 1.1.50 formLtefotaUpgradeQuectel sub_419920 fota_url 권한 상승] |
|---|
| 포인트들 | 0 |
|---|