Description
MaxSite CMS through 109.6 contains a local file inclusion vulnerability in the ajax and require-maxsite dispatchers that allows unauthenticated attackers to execute privileged handler files by supplying base64-encoded path traversal sequences. Attackers can bypass path validation checks and execute admin-gated handler actions without authentication to access sensitive functionality.
Published: 2026-09-09
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MaxSite CMS up to version 109.6 is affected by a local file inclusion flaw that permits unauthenticated attackers to execute privileged handler files by supplying base64‑encoded path traversal sequences. The vulnerability bypasses existing path validation checks and allows execution of admin‑gated actions without authentication, potentially exposing sensitive functionality and data. This flaw qualifies as a remote code execution risk as attackers can run arbitrary code on the host system.

Affected Systems

The vulnerability affects the MaxSite CMS product from the vendor MaxSite. It is present in all releases up to and including version 109.6. No specific sub‑versions are listed beyond the major release. Users running any version of MaxSite CMS that has not been updated past 109.6 are impacted.

Risk and Exploitability

The CVSS score is 8.8, indicating a high likelihood of exploitation and significant impact if compromised. The EPSS score is not available, so the current exploitation probability cannot be estimated beyond the high CVSS rating. The vulnerability is not listed in the CISA KEV catalog, but attackers can still exploit it via HTTP requests to the ajax dispatcher endpoint. The likely attack vector involves sending a crafted request to the ajax endpoint with a base64‑encoded payload that contains a path traversal sequence; based on the description, it is inferred that the attacker submits the payload over an unauthenticated connection.

Generated by OpenCVE AI on September 9, 2026 at 18:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MaxSite CMS to the latest version that includes a fix for the ajax and require‑maxsite dispatchers.
  • If an upgrade cannot be performed immediately, configure the web server or application firewall to block unauthenticated access to the ajax dispatcher endpoint and require authentication before processing such requests.
  • Review the application code for path traversal checks, ensuring that base64‑encoded inputs are properly decoded and validated against allowed directories, following best practices for input validation and defensive programming (CWE‑98).

Generated by OpenCVE AI on September 9, 2026 at 18:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 09 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Description MaxSite CMS through 109.6 contains a local file inclusion vulnerability in the ajax and require-maxsite dispatchers that allows unauthenticated attackers to execute privileged handler files by supplying base64-encoded path traversal sequences. Attackers can bypass path validation checks and execute admin-gated handler actions without authentication to access sensitive functionality.
Title MaxSite CMS through 109.6 Local File Inclusion via ajax dispatcher
First Time appeared Max-3000
Max-3000 maxsite Cms
Weaknesses CWE-98
CPEs cpe:2.3:a:max-3000:maxsite_cms:*:*:*:*:*:*:*:*
Vendors & Products Max-3000
Max-3000 maxsite Cms
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Max-3000 Maxsite Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-09T18:08:20.929Z

Reserved: 2026-09-09T16:12:19.611Z

Link: CVE-2026-87927

cve-icon Vulnrichment

Updated: 2026-09-09T18:08:17.533Z

cve-icon NVD

Status : Deferred

Published: 2026-09-09T17:17:53.520

Modified: 2026-09-09T20:14:00.420

Link: CVE-2026-87927

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T18:30:13Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')