
Totolink A720R ルーターで発見された脆弱性の概念実証(PoC)
ベンダー: TOTOLINK
ベンダーのウェブサイト: TOTOLINK
モデル: A720R
ファームウェアバージョン: V4.1.5cu.630_B20250509
ファームウェアダウンロードアドレス: TOTOLINK
管理パネルにログインする際、ユーザー名とパスワードが平文で送信されます:
POST /cgi-bin/cstecgi.cgi HTTP/1.1
Host: 192.168.0.1
Content-Length: 73
X-Requested-With: XMLHttpRequest
Accept-Language: en-US,en;q=0.9
Accept: application/json, text/javascript, */*; q=0.01
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
Origin: http://192.168.0.1
Referer: http://192.168.0.1/login.html
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
{
"username":"admin",
"password":"admin",
"flag":"0",
"topicurl":"loginAuth"
}
攻撃者はこの資格情報を傍受して使用し、ルーターの管理者アクセスを取得できます。