SQL Injection Vulnerability in Raffle Draw System by SourceCodester
CVE-2023-24201
9.8CRITICAL
What is CVE-2023-24201?
The Raffle Draw System v1.0 has a SQL injection vulnerability that can be exploited via the 'id' parameter in the get_ticket.php file. This issue allows attackers to interfere with the queries made to the database, potentially allowing unauthorized access to sensitive information or manipulation of the database. Proper input validation and sanitation are essential to mitigate this type of vulnerability.