Security readout for executives and security teams
Plain-English summary
This is a stored cross-site scripting issue in the WordPress Launchpad plugin through version 1.0.13. An authenticated administrator can save script content into plugin settings, causing code to run when affected pages are viewed. The source says exposure is limited to multisite installs and installs where unfiltered_html is disabled.
Executive priority
Treat as a moderate cleanup and hardening issue, not an emergency based on the provided evidence. Prioritize sites that are public-facing, multisite, or have many administrator accounts, especially where admin credential compromise is a credible scenario.
Technical view
CVE-2023-0295 is CWE-79 in Launchpad by Obox, caused by insufficient input sanitization and output escaping across several settings parameters. CVSS 3.1 is 5.5 with network access, low complexity, high privileges, no user interaction, changed scope, and low confidentiality and integrity impact.
Likely exposure
Exposure is likely limited to WordPress sites using Launchpad - Coming Soon & Maintenance Mode Plugin version 1.0.13 or earlier, specifically multisite installations and installations with unfiltered_html disabled. Sites not using this plugin are not affected by the cited sources.
Exploitation context
The bundle does not show CISA KEV listing or other evidence of active exploitation. Exploitation requires administrator-level access, so practical risk is highest where admin accounts are shared, compromised, delegated broadly, or managed across multisite environments.
Researcher notes
The advisory identifies stored XSS in multiple settings parameters and references WordPress Trac at version 1.0.13 settings code. The provided data does not identify a patched version, exploit activity, or a vendor remediation timeline, so validation should stay source-bound.
Mitigation direction
- Inventory WordPress sites for Launchpad plugin version 1.0.13 or earlier.
- Check vendor, WordPress plugin, CVE, or Wordfence guidance for a fixed release.
- If no trusted fix is available, disable or remove the plugin where feasible.
- Restrict administrator access and review accounts with multisite administrative permissions.
- Monitor affected pages for unexpected script execution or unauthorized setting changes.
Validation and detection
- Confirm whether each WordPress instance uses launchpad-by-obox.
- Record the installed plugin version and compare it to 1.0.13.
- Verify whether the site is multisite or has unfiltered_html disabled.
- Review Launchpad settings for unexpected HTML or script-like content.
- Check security logs for recent administrator setting changes.
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-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 lookupCVE-2023-0295 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
- 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
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:L/PR:H/UI:N/S:C/C:L/I:L/A:N2.32.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.5MediumVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/b8721c4d-d89b-4e97-af01-20327013cfb6?source=cveCVE reference
- https://plugins.trac.wordpress.org/browser/launchpad-by-obox/tags/1.0.13/functions/settings.php#L542CVE reference
- https://www.wordfence.com/threat-intel/vulnerabilities/id/b8721c4d-d89b-4e97-af01-20327013cfb6CVE reference · x_transferred
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.
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.
