<?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/"><channel><title>MCMS - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/mcms/</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>Sun, 09 Aug 2026 15:46:47 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/mcms/feed.xml" rel="self" type="application/rss+xml"/><item><title>SQL Injection Vulnerability in MingSoft MCMS</title><link>https://feed.craftedsignal.io/briefs/2026-08-mingsoft-mcms-sqli/</link><pubDate>Sun, 09 Aug 2026 15:46:47 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-mingsoft-mcms-sqli/</guid><description>MingSoft MCMS versions up to 3.0.6 contain a remote SQL injection vulnerability in the ms-mdiy component, allowing unauthenticated attackers to manipulate the formFields argument to execute arbitrary database queries.</description><content:encoded><![CDATA[<p>MingSoft MCMS (versions up to 3.0.6) is susceptible to a critical SQL injection vulnerability identified as CVE-2026-19355. The vulnerability resides within the ModelDataImpl.queryDiyFormData function of the ms-mdiy component. An unauthenticated remote attacker can exploit this by sending a crafted HTTP request to the /mdiy/form/data/list.do endpoint, specifically injecting malicious SQL syntax into the 'formFields' argument. Successful exploitation enables unauthorized data extraction or modification within the underlying database. The vendor has been unresponsive to disclosure efforts, and proof-of-concept exploitation material is publicly available. Defenders should prioritize auditing traffic to the identified endpoint for anomalous SQL keywords or malformed input parameters.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an unauthenticated attacker to bypass authentication controls and execute arbitrary SQL commands. Depending on the database permissions of the MCMS application, this could lead to full database compromise, exfiltration of sensitive site data, or potential modification of administrative records, resulting in total loss of application integrity.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor web application logs for HTTP requests directed at /mdiy/form/data/list.do that contain SQL control characters (e.g., single quotes, comments, UNION, SELECT) within the formFields parameter.</li>
<li>Deploy web application firewall (WAF) signatures designed to detect and block SQL injection attempts targeting the listed endpoint.</li>
<li>Restrict access to the MCMS administrative and data-processing endpoints to trusted IP ranges until a patch is applied by the vendor or internal remediation is implemented.</li>
<li>Evaluate the application's database user permissions to ensure they follow the principle of least privilege, minimizing the blast radius in the event of successful injection.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>sqli</category><category>vulnerability-management</category></item></channel></rss>