Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Whitefalcon

#38343of 56,330
7.5Total CVSS
Vulnerabilities · 1
PT-2026-89748
7.5
2026-09-11
Gingerplugins · Sticky Chat Widget – Floating Chat Icons · CVE-2026-15462
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.