LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36846: WordPress Chaty plugin <= 2.8.3 - Authenticated Stored Cross-Site Scripting (XSS) vulnerability

Authenticated (admin or higher user role) Stored Cross-Site Scripting (XSS) vulnerability in Premio Chaty (WordPress plugin) <= 2.8.3

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability affects the Chaty WordPress plugin when version 2.8.3 or earlier is installed. An already highly privileged user could store malicious script content that later runs in another user’s browser. The business risk is reduced by the admin-level requirement, but exposed WordPress sites should still update because stored XSS can undermine trust and session security.

Executive priority

Treat this as a moderate-priority WordPress maintenance issue. It is not reported as actively exploited in the provided sources, but any public site running an affected plugin version should be updated promptly and administrator access reviewed.

Technical view

CVE-2021-36846 is an authenticated stored cross-site scripting issue in Premio Chaty for WordPress, affecting versions up to 2.8.3. The CVSS v3.1 score is 4.8 with high privileges required, user interaction required, changed scope, low confidentiality impact, and low integrity impact.

Likely exposure

Exposure is limited to WordPress sites running the Premio Chaty plugin at version 2.8.3 or earlier. The source bundle does not identify affected hosted services, CPEs, or non-WordPress products.

Exploitation context

The CVE record does not indicate CISA KEV listing, and the provided sources do not claim active exploitation. Exploitation requires an authenticated admin-or-higher role and user interaction, which lowers likelihood but does not remove risk on shared or compromised administrator accounts.

Researcher notes

Evidence is narrow but consistent: the issue is CWE-79 stored XSS in Chaty <=2.8.3 with PR:H and UI:R. The supplied bundle does not provide payload details, fixed-version text, proof of exploitation, or vendor remediation notes beyond the affected version range.

Mitigation direction

  • Inventory WordPress sites for the Chaty plugin and installed version.
  • Update Chaty according to WordPress or vendor guidance for versions after 2.8.3.
  • Restrict administrator access to trusted users with strong authentication.
  • Review Chaty settings for unexpected script-like content or unauthorized changes.
  • If updating is unavailable, evaluate disabling Chaty until vendor guidance is applied.

Validation and detection

  • Confirm whether Chaty is installed on each WordPress site.
  • Record the installed Chaty version and compare it with the affected range.
  • Check administrator accounts for stale, shared, or unnecessary access.
  • Review recent Chaty configuration changes for suspicious stored content.
  • Verify remediation against the CVE and Patchstack advisory references.
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-36846 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-2021-36846Attack 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
PremioChaty (WordPress plugin)<= 2.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.