LiveActive security incident?Get immediate response
CVE Record

CVE-2022-45839: WordPress WHA Puzzle Plugin <= 1.0.9 is vulnerable to Cross Site Scripting (XSS)

Auth. (contributor+) Stored Cross-Site Scripting (XSS) vulnerability in WHA WHA Puzzle plugin <= 1.0.9 versions.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
3

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-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
Vulnerability profileCVE Program record
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

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
2Source 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.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2022-45839Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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
WHAWHA Puzzlewha-puzzle, n/aunaffected
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.