LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36843: WordPress Floating Social Media Icon plugin <= 4.3.5 - Authenticated Stored Cross-Site Scripting (XSS) vulnerability

Authenticated Stored Cross-Site Scripting (XSS) vulnerability discovered in WordPress Floating Social Media Icon plugin (versions <= 4.3.5) Social Media Configuration form. Requires high role user like admin.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A logged-in WordPress administrator could store malicious script through the Floating Social Media Icon plugin settings. That script could later run in another user's browser. The issue is medium severity because it requires high privileges and user interaction, but stored XSS can still create business risk on public or shared admin-managed sites.

Executive priority

Treat this as a targeted WordPress hygiene issue, not an emergency internet-wide flaw. Prioritize sites with the affected plugin, multiple administrators, contractors, or signs of account compromise. Remediation should fit normal patch governance unless validation finds suspicious configuration changes.

Technical view

CVE-2021-36843 is a CWE-79 authenticated stored XSS issue in the Social Media Configuration form of Acurax Technologies' Floating Social Media Icon WordPress plugin versions <= 4.3.5. CVSS 3.1 is 4.8: network reachable, low complexity, high privileges required, user interaction required, changed scope, low confidentiality and integrity impact.

Likely exposure

Exposure is limited to WordPress sites using Floating Social Media Icon version 4.3.5 or earlier. The source says exploitation requires a high-role user such as an admin, so shared administrator access or compromised admin accounts increase practical risk.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. This is not described as unauthenticated. The key risk is stored script execution after a privileged user saves malicious or unsafe content in the plugin configuration.

Researcher notes

Evidence supports authenticated stored XSS only in the named plugin and version range. The bundle does not provide exploit status, a named fixed version, or vendor mitigation details. Avoid expanding scope beyond Floating Social Media Icon <= 4.3.5 without additional sources.

Mitigation direction

  • Inventory WordPress sites for Floating Social Media Icon plugin usage.
  • If version is <= 4.3.5, check vendor or WordPress plugin guidance immediately.
  • Update, disable, or remove the plugin according to available vendor guidance.
  • Restrict administrator access to trusted users only.
  • Review plugin configuration for unexpected script or unsafe HTML.

Validation and detection

  • Confirm whether the plugin is installed on each WordPress site.
  • Record the installed plugin version and compare it to <= 4.3.5 exposure.
  • Review administrator accounts and recent privileged changes.
  • Inspect Social Media Configuration values for unexpected script-like content.
  • Monitor for unusual WordPress admin or content modification activity.
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-36843 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-36843Attack 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
Acurax TechnologiesFloating Social Media Icon (WordPress plugin)<= 4.3.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.