LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36851: WordPress Testimonial Slider plugin <= 3.5.8.3 - Cross-Site Scripting (XSS) vulnerability

Authenticated (editor or higher user role) Cross-Site Scripting (XSS) vulnerability in Web-Settler Testimonial Slider – Free Testimonials Slider Plugin (WordPress plugin) via parameters mpsp_posts_bg_color, mpsp_posts_description_color, mpsp_slide_nav_button_color.

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a medium-severity WordPress plugin XSS issue. A user who already has Editor or higher access could place script content through specific Testimonial Slider plugin color parameters, potentially altering page behavior or content seen by site users.

Executive priority

Treat this as a moderate-risk plugin hygiene issue, not an emergency based on current evidence. Prioritize sites where the plugin is internet-facing, used on important brand pages, or managed by multiple editors.

Technical view

CVE-2021-36851 is CWE-79 in Web-Settler Testimonial Slider – Free Testimonials Slider Plugin for WordPress, affecting versions <= 3.5.8.3. The reported parameters are mpsp_posts_bg_color, mpsp_posts_description_color, and mpsp_slide_nav_button_color. CVSS 3.1 is 4.1: network, low complexity, high privileges, changed scope, low integrity impact.

Likely exposure

Exposure is limited to WordPress sites with this plugin installed at version 3.5.8.3 or earlier. The attacker must already hold Editor or higher privileges, so risk is higher on sites with many content editors, weak account governance, or compromised privileged accounts.

Exploitation context

The provided sources do not establish active exploitation, and the CVE is not marked KEV. The issue requires authenticated high-privilege access, reducing broad internet-scale exploitability, but it can still matter if an Editor account is compromised or untrusted users have elevated roles.

Researcher notes

Evidence supports authenticated XSS in specific color parameters, with high privileges required and low integrity impact. The bundle does not provide exploit status, proof of active exploitation, or a specific fixed version, so remediation should track vendor and plugin repository guidance.

Mitigation direction

  • Inventory WordPress sites for the Testimonial Slider plugin and installed version.
  • Check vendor and plugin repository guidance for a fixed release or removal recommendation.
  • Upgrade only to a vendor-confirmed fixed version when available.
  • Disable or remove the plugin if a fixed version cannot be confirmed.
  • Restrict Editor and higher roles to trusted accounts only.
  • Review privileged WordPress accounts for compromise or unnecessary access.

Validation and detection

  • Confirm whether testimonial-add is installed on each WordPress site.
  • Verify installed plugin versions are not 3.5.8.3 or earlier.
  • Review Editor, Administrator, and equivalent accounts for legitimacy.
  • Inspect affected testimonial slider settings for unexpected script or markup.
  • Check web logs and WordPress audit logs for suspicious privileged changes.
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-2021-36851 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:H/UI:N/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:H/UI:N/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-2021-36851Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/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
Web-SettlerTestimonial Slider – Free Testimonials Slider Plugin (WordPress plugin)<= 3.5.8.3Listed
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.