LiveActive security incident?Get immediate response
CVE Record

CVE-2025-32432: Craft CMS Allows Remote Code Execution

Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. Starting from version 3.0.0-RC1 to before 3.9.15, 4.0.0-RC1 to before 4.14.15, and 5.0.0-RC1 to before 5.6.17, Craft is vulnerable to remote code execution. This is a high-impact, low-complexity attack vector. This issue has been patched in versions 3.9.15, 4.14.15, and 5.6.17, and is an additional fix for CVE-2023-41892.

CriticalCVSS 10Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

Security readout for executives and security teams

Plain-English summary

CVE-2025-32432 lets an unauthenticated attacker execute code on vulnerable Craft CMS sites. It is critical because affected systems are often public websites and the vendor has patched it. CISA KEV and SensePost support known in-the-wild exploitation, so exposed Craft CMS instances need urgent attention.

Executive priority

Treat this as an emergency patch-and-verify item for any Craft CMS estate. The combination of remote code execution, no authentication requirement, critical CVSS score, available patches, and KEV-backed exploitation creates material business risk for public websites and adjacent systems.

Technical view

Craft CMS versions 3.0.0-RC1 to before 3.9.15, 4.0.0-RC1 to before 4.14.15, and 5.0.0-RC1 to before 5.6.17 are affected by CWE-94 remote code execution. The CVSS 3.1 score is 10.0 with network, low-complexity, no-authentication, no-user-interaction characteristics. This is described as an additional fix for CVE-2023-41892.

Likely exposure

Highest exposure is internet-facing Craft CMS deployments running affected 3.x, 4.x, or 5.x versions before the patched releases. Internal Craft CMS instances are also relevant if reachable by untrusted users or compromised hosts. The bundle does not identify affected plugins, hosting providers, or specific configurations beyond Craft CMS version ranges.

Exploitation context

Active exploitation is supported by CISA KEV listing and a SensePost report describing an in-the-wild campaign using Craft CMS RCE. The provided bundle does not quantify campaign scale, attacker identity, or universal compromise indicators. Treat vulnerable public instances as high-priority until patched and reviewed.

Researcher notes

Focus validation on version evidence, reachability, and compromise assessment. The source bundle supports known exploitation but does not provide safe, complete detection logic or IOCs. Use vendor advisory, commit, and branch changelogs to understand the fix, and avoid assuming unrelated Craft CMS versions or plugins are affected.

Mitigation direction

  • Upgrade Craft CMS to 3.9.15, 4.14.15, 5.6.17, or later supported releases.
  • Prioritize public Craft CMS instances and systems handling sensitive content or credentials.
  • Review the Craft advisory and matching branch changelog before rollout.
  • Assess potentially compromised hosts before returning them fully to service.
  • Monitor for post-exploitation activity after patching exposed systems.

Validation and detection

  • Inventory all Craft CMS deployments and record exact installed versions.
  • Confirm affected branches are upgraded past the fixed version thresholds.
  • Review exposure paths for public or untrusted network access.
  • Check web, application, and host logs for suspicious activity around exploitation windows.
  • Verify patch deployment in production, staging, and disaster recovery environments.
Prepared
Reviewed
Confidence
high
Sources
8

Michael Williams reviewed this cited source version on .

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-32432 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
10 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
8Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
10CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L3.96Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

10Critical
CVSS 3.1 vector shape for CVE-2025-32432Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
craftcmscms>= 3.0.0-RC1, < 3.9.15, >= 4.0.0-RC1, < 4.14.15, >= 5.0.0-RC1, < 5.6.17Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.