LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52206: WordPress Page Builder: Live Composer Plugin <= 1.5.25 is vulnerable to PHP Object Injection

Deserialization of Untrusted Data vulnerability in Live Composer Team Page Builder: Live Composer live-composer-page-builder.This issue affects Page Builder: Live Composer: from n/a through 1.5.25.

HighCVSS 7.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a high-severity WordPress plugin issue in Page Builder: Live Composer through version 1.5.25. A highly privileged user could trigger unsafe PHP object deserialization, potentially affecting confidentiality and integrity. The sources do not show active exploitation or a confirmed fixed version.

Executive priority

Treat this as a priority for WordPress estates using the plugin, especially public business sites. The issue requires high privileges, but successful abuse could affect sensitive content and site integrity. Confirm exposure first, then remediate or remove the plugin according to vendor guidance.

Technical view

CVE-2023-52206 is CWE-502 deserialization of untrusted data in live-composer-page-builder. CVSS 3.1 is 7.7: network reachable, high attack complexity, high privileges required, no user interaction, changed scope, high confidentiality and integrity impact, no availability impact.

Likely exposure

Exposure is limited to WordPress installations running Page Builder: Live Composer through 1.5.25. The CVSS vector indicates exploitation requires high privileges, so compromised or malicious privileged WordPress accounts are the key exposure path.

Exploitation context

The provided bundle lists KEV as false and gives no cited evidence of active exploitation. Because privileges and attack complexity are high, this is less likely to be broad unauthenticated scanning, but it remains serious on sites with weak admin controls.

Researcher notes

Evidence is sparse in the provided sources. The affected range is described as through 1.5.25, with no CPEs and no explicit fixed version in the bundle. CVSS privileges-required high should guide validation and risk ranking.

Mitigation direction

  • Inventory WordPress sites for live-composer-page-builder through version 1.5.25.
  • Check vendor and Patchstack guidance for a patched release or supported mitigation.
  • Remove or disable the plugin where it is not business-critical.
  • Restrict and review privileged WordPress accounts on affected sites.
  • Prioritize MFA and least privilege for WordPress administrators.

Validation and detection

  • Confirm installed plugin name, slug, and version on each WordPress site.
  • Identify sites running Page Builder: Live Composer version 1.5.25 or earlier.
  • Review privileged account activity for unexpected plugin or content changes.
  • Verify whether vendor guidance names a safe upgraded version.
  • Document exceptions where the plugin cannot be removed or upgraded.
Prepared
Confidence
medium
Sources
3

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

CVE-2023-52206 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
7.7 (3.1)
Known Exploited
No
Published

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

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
2Source 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
7.7CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:N1.35.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.7High
CVSS 3.1 vector shape for CVE-2023-52206Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
Live Composer TeamPage Builder: Live Composerlive-composer-page-builder, n/aunaffected
Weakness

CWE details

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

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.