CVE-2025-1206
Published: 12 February 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
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)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection vulnerability enables exploitation of public-facing web application (T1190) and facilitates unauthorized access to data in databases (T1213.006).