CVE-2026-15462
Sticky Chat Widget <= 1.4.2 - Unauthenticated SQL Injection
The Sticky Chat Widget plugin for WordPress is vulnerable to SQL Injection via the 'scw_form_fields' parameter array keys of the 'scw_save_form_data' AJAX action in versions up to, and including, 1.4.2. This is due to the save_form_data() function passing attacker-controlled POST array keys unsanitized to $wpdb->insert(), which wraps column identifiers in backticks without escaping them, allowing a backtick in an attacker-supplied key to break out of the column-identifier list into raw SQL; additionally, the use of filter_input() bypasses WordPress's wp_magic_quotes() protection, and the widget_id validation loop is skipped entirely when no valid widget_id is supplied, leaving $isValid at 1. 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.
| CWE | CWE-89 |
| Vendor | gingerplugins |
| Product | sticky chat widget – floating chat icons, contact form, call, click to chat, email & message buttons |
| Published | Sep 11, 2026 |
| Last Updated | Sep 11, 2026 |
Get instant alerts for gingerplugins sticky chat widget – floating chat icons, contact form, call, click to chat, email & message buttons
Be the first to know when new high vulnerabilities affecting gingerplugins sticky chat widget – floating chat icons, contact form, call, click to chat, email & message buttons are published — delivered to Slack, Telegram or Discord.
CVSS v3 Breakdown
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N