Cyber Posture

CVE-2025-1959

HighPublic PoC

Published: 04 March 2025

Published
04 March 2025
Modified
03 April 2025
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0016 36.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1959 is a high-severity Injection (CWE-74) vulnerability in Codezips Gym Management System. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 36.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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. 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 validating and sanitizing untrusted inputs like login_id and login_key before database queries.

prevent

Mandates timely patching and remediation of the specific SQL injection flaw in /change_s_pwd.php of the Gym Management System.

prevent

Boundary protection mechanisms like web application firewalls block remote SQL injection payloads targeting the vulnerable endpoint.

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

Unauthenticated SQL injection in public-facing PHP web application (/change_s_pwd.php) enables exploitation of public-facing applications (T1190), abuse of server software components (T1505), and collection from databases via arbitrary queries (T1213.006).

NVD Description

A vulnerability, which was classified as critical, was found in Codezips Gym Management System 1.0. Affected is an unknown function of the file /change_s_pwd.php. The manipulation of the argument login_id/login_key leads to sql injection. It is possible to launch the…

more

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

Deeper analysisAI

CVE-2025-1959 is a critical SQL injection vulnerability (CWE-74, CWE-89) in Codezips Gym Management System 1.0, published on 2025-03-04. The issue resides in an unknown function within the file /change_s_pwd.php, where manipulation of the login_id and login_key arguments enables SQL injection.

Attackers can exploit this vulnerability remotely without authentication or user interaction, as indicated by its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Unauthenticated remote attackers require only low attack complexity to inject malicious SQL payloads, potentially achieving limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or service disruption.

References, including VulDB entries (vuldb.com/?ctiid.298560, vuldb.com/?id.298560, vuldb.com/?submit.510782) and a GitHub repository (github.com/CContinueee/CVE/blob/main/CVE_1.md), confirm that the exploit has been publicly disclosed and may be used. No specific patches or mitigation steps are detailed in the available information.

The public disclosure of the exploit increases the risk of active exploitation against unpatched instances of the affected software.

Details

CWE(s)

Affected Products

codezips
gym management system
1.0

CVEs Like This One

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-0535Same product: Codezips Gym Management System
CVE-2025-1188Same product: Codezips Gym Management System
CVE-2025-0231Same product: Codezips Gym Management System
CVE-2025-1854Same product: Codezips Gym Management System
CVE-2025-1206Same product: Codezips Gym Management System
CVE-2025-0881Same product: Codezips Gym Management System
CVE-2025-2847Same product: Codezips Gym Management System

References