| Title | PHPGurukul Land Record System 00.0.0.01 SQL Injection |
|---|
| Description | The SQL Injection vulnerability exists in diretory '/landrecordsys/admin/login.php' because the 'username' parameters is directly inserted into the SQL queries without any validation or sanitization. If an attacker inputs malicious SQL code as the 'username' parameters, it will be executed by the database. For example, if the 'username' parameter is set to "username=test' AND (SELECT 6154 FROM (SELECT(SLEEP(5)))PsEo) AND 'dPSx'='dPSx", it could manipulate the query to return or modify unintended data. Always use prepared statements or parameterized queries to prevent this.
script: username=teste' AND (SELECT 6154 FROM (SELECT(SLEEP(5)))PsEo) AND 'dPSx'='dPSx&password=teste&login= |
|---|
| Source | ⚠️ https://phpgurukul.com/land-record-system-using-php-and-mysql/ |
|---|
| User | Fergod (UID 55882) |
|---|
| Submission | 12/30/2024 17:34 (2 years ago) |
|---|
| Moderation | 12/31/2024 09:58 (16 hours later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 289838 [PHPGurukul Land Record System 1.0 /admin/login.php Username sql injection] |
|---|
| Points | 20 |
|---|