CVE-2025-0803
Published: 29 January 2025
Summary
CVE-2025-0803 is a medium-severity Injection (CWE-74) vulnerability in Gymmanagementsystem Gym Management System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-0803 is a critical SQL injection vulnerability (CWE-74, CWE-89) in Codezips Gym Management System version 1.0. The flaw resides in an unknown functionality of the file /dashboard/admin/submit_plan_new.php, where manipulation of the planid argument triggers the injection.
Remote attackers require no privileges or user interaction to exploit this vulnerability, which has a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation enables limited impacts on confidentiality, integrity, and availability through arbitrary SQL query execution.
VulDB advisories (ctiid.293924, id.293924, submit.485218) document the issue, and a proof-of-concept exploit has been publicly disclosed in a GitHub repository (alc9700jmo/CVE/issues/8), increasing the risk of widespread abuse. No patch details are specified in the available references.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-1876
Vulnerability details
A vulnerability, which was classified as critical, has been found in Codezips Gym Management System 1.0. Affected by this issue is some unknown functionality of the file /dashboard/admin/submit_plan_new.php. The manipulation of the argument planid leads to sql injection. The attack…
more
may be launched remotely. The exploit has been disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated remote SQL injection in a web application component enables exploitation of public-facing apps.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by requiring validation and sanitization of untrusted inputs like the 'planid' argument before use in database queries.
Mandates timely identification, reporting, and correction of critical flaws such as this SQL injection vulnerability in the Gym Management System.
Facilitates discovery of SQL injection vulnerabilities like CVE-2025-0803 through regular scanning, enabling proactive remediation.