vendor:
Park Ticketing Management System
by:
gh1mau
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Park Ticketing Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:park_ticketing_management_system
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: PHP 5.6.18, Apache/2.4.18 (Win32), Ver 14.14 Distrib 5.7.11, for Win32 (AMD64)
2020
Park Ticketing Management System 1.0 – ‘viewid’ SQL Injection
A SQL injection vulnerability exists in Park Ticketing Management System 1.0, which allows an attacker to inject malicious SQL commands into the 'viewid' parameter of the 'view-normal-ticket.php' script. This can be exploited to execute arbitrary SQL commands in the context of the webserver process.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.