CVE-2025-1206
Published: 12 February 2025
Summary
CVE-2025-1206 is a medium-severity Injection (CWE-74) vulnerability in Codezips Gym Management System. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 1.2th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
SI-10 directly and comprehensively prevents SQL injection by validating and sanitizing inputs like the vulnerable 'id' parameter.
SI-2 mandates identification, reporting, and correction of critical flaws such as this SQL injection vulnerability through patching.
RA-5 detects this specific SQL injection CVE via vulnerability scanning and drives remediation based on assessed risk.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability enables exploitation of public-facing web application (T1190) and facilitates unauthorized access to data in databases (T1213.006).
NVD Description
A vulnerability was found in Codezips Gym Management System 1.0. It has been classified as critical. This affects an unknown part of the file /dashboard/admin/viewdetailroutine.php. The manipulation of the argument id leads to sql injection. It is possible to initiate…
more
the attack remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-1206 is a critical SQL injection vulnerability in Codezips Gym Management System 1.0, published on 2025-02-12. The flaw affects an unknown part of the file /dashboard/admin/viewdetailroutine.php, where manipulation of the 'id' argument enables SQL injection. It carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and maps to CWEs 74 and 89.
The vulnerability can be exploited remotely by an attacker with low privileges over the network with low attack complexity and no user interaction required. Successful exploitation allows arbitrary SQL query execution via the 'id' parameter, resulting in low impacts to confidentiality, integrity, and availability.
Advisories referenced on GitHub (https://github.com/sekaino-sakura/CVE/blob/main/CVE_1.md) and VulDB (https://vuldb.com/?ctiid.295143, https://vuldb.com/?id.295143, https://vuldb.com/?submit.496961) detail the issue, noting that the exploit has been publicly disclosed and may be used by attackers. No specific patch or mitigation steps are outlined in the provided description.
Details
- CWE(s)