LiveActive security incident?Get immediate response
CVE Record

CVE-2022-37335: WordPress Word Search Puzzles game plugin <= 2.0.1 - Authenticated Stored Cross-Site Scripting (XSS) vulnerability

Authenticated (author+) Stored Cross-Site Scripting (XSS) vulnerability in WHA's Word Search Puzzles game plugin <= 2.0.1 at WordPress.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE is a stored cross-site scripting issue in a WordPress word-search plugin. An attacker already holding author-level or higher access could save malicious script content that later affects another user. Business impact is limited by required privileges, but compromised contributor accounts could turn this into credential or admin-session risk.

Executive priority

Treat as a moderate-priority WordPress hygiene issue. It is not described as actively exploited in the provided sources, but any public site with many content contributors or weak account controls should remediate promptly.

Technical view

CVE-2022-37335 affects WHA Word Search Puzzles game plugin versions 2.0.1 and earlier. The weakness is CWE-79 stored XSS with CVSS 3.1 score 4.8. The vector indicates network access, low complexity, high privileges required, user interaction required, changed scope, and low confidentiality/integrity impact.

Likely exposure

Exposure is limited to WordPress sites running WHA Word Search Puzzles game plugin version 2.0.1 or earlier. Practical risk depends on whether untrusted or compromised users have author-level or higher accounts.

Exploitation context

The provided bundle does not show CISA KEV listing or active exploitation. Stored XSS can persist in site-managed content and execute when another user views affected output, but this CVE requires high privileges and victim interaction.

Researcher notes

Evidence is sparse beyond the CVE metadata, Patchstack entry, WordPress plugin reference, and CVSS vector. The sources identify affected versions and vulnerability class, but do not provide a confirmed fixed version or detailed remediation guidance in the supplied bundle.

Mitigation direction

  • Inventory WordPress sites for the WHA Word Search Puzzles game plugin.
  • Disable or remove the plugin where it is not business-critical.
  • Check WordPress, Patchstack, or vendor guidance for any fixed release.
  • Restrict author-level and higher accounts to trusted users only.
  • Review account security for authors, editors, and administrators.

Validation and detection

  • Confirm whether the plugin slug wha-wordsearch is installed on any WordPress site.
  • Record installed plugin versions and flag version 2.0.1 or earlier.
  • Review privileged WordPress users for unnecessary author-level or higher access.
  • Check whether affected sites still expose plugin-created content.
  • Verify remediation against vendor or WordPress plugin guidance.
Prepared
Confidence
medium
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-2022-37335 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
4.8 (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: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
3Source 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
4.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N1.72.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/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
WHAWord Search Puzzles game (WordPress plugin)<= 2.0.1Listed
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.