LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36833: WordPress MC4WP plugin <= 4.8.6 - Authenticated Stored Cross-Site Scripting (XSS) vulnerability

Authenticated (admin or higher user role) Stored Cross-Site Scripting (XSS) vulnerability in ibericode's MC4WP plugin <= 4.8.6 at WordPress.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-36833 affects the MC4WP: Mailchimp for WordPress plugin through version 4.8.6. It is a stored cross-site scripting issue, but the cited description says exploitation requires an authenticated admin-or-higher account. Business risk is usually limited, but compromised or excessive admin access could turn it into a site-integrity and visitor-trust problem.

Executive priority

Handle in the normal patch cycle, faster if the plugin is internet-facing on important brand sites or admin access is broadly delegated. The issue is not shown as actively exploited in the supplied sources, but stored XSS in WordPress can affect trust and operational integrity.

Technical view

The issue is CWE-79 stored XSS in ibericode MC4WP <= 4.8.6. CVSS 3.1 is 4.8 with network attack vector, low complexity, high privileges required, user interaction required, changed scope, and low confidentiality/integrity impact. The provided sources do not identify a specific vulnerable parameter or exploit procedure.

Likely exposure

Exposure is limited to WordPress installations running MC4WP: Mailchimp for WordPress version 4.8.6 or earlier. The source bundle identifies authenticated admin-or-higher access as required, so sites with tightly controlled administrator accounts are less exposed than sites with shared, delegated, or compromised admin access.

Exploitation context

The source bundle does not report CISA KEV listing or active exploitation. The CVSS vector and description indicate exploitation requires high privileges and user interaction. Treat it as a hygiene and privilege-control issue unless local evidence shows admin account compromise or suspicious stored content.

Researcher notes

Evidence is sparse. The bundle confirms product, affected version range, CWE-79, CVSS 4.8, and admin-or-higher prerequisite, but not the exact sink, parameter, or fixed version. Avoid assuming exploit availability. Validate against local plugin versions and vendor/Patchstack records.

Mitigation direction

  • Inventory WordPress sites using MC4WP and record installed plugin versions.
  • Move sites off MC4WP version 4.8.6 or earlier using vendor guidance.
  • Restrict WordPress administrator access to trusted, named users only.
  • Remove stale admin accounts and enforce strong authentication controls.
  • Review Patchstack and the WordPress plugin changelog for fixed-release details.

Validation and detection

  • Confirm MC4WP is not installed or is newer than version 4.8.6.
  • Check WordPress user lists for unnecessary administrator-level accounts.
  • Review recent admin changes for unexpected script-like content in plugin-managed areas.
  • Verify vulnerability scanners no longer flag CVE-2021-36833 after remediation.
  • Document affected sites, remediation date, and remaining exceptions.
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-2021-36833 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-36833Attack 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
ibericodeMC4WP: Mailchimp for WordPress<= 4.8.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.