Cyber Posture

CVE-2025-1854

MediumPublic PoC

Published: 03 March 2025

Published
03 March 2025
Modified
24 June 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.0008 23.9th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.9th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents SQL injection by requiring validation of inputs like the 'name' argument in /dashboard/admin/del_member.php.

prevent

Requires timely remediation of the specific SQL injection flaw in Codezips Gym Management System 1.0 to eliminate exploitability.

detect

Facilitates detection of the SQL injection vulnerability through regular monitoring and scanning of web applications like the affected admin dashboard.

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?

The SQL injection vulnerability in the public-facing web application (/dashboard/admin/del_member.php) enables exploitation for initial access (T1190) and facilitates arbitrary queries for data collection from the backend database (T1213.006).

NVD Description

A vulnerability was found in Codezips Gym Management System 1.0. It has been classified as critical. Affected is an unknown function of the file /dashboard/admin/del_member.php. The manipulation of the argument name leads to sql injection. It is possible to launch…

more

the attack remotely. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

CVE-2025-1854 is a critical SQL injection vulnerability affecting Codezips Gym Management System version 1.0. The flaw resides in an unknown function within the file /dashboard/admin/del_member.php, where manipulation of the "name" argument enables SQL injection. Published on 2025-03-03, 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 is linked to CWEs-74 and CWE-89.

The vulnerability is remotely exploitable by attackers possessing low privileges, such as an authenticated user with access to the admin dashboard. Exploitation requires low complexity and no user interaction, potentially allowing limited impacts on confidentiality, integrity, and availability through arbitrary SQL query execution.

Advisories from VulDB (ctiid.298122, id.298122, submit.506053) and a GitHub repository (https://github.com/yhj09/CVE/blob/main/CVE_1.md) provide additional details, including the publicly disclosed exploit that may be used by attackers. No specific patch or mitigation guidance is detailed in the available information.

Details

CWE(s)

Affected Products

codezips
gym management system
1.0

CVEs Like This One

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

References