Skip to main content

Icegram Engage CVE-2026-16087

| EUVDEUVD-2026-51742 MEDIUM
SQL Injection (CWE-89)
2026-08-01 Wordfence GHSA-353r-r23c-w3ph
6.5
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

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

Technical description explicitly gates the save action on Editor-level `edit_post` capability, warranting PR:H over vendor PR:L; no integrity or availability impact applies.

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
Low
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 6.5

DescriptionCVE.org

The Icegram Engage - Popups, Optins, CTAs & Lead Generation plugin for WordPress is vulnerable to second-order SQL Injection via 'messages[][id]' Parameter in all versions up to, and including, 3.1.42 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The injection is second-order: the malicious id value is first persisted to post meta via the save_campaign_preview() AJAX action (gated by a nonce check and edit_post capability, requiring Editor-level access or above), and only executed as SQL when a subsequent preview request triggers get_message_data() to interpolate the stored value directly into a SQL IN() clause without $wpdb->prepare() or integer casting.

AnalysisAI

Second-order SQL injection in the Icegram Engage WordPress plugin (all versions through 3.1.42) allows authenticated attackers holding sufficient WordPress role privileges to extract arbitrary data from the site database across two deliberate HTTP requests. A crafted messages[][id] value is first persisted to WordPress post meta through the save_campaign_preview() AJAX action, then later interpolated unescaped into a SQL IN() clause inside get_message_data() during a subsequent preview request - bypassing $wpdb->prepare() entirely. No public exploit code or CISA KEV listing exists at time of analysis; Wordfence reported the issue with a CVSS 6.5 base score reflecting high confidentiality impact against an unchanged scope.

Technical ContextAI

The vulnerability (CWE-89, SQL Injection) resides in the lite edition of the Icegram Engage - Popups, Optins, CTAs & Lead Generation WordPress plugin (CPE: cpe:2.3:a:icegram:icegram_engage_-_popups,_optins,_ctas_&_lead_generation:*:*:*:*:*:*:*:*). Two distinct files form the attack surface. The injection sink is lite/classes/class-icegram-campaign-admin.php at line 1134, inside save_campaign_preview(), which accepts the attacker-controlled messages[][id] array via an AJAX POST and persists it to WordPress post meta after only a nonce and capability check. The execution sink is lite/class-icegram.php at lines 1338, 1720, and 1770, where get_message_data() reads the stored ID back from post meta and embeds it directly into a SQL IN() clause without calling $wpdb->prepare() or applying integer casting. The root cause is a classic deferred-injection pattern: storage and execution are separated across request boundaries, making automated scanners that test persistence and query execution in a single pass less likely to flag it. Because no sanitization converts the stored value to a safe integer before SQL embedding, arbitrary SQL fragments - including UNION SELECT and stacked queries - can be appended.

RemediationAI

An upstream fix is available in WordPress plugin repository changeset 3628434 (https://plugins.trac.wordpress.org/changeset?reponame=&old=3628434%40icegram&new=3628434%40icegram); the exact released version number above 3.1.42 is not independently confirmed from available data, so administrators should update to the latest available version of Icegram Engage from the WordPress plugin repository and verify the installed version exceeds 3.1.42. If an immediate update is not possible, restrict the WordPress Editor role to the minimum number of trusted accounts necessary, since the edit_post capability on campaign posts is the prerequisite gate - reducing the Editor user population limits exposure. A WAF rule blocking SQL metacharacters (quotes, comment markers, UNION keywords) in the messages[][id] POST parameter provides partial defense-in-depth but should not substitute for patching, as bypass techniques exist. Blocking or rate-limiting requests to the save_campaign_preview AJAX action in wp-admin/admin-ajax.php is a more aggressive mitigation that will break the campaign preview feature as a side effect.

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-16087 vulnerability details – vuln.today

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