LiveActive security incident?Get immediate response
CVE Record

CVE-2025-23209: Potential RCE with a compromised security key in craft/cms

Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. This is an remote code execution (RCE) vulnerability that affects Craft 4 and 5 installs where your security key has already been compromised. Anyone running an unpatched version of Craft with a compromised security key is affected. This vulnerability has been patched in Craft 5.5.8 and 4.13.8. Users who cannot update to a patched version, should rotate their security keys and ensure their privacy to help migitgate the issue.

HighCVSS 8.1Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-23209 is a high-severity Craft CMS issue that can allow remote code execution if an attacker already has the site's security key. CISA lists it in the Known Exploited Vulnerabilities catalog, so internet-facing Craft sites should be treated as urgent, especially where secrets may have leaked.

Executive priority

Prioritize remediation for internet-facing Craft CMS sites this cycle. KEV listing raises urgency, but scope depends on whether the Craft security key was exposed or plausibly compromised.

Technical view

The issue affects Craft CMS 4 and 5 and is categorized as CWE-94 code injection. The CVSS is 8.1 with network attack vector, high complexity, low privileges, user interaction, and changed scope. Sources state patched releases are Craft 5.5.8 and 4.13.8; one affected-version entry conflicts on the Craft 5 cutoff.

Likely exposure

Exposure is most likely for Craft CMS 4 or 5 deployments below patched releases, especially public sites with reused, leaked, committed, logged, or otherwise compromised security keys.

Exploitation context

CISA KEV status supports known exploitation. Public source details indicate exploitation requires a compromised security key, so this is not described as a simple unauthenticated RCE in the supplied evidence.

Researcher notes

Do not assume all Craft sites are exploitable. Validate version, key secrecy, and deployment history. The supplied sources disagree on the Craft 5 affected cutoff, so use the GitHub advisory and vendor release guidance when confirming remediation.

Mitigation direction

  • Upgrade Craft CMS to 5.5.8, 4.13.8, or later vendor-fixed releases.
  • Rotate Craft security keys if compromise is possible or cannot be ruled out.
  • Review repositories, backups, logs, and deployment systems for exposed security keys.
  • Restrict and audit access to environment variables and secret stores.
  • Follow Craft's guidance for keeping secrets private.

Validation and detection

  • Inventory all Craft CMS 4 and 5 installations and record exact versions.
  • Confirm whether each instance is at or above the vendor-fixed release.
  • Check secret exposure history in source control, CI logs, backups, and support bundles.
  • Review web, application, and admin logs for suspicious activity around the disclosure window.
  • Confirm rotated keys are deployed consistently across all environments.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

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-23209 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
High
CVSS
8.1 (3.1)
Known Exploited
Yes
Published

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

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
5Source 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
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H1.36Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2025-23209Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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>= 5.0.0-RC1, < 5.5.5, >= 4.0.0-RC1, < 4.13.8Listed
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.