First published: Mon Mar 03 2025(Updated: )
A vulnerability was found in Codezips Gym Management System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /dashboard/admin/gen_invoice.php. The manipulation of the argument id leads to sql injection. The attack may 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 |
---|---|---|
Gym Management System |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-1856 has been rated as critical due to its exploitation potential.
CVE-2025-1856 affects the file /dashboard/admin/gen_invoice.php, allowing SQL injection through the manipulation of the 'id' parameter.
SQL injection in CVE-2025-1856 refers to the ability of an attacker to execute arbitrary SQL commands via the vulnerable parameter.
To fix CVE-2025-1856, sanitize and validate all inputs, particularly the 'id' parameter, to prevent SQL injection attacks.
Yes, exploiting CVE-2025-1856 can potentially lead to unauthorized access to sensitive data stored in the database.