SQL Injection Vulnerability in WuzhiCMS
WuzhiCMS versions up to 4.1.0 contain a SQL injection vulnerability in the article::getDataOfJson function, allowing remote attackers to execute arbitrary SQL commands via the title or master_table parameters.
CVE search metadata
CVE search record: CVE-2026-91848. Severity: high. CVSS: 7.3. KEV: no. Product: WuzhiCMS (<= 4.1.0). Brief: SQL Injection Vulnerability in WuzhiCMS. Brief link: https://feed.craftedsignal.io/briefs/2026-09-wuzhicms-sql-injection/
What's new
- 1. added detection rule: Detects CVE-2026-92380 Exploitation - SSRF in WuzhiCMS Remote Image Fetch Sep 16, 15:52 via nvd
A SQL injection vulnerability has been identified in WuzhiCMS in versions up to and including 4.1.0. The vulnerability resides within the article::getDataOfJson function, which is reachable via the endpoint /index.php?m=content&f=article&v=getDataOfJson. By manipulating the 'title' or 'master_table' arguments within an HTTP request, an unauthenticated remote attacker can inject arbitrary SQL commands. This flaw allows for potential unauthorized database access, including data exfiltration, modification, or deletion, depending on the privileges of the database user configured for the CMS. As of the disclosure date, the vulnerability is publicly documented with an available exploit, and the vendor has not yet addressed the issue. Organizations running affected WuzhiCMS instances should implement web application firewalls or similar controls to inspect incoming requests for SQL injection patterns targeting the specified endpoint.
Impact
Successful exploitation of CVE-2026-91848 allows remote, unauthenticated attackers to perform SQL injection. This can lead to complete compromise of the WuzhiCMS database, including the theft of sensitive user credentials, content, or system configuration data. The impact is significant for organizations relying on WuzhiCMS as it provides a direct vector for data exfiltration or potential persistence within the application layer.
Recommendation
- Deploy web application firewall (WAF) rules to inspect and filter incoming HTTP POST/GET requests to /index.php where the query parameters 'm=content', 'f=article', and 'v=getDataOfJson' are present, specifically monitoring the 'title' and 'master_table' fields for SQL injection payloads.
- Monitor web server logs for suspicious requests containing SQL keywords (e.g., SELECT, UNION, SLEEP, FROM) within the defined vulnerable parameters.
- If feasible, restrict access to the /index.php?m=content&f=article&v=getDataOfJson endpoint at the network or web server level until a patch is released by the vendor.
- Audit database user privileges used by the WuzhiCMS application to follow the principle of least privilege, limiting the potential impact of a successful injection attack.
Immediate actions
Deploy WAF rules or SIEM detections based on the provided Sigma rule to monitor for exploitation attempts.
Mitigations
Upgrade WuzhiCMS once a security patch is provided by the vendor.
CVE-2026-91848
Detection coverage 2
Detects CVE-2026-91848 Exploitation - SQL Injection in WuzhiCMS
highDetects potential exploitation of CVE-2026-91848 by identifying SQL injection attempts in the title or master_table parameters of the article::getDataOfJson endpoint.
Detects CVE-2026-92380 Exploitation - SSRF in WuzhiCMS Remote Image Fetch
highDetects exploitation of the SSRF vulnerability in WuzhiCMS by identifying POST requests to the index.php attachment handler containing the source[] parameter.
Detection queries are available on the platform. Get full rules →