| 标题 | PHPGurukul Land Record System 00.0.0.01 SQL Injection |
|---|
| 描述 | 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= |
|---|
| 来源 | ⚠️ https://phpgurukul.com/land-record-system-using-php-and-mysql/ |
|---|
| 用户 | Fergod (UID 55882) |
|---|
| 提交 | 2024-12-30 17時34分 (2 年前) |
|---|
| 管理 | 2024-12-31 09時58分 (16 hours later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 289838 [PHPGurukul Land Record System 1.0 /admin/login.php 用户名 SQL注入] |
|---|
| 积分 | 20 |
|---|