<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>WuzhiCMS (&lt;= 4.1.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/wuzhicms--4.1.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 15 Sep 2026 17:42:41 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/wuzhicms--4.1.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>SQL Injection Vulnerability in WuzhiCMS</title><link>https://feed.craftedsignal.io/briefs/2026-09-wuzhicms-sql-injection/</link><pubDate>Tue, 15 Sep 2026 17:42:41 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-wuzhicms-sql-injection/</guid><description>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.</description><content:encoded><![CDATA[<p>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&amp;f=article&amp;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.</p>
<h2 id="impact">Impact</h2>
<p>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.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>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.</li>
<li>Monitor web server logs for suspicious requests containing SQL keywords (e.g., SELECT, UNION, SLEEP, FROM) within the defined vulnerable parameters.</li>
<li>If feasible, restrict access to the /index.php?m=content&amp;f=article&amp;v=getDataOfJson endpoint at the network or web server level until a patch is released by the vendor.</li>
<li>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.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sql-injection</category><category>vulnerability</category><category>web-application</category><category>ssrf</category><category>web-vulnerability</category></item></channel></rss>