
CVE-2021-42667 - SQL Injection vulnerability in the Online event booking and reservation system.
CVE-2021-42667 - SQL Injection vulnerability in the Online event booking and reservation system version 2.3.0.
An SQL Injection vulnerability exists in the Event management software version 2.3.0. An attacker can leverage the vulnerable "id" parameter in the "USER" web page in order to manipulate the sql query performed. As a result the attacker can extract sensitive data from the web server.
Vulnerable page - USER
Vulnerable parameter - "id"
The following payload will allow you to extract the MySql server version running on the web server -
UNION ALL SELECT NULL,NULL,NULL,@@version,NULL,NULL,NULL,NULL,NULL;-- -

Alon Leviev(0xDeku), 22 October, 2021.