Cyber Posture

CVE-2026-3395

High

Published: 01 March 2026

Published
01 March 2026
Modified
05 March 2026
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0006 17.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3395 is a high-severity Injection (CWE-74) vulnerability in Max-3000 Maxsite Cms. Its CVSS base score is 7.3 (High).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-74

Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

addresses: CWE-74

Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.

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 v18.1

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

max-3000
maxsite cms
≤ 109.2

CVEs Like This One

CVE-2026-5562Shared CWE-74, CWE-94
CVE-2026-3300Shared CWE-94
CVE-2025-6389Shared CWE-94
CVE-2025-34277Shared CWE-94
CVE-2025-57141Shared CWE-94
CVE-2025-10679Shared CWE-94
CVE-2025-9321Shared CWE-94
CVE-2025-25789Shared CWE-94
CVE-2026-30457Shared CWE-94
CVE-2026-30460Shared CWE-94

References