Title | PHPGurukul Small CRM in PHP 1.0 SQL Injection |
---|
Description | The SQL Injection vulnerability exists in diretory '/crm/admin/edit-user.php?id=1' because the 'id' parameter is directly inserted into the SQL queries without any validation or sanitization. If an attacker inputs malicious SQL code as the 'id' parameter, it will be executed by the database. For example, if the 'id' parameter is set to "id=1' AND (SELECT 8224 FROM (SELECT(SLEEP(5)))riQp)-- RGaL", it could manipulate the query to return or modify unintended data. Always use prepared statements or parameterized queries to prevent this. |
---|
Source | ⚠️ https://phpgurukul.com/small-crm-php/ |
---|
User | Fergod (UID 55882) |
---|
Submission | 26/12/2024 20:12 (il y a 1 mois) |
---|
Moderation | 28/12/2024 09:35 (2 days later) |
---|
Status | Accepté |
---|
VulDB Entry | 289660 [PHPGurukul Small CRM 1.0 /admin/edit-user.php id sql injection] |
---|
Points | 20 |
---|