Cyber Posture

CVE-2025-1206

MediumPublic PoC

Published: 12 February 2025

Published
12 February 2025
Modified
20 February 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0001 1.2th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

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)
CWE-74CWE-89

Affected Products

codezips
gym management system
1.0

MITRE ATT&CK Enterprise Techniques

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).

References