Cyber Resilience

CVE-2025-1206

MediumPublic PoC

Published: 12 February 2025

Published
12 February 2025
Modified
20 February 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0002 4.0th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1206 is a medium-severity Injection (CWE-74) vulnerability in Codezips Gym Management System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 4.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

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.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection vulnerability enables exploitation of public-facing web application (T1190) and facilitates unauthorized access to data in databases (T1213.006).

CVEs Like This One

CVE-2025-0231Same product: Codezips Gym Management System
CVE-2025-0881Same product: Codezips Gym Management System
CVE-2025-1854Same product: Codezips Gym Management System
CVE-2025-1188Same product: Codezips Gym Management System
CVE-2025-0535Same product: Codezips Gym Management System
CVE-2025-0541Same product: Codezips Gym Management System
CVE-2025-0562Same product: Codezips Gym Management System
CVE-2025-1856Same product: Codezips Gym Management System
CVE-2025-0532Same product: Codezips Gym Management System
CVE-2025-1959Same product: Codezips Gym Management System

Affected Assets

codezips
gym management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly and comprehensively prevents SQL injection by validating and sanitizing inputs like the vulnerable 'id' parameter.

prevent

SI-2 mandates identification, reporting, and correction of critical flaws such as this SQL injection vulnerability through patching.

detectrespond

RA-5 detects this specific SQL injection CVE via vulnerability scanning and drives remediation based on assessed risk.

References