cbcvebase.
CVE-2024-2876
published 2024-05-02

CVE-2024-2876: The Email Subscribers by Icegram Express – Email Marketing, Newsletters, Automation for WordPress & WooCommerce plugin for WordPress is vulnerable to SQL…

PriorityP189critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
80.60%
99.6th percentile
The Email Subscribers by Icegram Express – Email Marketing, Newsletters, Automation for WordPress & WooCommerce plugin for WordPress is vulnerable to SQL Injection via the 'run' function of the 'IG_ES_Subscribers_Query' class in all versions up to, and including, 5.7.14 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Detection & IOCsextracted from sources · hover to see the quote

url/wp-admin/admin-post.php
path/wp-content/plugins/email-subscribers/
commandpage=es_subscribers&is_ajax=1&action=_sent&advanced_filter[conditions][0][0][field]=status=99924)))union(select(sleep(4)))--+&advanced_filter[conditions][0][0][operator]==&advanced_filter[conditions][0][0][value]=1111
  • Exploit targets POST /wp-admin/admin-post.php with Content-Type application/x-www-form-urlencoded; look for the 'page=es_subscribers' and 'is_ajax=1' parameters combined with SQL injection payloads in 'advanced_filter[conditions]' fields.
  • Time-based blind SQLi detection: a response duration >= 4 seconds combined with HTTP 200, Content-Type application/json, and body containing 'bulk_action', '_sent', and 'errortype' indicates successful exploitation.
  • Vulnerability is unauthenticated and exploitable via the 'run' function of the 'IG_ES_Subscribers_Query' class; no authentication required to trigger SQL injection.
  • Active exploitation campaign observed: attackers leverage CVE-2024-2876 to create administrator accounts on vulnerable WordPress sites running Email Subscribers plugin versions 5.7.14 and older.
  • ·The Nuclei template uses a 20-second timeout (@timeout: 20s) to accommodate the time-based sleep(4) payload; detection rules should account for this extended response window to avoid false negatives.
  • ·All versions up to and including 5.7.14 of the Email Subscribers by Icegram Express plugin are affected; the plugin has approximately 90,000 active installations.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.