Submit #470480: PHPGurukul Maid Hiring Management System 1.0 SQL Injectioninfo

TitlePHPGurukul Maid Hiring Management System 1.0 SQL Injection
DescriptionThe SQL Injection vulnerability exists in diretory '/mhms/admin/edit-category.php?editid=13' because the 'editid' parameter is directly inserted into the SQL queries without any validation or sanitization. If an attacker inputs malicious SQL code as the 'editid' parameter, it will be executed by the database. For example, if the 'editid' parameter is set to "editid=13;SELECT SLEEP(5)#", it could manipulate the query to return or modify unintended data. Always use prepared statements or parameterized queries to prevent this. Payload: editid=13;SELECT SLEEP(5)#
Source⚠️ https://phpgurukul.com/maid-hiring-management-system-using-php-and-mysql/
User
 Fergod (UID 55882)
Submission12/28/2024 02:37 (1 Year ago)
Moderation12/28/2024 17:16 (15 hours later)
StatusAccepted
VulDB entry289707 [PHPGurukul Maid Hiring Management System 1.0 /admin/edit-category.php editid sql injection]
Points20

Do you want to use VulDB in your project?

Use the official API to access entries easily!