CVE-2025-70397
8.8jizhicms · jizhicms
jizhicms 2.5.6 is vulnerable to SQL injection in the Article/deleteAll and Extmolds/deleteAll functions via the data parameter.
Executive summary
A critical SQL injection vulnerability in jizhicms 2.5.6 allows authenticated administrators to achieve total system compromise.
Vulnerability
This vulnerability is a SQL injection flaw located within the Article/deleteAll and Extmolds/deleteAll functions. It requires high privileges (administrative access) to trigger the malicious payload via the data parameter.
Business impact
The ability to execute arbitrary SQL commands poses a severe risk to the confidentiality, integrity, and availability of the application database. Given the CVSS score of 8.8, this vulnerability allows an attacker to potentially exfiltrate sensitive data, modify system configurations, or delete critical records, leading to significant operational disruption and data breach risks.
Remediation
Immediate Action: Since a specific patch is currently unknown, administrators should restrict access to the administrative interface and monitor for suspicious input in the Article/deleteAll and Extmolds/deleteAll endpoints.
Proactive Monitoring: Review web server and application logs for anomalous characters or SQL syntax patterns, such as UNION or SELECT statements, within the data parameter of the identified endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection attempts directed at the administrative modules of the jizhicms platform.
Exploitation status
Public Exploit Available: No (There is no confirmed published weaponized exploit or public PoC repository in the provided data).
Analyst recommendation
Organizations utilizing jizhicms version 2.5.6 must prioritize the restriction of administrative access to trusted networks and implement strict input validation for the affected parameters. Security teams should maintain vigilance for vendor updates and apply the official patch as soon as it becomes available to remediate this high-severity risk.