| Title | sourcecodester Loan Management System July 25, 2022 SQL injection vulnerability |
|---|
| Description | 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.Loan Management System does not filter the content correctly at the "delete_ltype.php/ltype_id" parameter, resulting in the generation of SQL injection. |
|---|
| Source | ⚠️ https://github.com/joinia/webray.com.cn/blob/main/Loan-Management-System/lmssql%20-%20deleteltype.md |
|---|
| User | joinia (UID 24916) |
|---|
| Submission | 11/24/2023 11:03 (3 years ago) |
|---|
| Moderation | 11/26/2023 16:21 (2 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 246137 [SourceCodester Loan Management System 1.0 Loan Type Page delete_ltype.php delete_ltype ltype_id sql injection] |
|---|
| Points | 20 |
|---|