| 标题 | SourceCodester Accounts Manager App July 12, 2024 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.Accounts Manager App does not filter the content correctly at the "endpoint/delete-account.php" parameter, resulting in the generation of SQL injection. |
|---|
| 来源 | ⚠️ https://github.com/joinia/webray.com.cn/blob/main/Accounts-Manager-App/Accounts-Manager-Appsql.md |
|---|
| 用户 | joinia (UID 24916) |
|---|
| 提交 | 2024-08-12 12時02分 (2 年前) |
|---|
| 管理 | 2024-08-13 18時05分 (1 day later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 274367 [SourceCodester Accounts Manager App 1.0 delete-account.php 帐户 SQL注入] |
|---|
| 积分 | 20 |
|---|