CVE-2025-8439
7.3code-projects · Wazifa System
A SQL injection vulnerability in the code-projects Wazifa System 1.0 allows remote attackers to execute arbitrary SQL queries via the Password argument in /controllers/updatesettings.php.
Executive summary
A remote SQL injection vulnerability in code-projects Wazifa System version 1.0 poses a significant risk of unauthorized database manipulation.
Vulnerability
This vulnerability is a SQL Injection (CWE-89) flaw within the /controllers/updatesettings.php file. It allows an unauthenticated remote attacker to inject malicious SQL commands through the Password parameter, potentially compromising the integrity of the backend database.
Business impact
The ability for an unauthenticated attacker to perform SQL injection can lead to the unauthorized disclosure, modification, or deletion of sensitive application data. Given the CVSS score of 7.3, this represents a high-severity risk that could result in significant data breaches, loss of system integrity, and potential administrative account compromise within the Wazifa platform.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict network access to the vulnerable endpoint and consider disabling the affected functionality until a vendor update is released.
Proactive Monitoring: Monitor database query logs for unusual patterns, such as unexpected syntax or commands originating from the /controllers/updatesettings.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the Password parameter.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the referenced GitHub issue (https://github.com/wllovemy/cve/issues/14).
Analyst recommendation
Due to the availability of a public proof-of-concept and the lack of a vendor-supplied patch, this vulnerability presents an immediate and credible threat. Organizations currently utilizing Wazifa System 1.0 must prioritize the implementation of compensating controls, such as WAF filtering, to mitigate the risk of unauthorized database access until an official security update is provided by the vendor.
More code-projects CVEs
Sources
Originally found and disclosed by wllovemy (VulDB User), per the CVE Program record.
- VDB-318467 | code-projects Wazifa System updatesettings.php sql injection Vulnerability database entry
- VDB-318467 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #625557 | code-projects Wazifa System V1.0 SQL injection Third-party advisory
- Exploit / PoC
- code-projects.org