LiveActive security incident?Get immediate response
CVE Record

CVE-2022-35882: WordPress GS Testimonial Slider plugin <= 1.9.5 - Authenticated Stored Cross-Site Scripting (XSS) vulnerability

Authenticated (author or higher user role) Stored Cross-Site Scripting (XSS) vulnerability in GS Plugins GS Testimonial Slider plugin <= 1.9.5 at WordPress.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-35882 is a stored XSS flaw in the GS Testimonial Slider WordPress plugin. An authenticated user with author-level or higher access could save malicious script content that later runs for another viewer. This is not a server takeover issue, but it can affect WordPress admin trust and site integrity.

Executive priority

Treat this as a moderate-priority WordPress hygiene issue. It is most urgent for public sites with multiple content authors, contractors, or customer-managed publishing access. Prioritize inventory and plugin remediation before broader emergency response.

Technical view

The vulnerability is CWE-79 stored cross-site scripting in GS Plugins GS Testimonial Slider for WordPress, affecting versions <= 1.9.5. CVSS 3.1 is 4.8 with network access, low complexity, high privileges required, user interaction required, changed scope, and low confidentiality and integrity impact.

Likely exposure

Exposure is limited to WordPress sites using GS Testimonial Slider version 1.9.5 or earlier, especially where author-or-higher users can submit or manage testimonial content. Sites without the plugin, or with versions outside the stated affected range, are not indicated as affected by the provided sources.

Exploitation context

The source bundle does not show active exploitation, and the CVE is not marked as CISA KEV. Exploitation requires an authenticated author-or-higher account and a later user interaction, which reduces broad internet-scale risk but remains relevant for multi-author WordPress environments.

Researcher notes

Evidence supports authenticated stored XSS only for GS Testimonial Slider <= 1.9.5. Do not assume unauthenticated exploitation, broader GS Plugins products, or active exploitation from the supplied sources. Remediation details are incomplete in the bundle, so vendor guidance should be checked before declaring closure.

Mitigation direction

  • Identify WordPress sites using GS Testimonial Slider and record installed versions.
  • If version is <= 1.9.5, update per vendor guidance or disable the plugin.
  • Limit author-or-higher accounts allowed to manage testimonial content.
  • Monitor WordPress.org and vendor guidance for remediation details.

Validation and detection

  • Confirm whether the gs-testimonial plugin is installed on each WordPress site.
  • Compare installed versions against the affected range: <= 1.9.5.
  • Review author-or-higher accounts with access to testimonial content.
  • Check vendor changelog and Patchstack entry for remediation status.
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-35882 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-35882Attack 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
GS PluginsGS Testimonial Slider (WordPress plugin)<= 1.9.5Listed
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.