Skip to content
Threat Feed
critical advisory PoC updated

Unauthenticated Remote Code Execution in MaxSite CMS via Config Injection

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.

What's new

  • 1. poc_available; added CVE-2026-70552 Aug 6, 16:38 via sploitus
  • 2. added coverage for MaxSite CMS (109.5) Aug 5, 02:03 via nvd
  • 3. added CVE-2026-70554 Aug 4, 22:02 via nvd

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.

Impact

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.

Recommendation

  • Patch MaxSite CMS to the latest version provided by the vendor to address the improper input sanitization in the installation module.
  • Review the 'application/config/database.php' file for any anomalous PHP code or unexpected modifications to the 'db_dbprefix' variable.
  • 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.
  • Audit web server logs for suspicious POST requests targeting installation directories that occur outside of documented deployment windows.

Immediate actions

Deploy the Sigma rule to detect POST requests to the install endpoint with anomalous characters.

Detection Engineering 24h

Mitigations

Disable or block access to the CMS installation path in the web server configuration.

immediate IT Operations

CVE-2026-70553

Detection coverage 1

Detects CVE-2026-70553 Exploitation - POST Request with Malicious db_dbprefix

critical

Detects exploitation of CVE-2026-70553 by identifying POST requests to the install endpoint containing a single quote in the db_dbprefix parameter, which is characteristic of the injection vector.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →

Indicators of compromise

1

url

TypeValue
urlhttps://sploitus.com/exploit?id=2FCD7081-4746-5C48-84DA-7F1228A2481C