SQL Injection Vulnerability in Raffle Draw System by SourceCodester
CVE-2023-24199
9.8CRITICAL
What is CVE-2023-24199?
The Raffle Draw System version 1.0 has been found to have a SQL injection vulnerability in the delete_ticket.php file. This flaw occurs through improper handling of the 'id' parameter, allowing an attacker to manipulate SQL queries. Exploitation of this vulnerability can lead to unauthorized access and manipulation of the database, posing significant risks to the integrity and confidentiality of the application’s data. Developers are encouraged to implement strict input validation measures and use prepared statements to safeguard against such vulnerabilities.