Cyber Posture

CVE-2025-0535

MediumPublic PoC

Published: 17 January 2025

Published
17 January 2025
Modified
22 April 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.0011 29.3th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

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)
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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

References