vendor:
Bus Reservation System
by:
nu11secur1ty
9
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Bus Reservation System
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2023
Bus Reservation System-1.1 Multiple-SQLi
The `pickup_id` parameter in the Bus Reservation System version 1.1 is vulnerable to SQL injection attacks. An attacker can exploit this vulnerability to steal information from the database. The payload for exploiting the vulnerability is provided in the description.
Mitigation:
The vendor should sanitize and validate user input to prevent SQL injection attacks. They should also use prepared statements or parameterized queries to handle database queries.