| 제목 | 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. AM 09:01 (8 개월 ago) |
|---|
| 모더레이션 | 2025. 09. 25. AM 07:51 (15 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 325813 [MikeCen WeChat-Face-Recognition 까지 6e3f72bf8547d80b59e330f1137e4aa505f492c1 wx.php valid echostr 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|