Cyber Resilience

CVE-2025-0803

MediumPublic PoC

Published: 29 January 2025

Published
29 January 2025
Modified
11 February 2025
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0005 15.0th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0803 is a medium-severity Injection (CWE-74) vulnerability in Gymmanagementsystem Gym Management System. Its CVSS base score is 6.9 (Medium).

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

Deeper analysis

CVE-2025-0803 is a critical SQL injection vulnerability (CWE-74, CWE-89) in Codezips Gym Management System version 1.0. The flaw resides in an unknown functionality of the file /dashboard/admin/submit_plan_new.php, where manipulation of the planid argument triggers the injection.

Remote attackers require no privileges or user interaction to exploit this vulnerability, which has a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation enables limited impacts on confidentiality, integrity, and availability through arbitrary SQL query execution.

VulDB advisories (ctiid.293924, id.293924, submit.485218) document the issue, and a proof-of-concept exploit has been publicly disclosed in a GitHub repository (alc9700jmo/CVE/issues/8), increasing the risk of widespread abuse. No patch details are specified in the available references.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, has been found in Codezips Gym Management System 1.0. Affected by this issue is some unknown functionality of the file /dashboard/admin/submit_plan_new.php. The manipulation of the argument planid leads to sql injection. The attack…

more

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

CWE(s)

Related Threats

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.
Why these techniques?

Direct unauthenticated remote SQL injection in a web application component enables exploitation of public-facing apps.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-3150Shared CWE-74, CWE-89
CVE-2026-3746Shared CWE-74, CWE-89
CVE-2025-2683Shared CWE-74, CWE-89
CVE-2026-5238Shared CWE-74, CWE-89
CVE-2026-4288Shared CWE-74, CWE-89
CVE-2026-2220Shared CWE-74, CWE-89
CVE-2025-1535Shared CWE-74, CWE-89
CVE-2026-0597Shared CWE-74, CWE-89
CVE-2026-1688Shared CWE-74, CWE-89
CVE-2026-5018Shared CWE-74, CWE-89

Affected Assets

gymmanagementsystem
gym management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of untrusted inputs like the 'planid' argument before use in database queries.

preventrecover

Mandates timely identification, reporting, and correction of critical flaws such as this SQL injection vulnerability in the Gym Management System.

detect

Facilitates discovery of SQL injection vulnerabilities like CVE-2025-0803 through regular scanning, enabling proactive remediation.

References