| 标题 | wangchenyi1996 chat_forum master CWE-79 |
|---|
| 描述 | 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. |
|---|
| 来源 | ⚠️ https://github.com/wangchenyi1996/chat_forum/blob/master/q.php#L31 |
|---|
| 用户 | dev03301 (UID 88717) |
|---|
| 提交 | 2025-09-10 09時15分 (8 月前) |
|---|
| 管理 | 2025-09-17 16時33分 (7 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 324675 [wangchenyi1996 chat_forum 直到 80bdb92f5b460d36cab36e530a2c618acef5afd2 /q.php path 跨网站脚本] |
|---|
| 积分 | 20 |
|---|