LiveActive security incident?Get immediate response
CVE Record

CVE-2022-40213: WordPress GS Testimonial Slider plugin <= 1.9.6 - Multiple Authenticated Stored Cross-Site Scripting (XSS) vulnerabilities

Multiple Authenticated (contributor+) Stored Cross-Site Scripting (XSS) vulnerabilities in GS Testimonial Slider plugin <= 1.9.6 at WordPress.

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

WordPress sites using GS Testimonial Slider version 1.9.6 or older may let a logged-in contributor store script content that later runs for another user. This is not listed as actively exploited, but it can enable unauthorized page changes or malicious actions in a victim's browser context.

Executive priority

Treat this as a moderate website integrity risk. It is not KEV-listed and needs authenticated access, but affected public WordPress sites should be remediated during normal vulnerability patch cycles, faster where many contributors exist.

Technical view

CVE-2022-40213 is multiple authenticated stored XSS in GS Plugins GS Testimonial Slider for WordPress, affecting versions <= 1.9.6. CVSS 3.1 is 4.1: network reachable, low complexity, low privileges required, user interaction required, changed scope, low integrity impact, no confidentiality or availability impact stated.

Likely exposure

Exposure is limited to WordPress installations running GS Testimonial Slider <= 1.9.6. Risk increases where contributor-level or higher accounts are broadly issued, weakly protected, or compromised, and where stored testimonial content is viewed by administrators, editors, or site visitors.

Exploitation context

The source bundle does not show CISA KEV status or cited active exploitation. Exploitation requires an authenticated contributor-or-higher user and a victim viewing affected stored content. The available evidence does not identify public exploit tooling or a specific fixed version.

Researcher notes

The evidence supports CWE-79 stored XSS with PR:L and UI:R. The bundle identifies affected versions <= 1.9.6 but does not name a fixed version or mitigation specifics. Avoid assuming exploit availability, impacted endpoints, or patch status beyond cited sources.

Mitigation direction

  • Inventory WordPress sites for GS Testimonial Slider installations and versions.
  • Check vendor and Patchstack guidance for a fixed release, then update if available.
  • Disable or remove the plugin where no acceptable fixed version is available.
  • Restrict contributor-level access to trusted users only.
  • Review contributor accounts for compromise or unnecessary privileges.

Validation and detection

  • Confirm whether GS Testimonial Slider is installed on each WordPress site.
  • Verify installed plugin version is greater than 1.9.6 or otherwise remediated.
  • Review user roles for contributor-level or higher accounts.
  • Inspect recent testimonial-related content changes for unexpected scripts or markup.
  • Confirm remediation against vendor or Patchstack advisory details.
Prepared
Confidence
high
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-40213 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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
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.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N2.31.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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
GS PluginsGS Testimonial Slider (WordPress plugin)<= 1.9.6Listed
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.