Security readout for executives and security teams
Plain-English summary
CVE-2022-45839 affects the WordPress WHA Puzzle plugin through version 1.0.9. It is a stored cross-site scripting issue, meaning a user with sufficient posting privileges may be able to save unsafe content that later runs in another user’s browser. Treat it as moderate priority unless the plugin is widely used on sensitive sites.
Executive priority
Handle during the normal vulnerability remediation cycle, faster for sites with many contributors or sensitive admin access. The issue can affect browser trust and site integrity, but the supplied evidence does not show active exploitation.
Technical view
The source bundle identifies CWE-79 stored XSS in WHA Puzzle <= 1.0.9, described as requiring authenticated contributor-level access or higher. The CVSS data lists 5.3 medium severity, although its vector conflicts with the authenticated description. No exploit details, patch version, or vendor mitigation are provided in the supplied evidence.
Likely exposure
Exposure is limited to WordPress sites running the WHA Puzzle plugin at version 1.0.9 or earlier. Risk is higher where untrusted or lightly vetted users have contributor-level access or above.
Exploitation context
The bundle does not cite CISA KEV listing or active exploitation. The available description supports a stored XSS scenario by an authenticated contributor-level user, not unauthenticated internet-wide exploitation.
Researcher notes
There is a notable evidence inconsistency: the description says authenticated contributor-plus stored XSS, while the CVSS vector says PR:N and UI:N. Base validation should rely on installed plugin presence, version, and WordPress role exposure. Avoid assuming a patch version beyond the <= 1.0.9 affected statement.
Mitigation direction
- Inventory WordPress sites for the WHA Puzzle plugin and installed version.
- Check vendor, WordPress plugin, or Patchstack guidance for a fixed release.
- Update if a fixed version is available from a trusted source.
- Disable or remove the plugin if no maintained fix is available.
- Restrict contributor-level access to trusted users only.
- Review recent content changes by contributor-level users on affected sites.
Validation and detection
- Confirm whether WHA Puzzle is installed on each WordPress site.
- Record the installed plugin version and compare it with <= 1.0.9.
- Identify users with contributor, author, editor, or administrator roles.
- Review whether public pages render WHA Puzzle content from lower-privileged users.
- Check security monitoring for unusual WordPress content or admin-session activity.
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-2022-45839 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.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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.
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.
