CVE-2025-0535
Published: 17 January 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-0535 is a critical SQL injection vulnerability (CWE-74, CWE-89) in Codezips Gym Management System 1.0, affecting an unknown functionality within the file /dashboard/admin/edit_mem_submit.php. The issue arises from improper handling of the 'uid' argument, enabling SQL injection attacks.
An attacker with low privileges (PR:L) can exploit this vulnerability remotely over the network (AV:N) with low complexity (AC:L) and no user interaction required (UI:N). Successful exploitation results in low impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), as scored at CVSS 3.1 6.3 with no scope change (S:U).
Advisories on VulDB and a GitHub repository document the vulnerability, noting that the exploit has been publicly disclosed and may be used by attackers. No patches or specific mitigations are detailed in the referenced sources.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing web application (/dashboard/admin/edit_mem_submit.php) enables exploitation of public-facing apps (T1190), arbitrary SQL execution via server software component (T1505), and data collection from databases (T1213.006).