First published: Tue May 06 2025(Updated: )
A vulnerability classified as critical was found in itsourcecode Gym Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /ajax.php?action=delete_member. The manipulation of the argument ID leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Credit: cna@vuldb.com
Affected Software | Affected Version | How to fix |
---|---|---|
itsourcecode Gym Management System |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-4359 has been classified as a critical vulnerability.
The impact of CVE-2025-4359 is SQL injection which can allow an attacker to manipulate database queries.
To fix CVE-2025-4359, it is recommended to sanitize and validate input parameters in the /ajax.php?action=delete_member function.
CVE-2025-4359 affects the itsourcecode Gym Management System version 1.0.
Mitigation for CVE-2025-4359 includes implementing prepared statements and parameterized queries to prevent SQL injection.