CVE-2021-47910: WordPress Plugin AccessPress Social Icons 1.8.2 Stored XSS
AccessPress Social Icons 1.8.2 contains a stored cross-site scripting vulnerability that allows authenticated attackers to inject malicious scripts by entering JavaScript payloads into the 'icon title' field. Attackers can store XSS payloads like image tags with onerror event handlers that execute when the plugin page is viewed, affecting all users who access the plugin interface.
Security readout for executives and security teams
Plain-English summary
CVE-2021-47910 is a stored cross-site scripting flaw in AccessPress Social Icons 1.8.2 for WordPress. An authenticated user can save malicious script content in an icon title field. The script can run later when users view the plugin interface, creating risk to administrator sessions and site management integrity.
Executive priority
Treat this as a medium-priority website administration risk. It is not described as unauthenticated or actively exploited, but public exploit information and administrator-session impact justify timely remediation on any affected WordPress property.
Technical view
The issue is CWE-79 stored XSS in the AccessPress Social Icons 1.8.2 icon title field. CVSS 3.1 is 6.4 with low attack complexity, low privileges required, changed scope, and limited confidentiality and integrity impact. The provided sources identify a public ExploitDB reference, but not confirmed active exploitation.
Likely exposure
Exposure is likely limited to WordPress sites running AccessPress Social Icons 1.8.2, especially where non-administrator authenticated users can access or modify plugin settings. The source bundle does not identify other affected versions or a confirmed fixed release.
Exploitation context
The source bundle includes a public exploit reference, so proof-of-concept knowledge is public. It does not show CISA KEV listing or other evidence of active exploitation. Abuse requires authenticated access and depends on whether the attacker can reach the vulnerable plugin field.
Researcher notes
Evidence is narrow: the bundle names AccessPress Social Icons 1.8.2 only. Do not extrapolate to other versions without vendor or CVE evidence. Prioritize access-control review, stored-content inspection, and confirmation of vendor-supported remediation.
Mitigation direction
Identify WordPress sites running AccessPress Social Icons 1.8.2.
Check WordPress.org and vendor guidance for a fixed or maintained version.
Disable or remove the plugin if no trusted fix is available.
Restrict plugin configuration access to trusted administrators only.
Review existing icon title values for unexpected HTML or script content.
Validation and detection
Inventory installed WordPress plugins and versions across managed sites.
Confirm whether AccessPress Social Icons version 1.8.2 is present.
Review roles allowed to edit the plugin configuration.
Inspect saved icon title fields for suspicious markup.
Confirm remediation by documenting update, disablement, or removal status.
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.
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.
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.
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.