Cyber Resilience

CVE-2025-1210

MediumPublic PoC

Published: 12 February 2025

Published
12 February 2025
Modified
19 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.0013 31.7th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1210 is a medium-severity Injection (CWE-74) vulnerability in Anisha Wazifa System. 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 31.7th 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).

Deeper analysis

CVE-2025-1210 is a SQL injection vulnerability (CWE-74, CWE-89) affecting code-projects Wazifa System 1.0. The issue resides in an unknown functionality within the file /controllers/control.php, where manipulation of an argument enables SQL injection. Published on 2025-02-12, 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), though described as critical in advisories.

The vulnerability can be exploited remotely by an authenticated attacker with low privileges (PR:L). Successful exploitation allows limited impacts on confidentiality, integrity, and availability through SQL injection, potentially enabling unauthorized data access, modification, or disruption within the application's database.

Advisories from VulDB (ctiid.295147, id.295147, submit.497357) document the issue, with additional details at code-projects.org and a GitHub proof-of-concept at github.com/nanguawuming/CVE2/blob/main/cve3.pdf. No specific patches or mitigations 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 classified as critical was found in code-projects Wazifa System 1.0. Affected by this vulnerability is an unknown functionality of the file /controllers/control.php. The manipulation of the argument to leads to sql injection. The attack can be launched remotely.…

more

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection vulnerability in web application (/controllers/control.php) enables remote exploitation of public-facing applications (T1190) and facilitates unauthorized data collection from databases (T1213.006).

CVEs Like This One

CVE-2025-7196Same vendor: Anisha
CVE-2025-7198Same vendor: Anisha
CVE-2025-7197Same vendor: Anisha
CVE-2025-0527Same vendor: Anisha
CVE-2025-0934Same vendor: Anisha
CVE-2025-15408Same vendor: Anisha
CVE-2025-0347Same vendor: Anisha
CVE-2025-0168Same vendor: Anisha
CVE-2025-7587Same vendor: Anisha
CVE-2025-15407Same vendor: Anisha

Affected Assets

anisha
wazifa system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validation of user inputs, directly preventing SQL injection exploitation by rejecting or sanitizing manipulated arguments to /controllers/control.php.

prevent

SI-2 mandates timely flaw remediation, including patching the SQL injection vulnerability in Wazifa System 1.0 to eliminate the root cause.

preventdetect

RA-5 provides vulnerability scanning and monitoring to detect SQL injection flaws like CVE-2025-1210 and prioritize their remediation.

References