Cyber Resilience

CVE-2025-0563

MediumPublic PoC

Published: 19 January 2025

Published
19 January 2025
Modified
28 February 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0011 28.2th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0563 is a medium-severity Injection (CWE-74) vulnerability in Anisha Fantasy-Cricket. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28.2th 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-0563 is a critical SQL injection vulnerability (CWE-74, CWE-89) in code-projects Fantasy-Cricket version 1.0. The flaw resides in an unknown function within the file /dash/update.php, where manipulation of the uname argument enables SQL injection. Published on 2025-01-19, 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).

The vulnerability is remotely exploitable over the network with low attack complexity and requires low privileges from the attacker, with no user interaction needed. Successful exploitation allows an attacker to achieve low-level impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL queries.

Advisories and details are documented in references including VulDB entries at https://vuldb.com/?ctiid.292524, https://vuldb.com/?id.292524, and https://vuldb.com/?submit.484185, as well as a GitHub issue at https://github.com/LiuSir5211314/-sir/issues/2 and the project site at https://code-projects.org/. No specific patch or mitigation steps are detailed in the available information.

The exploit has been publicly disclosed and may be used by attackers.

EU & UK References

Vulnerability details

A vulnerability was found in code-projects Fantasy-Cricket 1.0. It has been classified as critical. Affected is an unknown function of the file /dash/update.php. The manipulation of the argument uname leads to sql injection. It is possible to launch the attack…

more

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 remote SQL injection in public-facing web app (/dash/update.php) enables exploitation of the application for data access/modification.

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

CVEs Like This One

CVE-2025-0564Same product: Anisha Fantasy-Cricket
CVE-2025-15407Same vendor: Anisha
CVE-2025-7410Same vendor: Anisha
CVE-2025-1162Same vendor: Anisha
CVE-2025-15409Same vendor: Anisha
CVE-2025-15410Same vendor: Anisha
CVE-2025-7409Same vendor: Anisha
CVE-2025-7211Same vendor: Anisha
CVE-2025-7411Same vendor: Anisha
CVE-2025-7196Same vendor: Anisha

Affected Assets

anisha
fantasy-cricket
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by enforcing validation of untrusted inputs such as the 'uname' argument in /dash/update.php.

prevent

Requires identification, reporting, and correction of the specific SQL injection flaw in Fantasy-Cricket 1.0.

detect

Provides vulnerability scanning to detect the SQL injection vulnerability in the application for prioritized remediation.

References