← Back to search

CVE-2026-70553

9.8 CRITICALpublic exploit available

Published 2026-08-04 · Updated 2026-08-05

AI risk analysis

Summary
The flaw allows unauthenticated attackers to inject arbitrary PHP code into the application configuration file via crafted POST requests, leading to persistent remote code execution.
Exploitability
Exploitation is relatively straightforward once the install endpoint is accessed after installation completion; attackers need only submit a malicious db_dbprefix value.
Blast radius
If exploited, this vulnerability could result in full control over the web server and application, potentially leading to data theft or system compromise.
Prioritized remediation
Update MaxSite CMS to the latest version that addresses this vulnerability immediately.
rcewebcmsunauthphp

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

MaxSite CMS contains a remote code execution vulnerability that allows unauthenticated attackers to inject arbitrary PHP code into the application configuration file by submitting crafted POST requests to the install endpoint after installation is complete. Attackers can supply a malicious db_dbprefix value containing a single quote to break out of a PHP string literal in application/config/database.php, appending attacker-controlled PHP statements that are executed by the web server on every subsequent request, resulting in persistent unauthenticated remote code execution as the web-server process user.

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Weaknesses

CWE-94

Public exploit & PoC references

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.