Skip to content
Threat Feed
high advisory

Local File Inclusion in MaxSite CMS via Ajax Dispatchers

MaxSite CMS versions up to 109.6 contain a local file inclusion vulnerability in its ajax and require-maxsite dispatchers allowing unauthenticated attackers to execute arbitrary privileged handlers.

CVE search metadata

CVE search record: CVE-2026-87927. Severity: high. CVSS: 8.2. KEV: no. Product: MaxSite CMS (<= 109.6). Brief: Local File Inclusion in MaxSite CMS via Ajax Dispatchers. Brief link: https://feed.craftedsignal.io/briefs/2026-09-maxsite-lfi/

MaxSite CMS versions up to and including 109.6 are affected by a critical local file inclusion (LFI) vulnerability residing within the system's ajax and require-maxsite dispatchers. This flaw allows unauthenticated, remote attackers to bypass existing path validation mechanisms by supplying base64-encoded path traversal sequences. By successfully manipulating these request parameters, an adversary can force the application to load and execute internal, privileged handler files. Because these handlers often contain administrative functionality, successful exploitation grants the attacker unauthorized access to sensitive application features or administrative actions that should remain gated behind proper authentication. Defenders should prioritize patching, as this vulnerability provides a direct pathway for unauthenticated remote code execution or privilege escalation depending on the target handler logic.

Impact

Successful exploitation of CVE-2026-87927 allows unauthenticated attackers to bypass security boundaries and execute privileged administrative functions within the MaxSite CMS environment. This can lead to full administrative takeover, unauthorized access to sensitive data, and potential remote code execution by leveraging internal handler scripts.

Recommendation

  • Upgrade MaxSite CMS to a version beyond 109.6 immediately as soon as a security patch is provided by the vendor.
  • Implement strict input validation on all ajax and require-maxsite endpoints to detect and reject base64-encoded strings or character sequences indicative of path traversal (e.g., ../, ..).
  • Deploy WAF rules to identify and block incoming HTTP requests containing base64-encoded strings in parameters targeting the /ajax/ or /require-maxsite/ URI paths.

Immediate actions

Patch MaxSite CMS to version > 109.6

IT Operations 48h

Threat Hunt

Search web logs for base64 strings in parameters to ajax or require-maxsite endpoints

T1210 medium medium confidence hunt now

Data: webserver access logs

Mitigations

WAF block of suspicious base64 encoded path traversal in CMS dispatchers

immediate SOC

CVE-2026-87927

Detection coverage 1

Detects CVE-2026-87927 Exploitation - LFI via Ajax Dispatcher

high

Detects potential LFI attempts by identifying base64-encoded path traversal sequences in ajax or require-maxsite dispatching endpoints.

sigma tactics: initial_access techniques: T1210 sources: webserver

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