LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0087: Swifty Page Manager <= 3.0.1 - Authenticated (Administrator+) Stored Cross-Site Scripting

The Swifty Page Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘spm_plugin_options_page_tree_max_width’ parameter in versions up to, and including, 3.0.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-0087 is a stored cross-site scripting issue in the Swifty Page Manager WordPress plugin. An administrator-level user could save script content through a plugin option, causing it to run later for users viewing the affected page. The issue is limited to multisite installations or sites where unfiltered_html is disabled.

Executive priority

Treat as a moderate-priority WordPress hygiene issue. It is constrained by administrator privileges, but stored XSS can still damage trust, alter user experience, and amplify the impact of compromised admin accounts.

Technical view

The vulnerability is CWE-79 in Swifty Page Manager through 3.0.1, involving insufficient sanitization and output escaping of spm_plugin_options_page_tree_max_width. It requires network access and administrator-level privileges, with scope changed and limited confidentiality and integrity impact. Availability impact is not indicated.

Likely exposure

Exposure is likely limited to WordPress environments running Swifty Page Manager up to 3.0.1, especially multisite deployments or hardened sites disabling unfiltered_html. Risk is higher where many administrators exist or administrator accounts may be compromised.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Abuse requires administrator-level access, so this is not a typical unauthenticated mass-exploitation issue. The business concern is persistence of unwanted script behavior inside trusted WordPress administration or page-rendering contexts.

Researcher notes

Focus review on the page tree maximum width option and how the plugin stores and renders it. The source bundle identifies the vulnerable parameter and links WordPress Trac evidence, but does not provide a named fixed version or active exploitation evidence.

Mitigation direction

  • Inventory WordPress sites for Swifty Page Manager up to 3.0.1.
  • Check vendor or plugin repository guidance for an updated fixed release.
  • Restrict administrator access to trusted, MFA-protected accounts.
  • Remove the plugin if it is unused or cannot be safely updated.
  • Review plugin settings for unexpected saved values.

Validation and detection

  • Confirm whether Swifty Page Manager is installed and enabled.
  • Record installed plugin version across production and staging WordPress sites.
  • Check whether the site is multisite or has unfiltered_html disabled.
  • Review administrative audit logs for recent plugin option changes.
  • Inspect affected plugin option values for unexpected script-like content.
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-2023-0087 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
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/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
4Source 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
5.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2023-0087Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/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
swiftylifeSwifty Page Manager0unaffected
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.