| Titre | wangchenyi1996 chat_forum master CWE-79 |
|---|
| Description | In file q.php
```php
<?php foreach(range(1,$_GET['num']) as $_num){?>
<dd><img src="<?php echo $_GET['path'].$_num?>.png"
title="贴图<?php echo $_GET['path'].$_num?>.png"
```
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. |
|---|
| La source | ⚠️ https://github.com/wangchenyi1996/chat_forum/blob/master/q.php#L31 |
|---|
| Utilisateur | dev03301 (UID 88717) |
|---|
| Soumission | 10/09/2025 09:15 (il y a 8 mois) |
|---|
| Modérer | 17/09/2025 16:33 (7 days later) |
|---|
| Statut | Accepté |
|---|
| Entrée VulDB | 324675 [wangchenyi1996 chat_forum /q.php path cross site scripting] |
|---|
| Points | 20 |
|---|