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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:N1.35.8Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.7HighVector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:N
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
