LiveActive security incident?Get immediate response
CVE Record

CVE-2024-1590: Page Builder: Pagelayer – Drag and Drop website builder <= 1.8.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via Button

The Page Builder: Pagelayer – Drag and Drop website builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Button Widget in all versions up to, and including, 1.8.2 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-1590 affects the Pagelayer WordPress page builder plugin through version 1.8.2. A logged-in user with Contributor-level access or higher can save malicious script in a Button Widget. That script runs when someone views the affected page, creating account, content, and site-trust risk.

Executive priority

Treat as a moderate-priority website integrity issue. Patch during the next normal security maintenance window, sooner for sites with many content contributors or any suspected account compromise.

Technical view

This is a stored cross-site scripting issue in Pagelayer's Button Widget, caused by insufficient sanitization and output escaping of user-supplied attributes. The CVSS v3.1 score is 4.6. Exploitation requires network access, low privileges, and user interaction by a page visitor.

Likely exposure

Exposure is most likely on WordPress sites running Pagelayer 1.8.2 or older, especially where Contributor, Author, Editor, or Administrator accounts are broadly assigned or compromised.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Abuse requires authenticated WordPress access and a victim viewing an injected page, limiting scale but making insider or compromised-account scenarios relevant.

Researcher notes

The CVE maps to CWE-79 and describes stored XSS through user-controlled Button Widget attributes. The provided references indicate the vulnerable range but do not provide safe exploit details here. Validate with version inventory and content review rather than offensive reproduction.

Mitigation direction

  • Update Pagelayer to a version newer than 1.8.2 if vendor guidance confirms availability.
  • Check WordPress.org plugin and vendor guidance for the current fixed release.
  • Restrict Contributor-level and higher accounts to trusted users only.
  • Review and remove unnecessary WordPress accounts with content-editing permissions.
  • Inspect existing Pagelayer Button Widgets for unexpected script-like content.

Validation and detection

  • Inventory WordPress sites using Pagelayer and record installed versions.
  • Flag any Pagelayer installation at version 1.8.2 or older.
  • Review pages containing Pagelayer Button Widgets for suspicious attributes or scripts.
  • Audit recent content changes by Contributor-level or higher users.
  • Check security logs for unusual page edits or unexpected script execution reports.
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 · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2024-1590 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
Medium
CVSS
4.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/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
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
4.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N2.12.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.6Medium
CVSS 3.1 vector shape for CVE-2024-1590Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/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
softaculousPage Builder: Pagelayer – Drag and Drop website builder0unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.