Title | code-projects Travel Management System Using PHP 1.0.0 SQL Injection |
---|
Description | The SQL Injection vulnerability exists in diretory '/travel/subcat.php?catid=7' because the 'catid' parameter is directly inserted into the SQL queries without any validation or sanitization. If an attacker inputs malicious SQL code as the 'catid' parameter, it will be executed by the database. For example, if the 'catid' parameter is set to "7' UNION ALL SELECT CONCAT(0x7176706b71,0x70424a575748424d4d587a677a69636d6f6d7756616c474652596a515572434b55646158675a4a6b,0x716a767671),NULL,NULL,NULL,NULL-- -", it could manipulate the query to return or modify unintended data. Always use prepared statements or parameterized queries to prevent this.
Payload: catid=7' UNION ALL SELECT CONCAT(0x7176706b71,0x70424a575748424d4d587a677a69636d6f6d7756616c474652596a515572434b55646158675a4a6b,0x716a767671),NULL,NULL,NULL,NULL-- - |
---|
Source | ⚠️ https://code-projects.org/travel-management-system-using-php-source-code/ |
---|
User | Fergod (UID 55882) |
---|
Submission | 24/12/2024 18:01 (1 mese fa) |
---|
Moderation | 25/12/2024 19:11 (1 day later) |
---|
Status | Accettato |
---|
VulDB Entry | 289313 [code-projects Travel Management System 1.0 /subcat.php catid sql injection] |
---|
Points | 20 |
---|