CVE-2024-2656
Description
The Email Subscribers by Icegram Express – Email Marketing, Newsletters, Automation for WordPress & WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via a CSV import in all versions up to, and including, 5.7.14 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in Email Subscribers by Icegram Express plugin via CSV import due to insufficient input sanitization, affecting admin users on multisite installations with unfiltered_html disabled.
Vulnerability
The Email Subscribers by Icegram Express plugin for WordPress (versions up to and including 5.7.14) is vulnerable to Stored Cross-Site Scripting (XSS) through the CSV import functionality. The vulnerability arises from insufficient input sanitization and output escaping in the class-es-import-subscribers.php file [1]. This allows an attacker to inject arbitrary web scripts that execute when a user accesses the imported data. The issue affects only multisite installations and those where the unfiltered_html capability has been disabled.
Exploitation
To exploit this vulnerability, an attacker must have administrator-level permissions. The attack is limited to multi-site WordPress installations or sites where the unfiltered_html setting is disabled. The attacker would craft a CSV file containing malicious JavaScript payloads in fields that are not properly sanitized. Upon importing this file through the plugin's import feature, the payloads are stored and subsequently executed in the context of any user viewing the affected pages.
Impact
Successful exploitation leads to stored XSS, enabling the attacker to execute arbitrary JavaScript in the browsers of other users who access the injected pages. This could result in session hijacking, defacement, or redirection to malicious sites. The attacker gains the ability to perform actions in the context of the victim's session, potentially escalating privileges.
Mitigation
The vulnerability has been patched in version 5.7.15 of the plugin. Users should update to this version or later immediately. For those who cannot update, ensure that untrusted users are not granted administrator-level access on multisite installations with disabled unfiltered_html. No other workarounds are available from the provided references.
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: <=5.7.14
- Range: <=5.7.14
Patches
1r3063438Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.