vendor:
Park Ticketing Management System
by:
Zeyad Azima
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Park Ticketing Management System
Affected Version From: V1
Affected Version To: V1
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:park_ticketing_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows
2021
Park Ticketing Management System 1.0 – ‘viewid’ SQL Injection
Park Ticketing Management System 1.0 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by adding a malicious payload to the URL. The payload ' AND (SELECT 8292 FROM (SELECT(SLEEP(5)))XIQB) AND 'QCDH'='QCDH can be used to test the vulnerability. If the web server makes the user wait for 5 seconds, then it is vulnerable.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Parameterized queries should be used to prevent SQL injection attacks. Stored procedures should be used to prevent SQL injection attacks. Database permissions should be restricted to prevent SQL injection attacks.