Skip to main content

Icegram Mailer CVE-2026-15951

| EUVDEUVD-2026-51756 MEDIUM
SQL Injection (CWE-89)
2026-08-01 Wordfence GHSA-gv4j-vgcg-m3hw
4.9
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.9 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
4.9 MEDIUM

Admin authentication required (PR:H); read-only SQL injection via SELECT clause yields full confidentiality impact with no integrity or availability consequence.

3.1 AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Aug 01, 2026 - 08:58 vuln.today
CVE Published
Aug 01, 2026 - 07:49 cve.org
MEDIUM 4.9

DescriptionCVE.org

The Icegram Mailer plugin for WordPress is vulnerable to SQL Injection via the 'fields' parameter in versions up to, and including, 1.0.12. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the Icegram_Mailer_Logs_Table::get_logs() function, where each element of the fields array received from $_REQUEST['data'] is joined verbatim into the SELECT clause via implode() with no whitelist, escaping, or prepared-statement placeholder. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

AnalysisAI

SQL injection in the Icegram Mailer WordPress plugin (versions up to and including 1.0.12) enables authenticated WordPress administrators to extract arbitrary data from the underlying database by manipulating the 'fields' parameter submitted to the email log view. The vulnerable code path in Icegram_Mailer_Logs_Table::get_logs() concatenates user-supplied array elements verbatim into a SQL SELECT clause via PHP implode() with no whitelist, escaping, or prepared-statement binding. No active exploitation has been confirmed (not listed in CISA KEV), no public POC is referenced, and a code-level fix is visible in the plugin's SVN repository at changeset 3627122, though the exact patched release version is not independently confirmed from available data.

Technical ContextAI

The Icegram Mailer plugin (CPE: cpe:2.3:a:icegram:icegram_mailer_-_reliable_email_deliverability,_no-code_smtp_replacement_&_email_logs:*:*:*:*:*:*:*:*) is a WordPress SMTP replacement and email logging plugin. The flaw resides in class-icegram-mailer-logs-table.php (line ~109) within the get_logs() method, which is invoked through the dashboard controller (class-icegram-mailer-dashboard-controller.php, line ~26) and routed via class-icegram-mailer-router.php (line ~44). The 'fields' array is sourced directly from $_REQUEST['data'] and joined into the SELECT clause using PHP's implode() function without any input validation, column whitelist, escaping, or parameterized query binding. CWE-89 (Improper Neutralization of Special Elements used in SQL Command) is the root cause - classic unsanitized user input embedded in a dynamically constructed SQL query, specifically in the column selection portion of a SELECT statement rather than a WHERE clause, which still permits stacked or UNION-based injection to read arbitrary tables.

RemediationAI

Update the Icegram Mailer plugin to a version beyond 1.0.12; a code-level fix is visible in the plugin's SVN repository at changeset 3627122 (https://plugins.trac.wordpress.org/changeset?reponame=&old=3627122%40icegram-mailer&new=3627122%40icegram-mailer), though the exact released patched version number is not independently confirmed from the available data - verify against the WordPress plugin repository before deploying. As an interim compensating control, restrict access to the WordPress admin panel (/wp-admin/) to trusted IP addresses via web server ACL or firewall rules, which prevents unauthenticated network access to the vulnerable endpoint entirely. Additionally, enforce multi-factor authentication on all WordPress administrator accounts to reduce the likelihood of credential compromise enabling exploitation. Database activity monitoring or a WordPress security plugin with query logging can detect anomalous SELECT statements against sensitive tables (wp_users, wp_options) as a detective control. The trade-off of IP restriction is reduced administrative flexibility; MFA adds friction for legitimate admins but is strongly recommended regardless of this specific vulnerability.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-15951 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy