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.
Published: 2026-08-04
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MaxSite CMS includes a remote code execution flaw that permits an attacker to inject arbitrary PHP code into the application configuration file. By crafting a POST request to the install endpoint after the software is installed, an unauthenticated user can supply a malicious db_dbprefix value containing a single quote that breaks out of a PHP string in application/config/database.php. The injected PHP code is then executed by the web server on every subsequent request, giving persistent, unauthenticated control as the web‑server process user.

Affected Systems

The vulnerability affects MaxSite CMS distributed by MaxSite. No specific version range is listed, so any deployed instance of this CMS could be vulnerable until an update is applied.

Risk and Exploitability

The CVSS score of 9.3 indicates a critical severity. EPSS data is not available, and the vulnerability is not yet listed in the CISA KEV catalog. The attack does not require authentication or privileged access; an unauthenticated attacker can reach the vulnerable install endpoint directly after installation, making exploitation straightforward once the endpoint remains active.

Generated by OpenCVE AI on August 4, 2026 at 21:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or update to a fixed version of MaxSite CMS immediately.
  • If a patch is not yet available, disable or remove the install endpoint script from the web root to block unauthenticated access.
  • Modify file permissions so that the web‑server process cannot write to application/config/database.php and verify that the configuration file is not writable by unprivileged users.

Generated by OpenCVE AI on August 4, 2026 at 21:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Maxsite
Maxsite maxsite Cms
Vendors & Products Maxsite
Maxsite maxsite Cms

Tue, 04 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
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.
Title MaxSite CMS Unauthenticated RCE via Install Endpoint
Weaknesses CWE-94
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Maxsite Maxsite Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-04T20:04:38.632Z

Reserved: 2026-08-04T19:19:05.906Z

Link: CVE-2026-70553

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T21:45:04Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')