| Название | 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) |
|---|
| Представление | 10.09.2025 09:01 (8 месяцы назад) |
|---|
| Модерация | 25.09.2025 07:51 (15 days later) |
|---|
| Статус | принято |
|---|
| Запись VulDB | 325813 [MikeCen WeChat-Face-Recognition до 6e3f72bf8547d80b59e330f1137e4aa505f492c1 wx.php valid echostr межсайтовый скриптинг] |
|---|
| Баллы | 20 |
|---|