<?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>MaxSite CMS (109.5) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/maxsite-cms-109.5/</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, 04 Aug 2026 22:02:07 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/maxsite-cms-109.5/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unauthenticated Remote Code Execution in MaxSite CMS via Config Injection</title><link>https://feed.craftedsignal.io/briefs/2026-08-maxsite-cms-rce/</link><pubDate>Tue, 04 Aug 2026 22:02:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-maxsite-cms-rce/</guid><description>MaxSite CMS is vulnerable to remote code execution due to improper input sanitization of the db_dbprefix parameter, allowing unauthenticated attackers to inject persistent PHP code into the database configuration file.</description><content:encoded><![CDATA[<p>MaxSite CMS contains a critical remote code execution vulnerability (CVE-2026-70553) affecting the application's installation process. An unauthenticated attacker can exploit this flaw by submitting crafted POST requests to the CMS installation endpoint, even after the initial installation is complete. By providing a specifically crafted 'db_dbprefix' parameter containing a single quote, an attacker can break out of the PHP string literal within 'application/config/database.php'. This allows for the injection and subsequent execution of arbitrary PHP code. The injected payload is written to the configuration file and is executed by the web server process during every subsequent application request, granting the attacker persistent code execution capabilities with the privileges of the web service account.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full server-side compromise, as the attacker achieves unauthenticated remote code execution. This allows for data exfiltration, lateral movement within the network, or complete takeover of the affected web application. This vulnerability poses a severe risk to any organization running an exposed MaxSite CMS instance.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch MaxSite CMS to the latest version provided by the vendor to address the improper input sanitization in the installation module.</li>
<li>Review the 'application/config/database.php' file for any anomalous PHP code or unexpected modifications to the 'db_dbprefix' variable.</li>
<li>Restrict access to the CMS installation endpoint (e.g., /install) via web application firewall or server configuration rules after the initial site setup is complete.</li>
<li>Audit web server logs for suspicious POST requests targeting installation directories that occur outside of documented deployment windows.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>web-application</category><category>cms</category><category>vulnerability</category></item></channel></rss>