Cyber Resilience

CVE-2026-3395

Medium

Published: 01 March 2026

Published
01 March 2026
Modified
05 March 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0049 38.0th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3395 is a medium-severity Injection (CWE-74) vulnerability in Max-3000 Maxsite Cms. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 38.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-3395 is a code injection vulnerability in MaxSite CMS versions up to and including 109.1, stemming from unsafe usage of the eval() function in the file application/maxsite/admin/plugins/editor_markitup/preview-ajax.php within the MarkItUp Preview AJAX Endpoint component. This flaw, associated with CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-94 (Improper Control of Generation of Code), allows arbitrary code execution when malicious input is processed.

Remote attackers can exploit this vulnerability without authentication or user interaction, as indicated by its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). By sending crafted requests to the affected endpoint, attackers can inject and execute arbitrary code, potentially leading to limited impacts on confidentiality, integrity, and availability.

Mitigation involves upgrading to MaxSite CMS version 109.2, which includes the fixing commit 08937a3c5d672a242d68f53e9fccf8a748820ef3 available on the project's GitHub repository. Advisories from VulDB note that the code maintainer was informed in advance and responded promptly and professionally to address the issue.

An exploit for this vulnerability has been publicly disclosed and may be actively used in the wild.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A flaw has been found in MaxSite CMS up to 109.1. This impacts the function eval of the file application/maxsite/admin/plugins/editor_markitup/preview-ajax.php of the component MarkItUp Preview AJAX Endpoint. Executing a manipulation can lead to code injection. It is possible to launch…

more

the attack remotely. The exploit has been published and may be used. Upgrading to version 109.2 will fix this issue. This patch is called 08937a3c5d672a242d68f53e9fccf8a748820ef3. You should upgrade the affected component. The code maintainer was informed beforehand about the issues. He reacted very fast and highly professional.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Remote unauthenticated code injection (eval) in public-facing MaxSite CMS web app directly enables T1190 for arbitrary code execution on the server.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-5562Shared CWE-74, CWE-94
CVE-2026-7703Shared CWE-74, CWE-94
CVE-2025-54451Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2025-52385Shared CWE-94
CVE-2024-40489Shared CWE-94
CVE-2025-59059Shared CWE-94
CVE-2025-54466Shared CWE-94
CVE-2026-23498Shared CWE-94
CVE-2024-11976Shared CWE-94

Affected Assets

max-3000
maxsite cms
≤ 109.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs to the preview-ajax.php endpoint before they reach the unsafe eval() call, blocking the code-injection vector.

prevent

Enforces authentication and authorization checks on the MarkItUp Preview AJAX endpoint so unauthenticated remote attackers cannot reach the vulnerable code path.

prevent

Mandates timely application of the published patch (commit 08937a3) that removes the unsafe eval() usage in version 109.2.

References