Key Information Affected Product Product Name: Zoo Management System Version: V2.1 Affected File: /admin/manage-animals.php Vulnerability Type Type: SQL Injection Root Cause Due to lack of proper input validation and filtering on the parameter, an SQL injection vulnerability exists. Impact Attackers can exploit this vulnerability to gain unauthorized access to the database, leading to sensitive data exposure, data corruption, loss of system control, and service disruption. Vulnerability Details and POC Vulnerability Location: parameter Payload: Vulnerable Request: Recommended Fixes 1. Use prepared statements with parameter binding. 2. Implement input validation and filtering. 3. Minimize database user privileges.