Security readout for executives and security teams
Plain-English summary
A WordPress site using WPEverest User Registration 2.3.0 or earlier could let an administrator-level account save script content that later runs in another user's browser. The issue is not described as remotely exploitable without credentials. Business risk is moderate because abuse requires high privileges and user interaction, but it can affect browser-session trust.
Executive priority
Treat as a moderate-priority WordPress hygiene issue. It is not presented as mass-exploited, but it affects a public-facing platform component and depends on administrator trust. Prioritize sites with many admins, shared agency access, or weak admin account controls.
Technical view
CVE-2023-23987 is an authenticated stored cross-site scripting issue in the WordPress User Registration plugin. Sources describe admin-or-higher privileges, affected versions up to 2.3.0, CWE-79, and CVSS 3.1 score 5.9 with scope changed and low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to WordPress deployments running WPEverest User Registration, especially version 2.3.0 or earlier. Sites without this plugin, or not using the vulnerable version range, are not indicated as affected by the supplied sources.
Exploitation context
The supplied sources do not show CISA KEV listing or active exploitation. The CVSS vector indicates network reachability, low attack complexity, high privileges required, and user interaction required, which reduces broad exploitation likelihood but still matters for compromised or over-privileged admin accounts.
Researcher notes
The record identifies stored XSS with admin+ authentication. The affected version data is sparse in the CVE bundle, and no exact fixed version is provided here. Avoid assuming exploit availability or patch level beyond the cited sources; verify vendor release notes before closing exposure.
Mitigation direction
- Inventory WordPress sites for the User Registration plugin and installed version.
- Check WPEverest or Patchstack guidance for the fixed version before changing production.
- Update affected plugin installations if vendor guidance identifies a safe release.
- Restrict administrator access to trusted users and remove stale privileged accounts.
- Review whether administrative content editing is appropriately monitored.
Validation and detection
- Confirm whether plugin slug `user-registration` is installed on each WordPress site.
- Record the installed version and compare it with the 2.3.0-or-earlier affected range.
- Review admin accounts for unexpected users or excessive privileges.
- Check application logs for suspicious administrative changes around registration forms or profiles.
- Validate remediation in staging before production rollout where possible.
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-23987 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.9 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L
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:R/S:C/C:L/I:L/A:L1.73.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.9MediumVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L
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.
