CVE-2021-47910
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in AccessPress Social Icons 1.8.2 allows authenticated attackers to inject arbitrary JavaScript via the 'icon title' field, executing when the plugin page is viewed.
The vulnerability is a stored cross-site scripting (XSS) issue in the AccessPress Social Icons plugin for WordPress, version 1.8.2. The root cause is improper neutralization of user input in the 'icon title' field, which allows attackers to inject arbitrary JavaScript code. This corresponds to CWE-79 [2].
An authenticated attacker with the ability to add social icons can exploit this by entering a malicious payload, such as an image tag with an onerror event handler, into the 'icon title' field. The payload is stored in the database and executed when any user views the plugin's admin interface, including administrators [3]. No special privileges beyond being able to add icons are required.
Successful exploitation can lead to session hijacking, defacement, or phishing attacks, as the injected script runs in the context of the victim's session. All users who access the plugin page are affected, making this a medium-severity threat with a CVSS v3 score of 6.4.
As of the publication date, no official patch has been announced. Users are advised to disable or remove the plugin if it is not essential, or to check for updates from the vendor that address this vulnerability. The exploit has been publicly disclosed, increasing the risk of active exploitation [3].
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: = 1.8.2
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.