SQL Injection Vulnerability in CodeZips Gym Management System
CVE-2025-29208
6.5MEDIUM
What is CVE-2025-29208?
The Gym Management System by CodeZips is susceptible to SQL injection attacks via the 'name' parameter in the deleteroutine.php script within the admin dashboard. An attacker can exploit this vulnerability to execute arbitrary SQL queries, potentially leading to unauthorized access to sensitive data or manipulation of the database. Proper input validation and parameterized queries should be implemented to mitigate this security risk.