| タイトル | code-projects Simple Chat System v1.0 SQL Injection |
|---|
| 説明 | The reason for the SQL injection vulnerability is that the website application does not verify the validity of the data submitted by the user to the server (type, length, business parameter validity, etc.), and does not effectively filter the data input by the user with special characters , so that the user's input is directly brought into the database for execution, which exceeds the expected result of the original design of the SQL statement, resulting in a SQL injection vulnerability.Simple Chat System does not filter the content correctly at the "sendMessage.php" msg parameter, resulting in the generation of SQL injection. |
|---|
| ソース | ⚠️ https://github.com/MICHEY-Ben/cve/issues/1 |
|---|
| ユーザー | MICKEY-ben (UID 97280) |
|---|
| 送信 | 2026年04月21日 05:09 (2 月 ago) |
|---|
| モデレーション | 2026年05月07日 19:09 (17 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 361915 [code-projects Simple Chat System 1.0 sendMessage.php type/length/business parameter validity SQLインジェクション] |
|---|
| ポイント | 20 |
|---|