CVE-2025-0532
Published: 17 January 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-0532 is a critical SQL injection vulnerability in Codezips Gym Management System version 1.0. The issue affects an unknown function within the file /dashboard/admin/new_submit.php, where manipulation of the m_id argument enables the injection. It is remotely exploitable and has been assigned 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), with associated CWEs-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). The vulnerability was published on 2025-01-17.
An attacker with low privileges, such as an authenticated user, can exploit this vulnerability remotely with low complexity and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized access, modification, or disruption of database operations through the injected SQL payload.
Advisories referenced in sources like VulDB and a GitHub issue (TIANN0/CVE #1) disclose the vulnerability details and proof-of-concept exploit, which has been made public and may be actively used by attackers. No specific patches or mitigation steps are detailed in the available references.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing web application (/dashboard/admin/new_submit.php) enables exploitation of public-facing applications (T1190), abuse of server software components for execution (T1505 as noted in advisory), and unauthorized data collection from databases (T1213.006) via arbitrary SQL queries.