| Название | 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) |
|---|
| Представление | 21.04.2026 05:09 (2 месяцы назад) |
|---|
| Модерация | 07.05.2026 19:09 (17 days later) |
|---|
| Статус | принято |
|---|
| Запись VulDB | 361915 [code-projects Simple Chat System 1.0 sendMessage.php type/length/business parameter validity SQL-инъекция] |
|---|
| Баллы | 20 |
|---|