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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N1.72.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.8MediumVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://wordpress.org/plugins/floating-social-media-icon/CVE reference · x_refsource_CONFIRM
- https://patchstack.com/database/vulnerability/floating-social-media-icon/wordpress-floating-social-media-icon-plugin-4-3-5-authenticated-stored-cross-site-scripting-xss-vulnerabilityCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
