SQL Injection in Icegram Engage – Popups, Optins, Ctas & Lead Generation
CVE-2026-16087
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.
Vulnerability class: SQL Injection
EPSS: 0.003 (18.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N.
Affected products
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-16087?
- CVE-2026-16087 is a medium-severity vulnerability in Icegram Engage – Popups, Optins, Ctas & Lead Generation, classified under SQL Injection. CVSS score: 6.5/10. Published 2026-08-01.
- How severe is CVE-2026-16087?
- Medium severity. CVSS v3 base score is 6.5 out of 10.