| Titolo | SQL injection vulnerability in Sports Club Management System |
|---|
| Descrizione | Enter admin1/admin1 to enter the background,Click payment, and then add payment。Enter MEMBERSHIP ID,MEMBERSHIP ID is the SQL injection parameter。In admin/make_ Payments.php, at line 119, the information entered by the user is submitted to submit_ Payments.php, follow up the code, and we can see that the m entered by the user_ The ID is assigned to $memID. Without any filtering, it is directly inserted into the database for query, and the query results are returned, causing SQL injection vulnerabilities。The SQL injection vulnerability is due to the data submitted by the user, which is directly brought into the database without filtering and executed SQL statements,SQL injection vulnerability can obtain database sensitive information。 |
|---|
| Fonte | ⚠️ https://github.com/shreyansh225/Sports-Club-Management-System/issues/6 |
|---|
| Utente | ace. (UID 34853) |
|---|
| Sottomissione | 16/11/2022 08:18 (4 anni fa) |
|---|
| Moderazione | 16/11/2022 08:55 (37 minutes later) |
|---|
| Stato | Accettato |
|---|
| Voce VulDB | 213789 [Sports Club Management System 119 admin/make_payments.php m_id/plan iniezione SQL] |
|---|
| Punti | 20 |
|---|