LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32649: Authenticated file write leads to remote code execution in october/system

October CMS is a self-hosted content management system (CMS) platform based on the Laravel PHP Framework. Prior to versions 1.0.473 and 1.1.6, an attacker with "create, modify and delete website pages" privileges in the backend is able to execute PHP code by running specially crafted Twig code in the template markup. The issue has been patched in Build 473 (v1.0.473) and v1.1.6. Those unable to upgrade may apply the patch to their installation manually as a workaround.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-32649 lets a low-privileged backend user with page management rights turn October CMS template editing into server-side code execution. For a self-hosted CMS, that can mean full compromise of the website and underlying application data. The issue is fixed in Build 473 and v1.1.6.

Executive priority

Treat this as a high-priority CMS remediation if October CMS is used. It is not described as unauthenticated or actively exploited in the provided sources, but successful abuse can lead to full website compromise by any attacker who obtains the relevant backend privileges.

Technical view

October CMS before 1.0.473 and versions 1.1.0 through before 1.1.6 allowed backend users with create, modify, and delete website page privileges to execute PHP through specially crafted Twig template markup. The CVSS 3.1 score is 8.8, with network access, low complexity, low privileges, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to self-hosted October CMS deployments running affected versions where an attacker can authenticate to the backend and has website page management privileges. Public internet exposure increases business risk, but the source bundle does not state unauthenticated exploitation.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV in the bundle. Exploitation requires backend access with page creation, modification, and deletion permissions, then abuse of Twig template markup to reach PHP execution.

Researcher notes

Focus validation on version/build confirmation and authorization boundaries around backend page editing. The weakness is classified as CWE-74 and tied to Twig template markup reaching PHP execution. Avoid assuming other October CMS components or plugins are affected unless vendor sources confirm them.

Mitigation direction

  • Upgrade October CMS to Build 473, v1.0.473, v1.1.6, or later supported releases.
  • If upgrading is delayed, apply the vendor patch manually as advised by the advisory.
  • Restrict backend page management permissions to trusted administrators only.
  • Review backend accounts and remove unnecessary page create, modify, or delete privileges.
  • Monitor October CMS vendor guidance for any additional supported remediation details.

Validation and detection

  • Inventory October CMS installations and record exact build or version numbers.
  • Confirm no production instance is below 1.0.473 or between 1.1.0 and 1.1.5.
  • Verify the vendor patch commit or equivalent update is present where upgrades were not performed.
  • Audit backend users with page management privileges for unnecessary access.
  • Review recent page template changes for unauthorized or unexpected modifications.
Prepared
Confidence
high
Sources
4

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 · low confidence lookup

CWE-74: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2021-32649 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.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/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
3Source links

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.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2021-32649Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/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
octobercmsoctober< 1.0.473, >= 1.1.0, < 1.1.6Listed
Weakness

CWE details

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

CWE-74 · source CWE mapping

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.