Description
MaxSite CMS 109.5 and earlier contains an authentication bypass vulnerability in the AJAX dispatcher that allows unauthenticated attackers to access admin-gated endpoints by supplying any X-Requested-With header and requesting a base64-encoded path resolving to any *-ajax.php file in the codebase. Attackers can exploit this dispatcher bypass to reach privileged plugin endpoints without credentials, enabling actions such as manipulating poll states and vote counts, and amplifying the impact of any dangerous operation performed by admin-only ajax files across the plugin tree.
Published: 2026-08-04
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This flaw allows an attacker to bypass authentication by sending an X-Requested-With header and a base64‑encoded path pointing to any *-ajax.php file in the codebase. The ability to call admin‑gated AJAX endpoints without credentials lets an attacker perform privileged actions such as changing poll states and manipulating vote counts. The flaw is a classic missing authentication issue (CWE‑306) and poses serious confidentiality, integrity, and availability risks because any dangerous operation contained in admin‑only AJAX files can be executed by an unauthenticated user.

Affected Systems

The vulnerability affects MaxSite CMS 109.5 and all earlier releases. No exact version range is provided, so all builds at or below 109.5 are potentially impacted.

Risk and Exploitability

The CVSS score of 9.3 indicates a high severity with a broad impact scope. The EPSS score is not available, but the absence of a KEV listing does not reduce the likelihood of exploitation in practice. Attackers can simply craft an HTTP request with the appropriate headers and payload path, without needing any credentials or pre‑existing access. This straightforward web‑based bypass makes exploitation highly probable for any exposed instance of the affected CMS.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MaxSite CMS to version 109.6 or later, which removes the vulnerable AJAX dispatcher.
  • If an upgrade is not feasible, configure the web server to block requests containing the X‑Requested‑With header or delete the ajax.php files from the public directory.
  • Apply any vendor‑issued security patches for the affected CMS releases and enable authentication protection on all admin‑only AJAX endpoints.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 22:30: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 109.5 and earlier contains an authentication bypass vulnerability in the AJAX dispatcher that allows unauthenticated attackers to access admin-gated endpoints by supplying any X-Requested-With header and requesting a base64-encoded path resolving to any *-ajax.php file in the codebase. Attackers can exploit this dispatcher bypass to reach privileged plugin endpoints without credentials, enabling actions such as manipulating poll states and vote counts, and amplifying the impact of any dangerous operation performed by admin-only ajax files across the plugin tree.
Title MaxSite CMS 109.5 Unauthenticated AJAX Dispatcher Bypass via ajax.php
Weaknesses CWE-306
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:01:43.496Z

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

Link: CVE-2026-70552

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T22:15:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function