| タイトル | cgpandey hotelmis master (latest commit: c572198) CWE-79 |
|---|
| 説明 | project url: https://github.com/cgpandey/hotelmis
Vulnerability code pattern: `echo $_GET`
Vulnerability code path: admin.php:311
```php
<tr>
<td><input type="submit" name="Submit" value="<?php echo isset($_GET["search"]) ? "Update User" : "Add User" ?>"/></td>
</tr>
```
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. |
|---|
| ユーザー | dev03303 (UID 85336) |
|---|
| 送信 | 2025年07月16日 07:22 (9 月 ago) |
|---|
| モデレーション | 2025年07月18日 10:55 (2 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 316864 [cgpandey hotelmis 迄 c572198e6c4780fccc63b1d3e8f3f72f825fc94e HTTP GET Request admin.php 検索 クロスサイトスクリプティング] |
|---|
| ポイント | 17 |
|---|