| タイトル | MikeCen WeChat-Face-Recognition master CWE-79 |
|---|
| 説明 | In file wx.php
$echoStr = $_GET["echostr"];
//valid signature , option
if ($this->checkSignature()) {
echo $echoStr;
exit;
}
CWE: CWE-79-Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE Description: The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
|---|
| ソース | ⚠️ https://github.com/MikeCen/WeChat-Face-Recognition/blob/master/wx.php#L25 |
|---|
| ユーザー | dev03301 (UID 88717) |
|---|
| 送信 | 2025年09月10日 09:01 (8 月 ago) |
|---|
| モデレーション | 2025年09月25日 07:51 (15 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 325813 [MikeCen WeChat-Face-Recognition 迄 6e3f72bf8547d80b59e330f1137e4aa505f492c1 wx.php valid echostr クロスサイトスクリプティング] |
|---|
| ポイント | 20 |
|---|