<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cve-2024-2876 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2024-2876/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 03 Sep 2026 01:48:17 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2024-2876/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unauthenticated SQL Injection in Email Subscribers by Icegram Express</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2024-2876/</link><pubDate>Thu, 03 Sep 2026 01:48:17 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2024-2876/</guid><description>CVE-2024-2876 is an unauthenticated SQL injection vulnerability in the Email Subscribers by Icegram Express plugin for WordPress, allowing remote attackers to extract database content via improper input sanitization.</description><content:encoded><![CDATA[<p>CVE-2024-2876 is a critical security vulnerability identified in the Email Subscribers by Icegram Express plugin for WordPress. The flaw, which carries a CVSS score of 9.8, stems from insufficient input sanitization and inadequate parameter preparation within the IG_ES_Subscribers_Query class. An unauthenticated attacker can exploit this via the advanced_filter parameter in crafted HTTP POST requests to the plugin's endpoint. Successful exploitation allows for the execution of arbitrary SQL queries against the underlying database, facilitating unauthorized information extraction and modification. The vulnerability affects all versions of the plugin up to and including 5.7.14. Organizations utilizing this plugin are advised to upgrade to version 5.7.15 or later immediately.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a WordPress site with the vulnerable Email Subscribers plugin installed.</li>
<li>Attacker crafts an HTTP POST request targeting /wp-admin/admin-post.php.</li>
<li>Attacker includes specific parameters: page=es_subscribers, is_ajax=1, and action=_sent.</li>
<li>Attacker injects malicious SQL payloads into the advanced_filter[conditions][0][0][field] parameter.</li>
<li>The server-side code in IG_ES_Subscribers_Query processes the request without sufficient validation.</li>
<li>The database executes the injected SQL command, such as a UNION SELECT with a time-based delay (e.g., SLEEP).</li>
<li>The attacker parses the server's response to confirm successful injection or exfiltrate data from the database.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2024-2876 provides an unauthenticated attacker with the ability to perform full database extraction, modification, or destruction. Given the sensitive nature of email subscriber databases, this includes the theft of user lists, personal identifiers, and other stored content, impacting the privacy and integrity of the affected organization.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security teams:</p>
<ul>
<li>Update the Email Subscribers by Icegram Express plugin to version 5.7.15 or the latest available version immediately.</li>
<li>Deploy the WAF rule below to identify and block exploit attempts targeting the advanced_filter parameter.</li>
<li>Review web server access logs for anomalous POST requests to /wp-admin/admin-post.php containing SQL syntax characters (e.g., union, select, sleep).</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>wordpress</category><category>sql-injection</category><category>cve-2024-2876</category></item></channel></rss>