SQL Injection in Premio My Sticky Bar – Floating Notification & Header (Formerly Mystickymenu)

CVE-2026-3657

The My Sticky Bar plugin for WordPress is vulnerable to SQL injection via the `stickymenu_contact_lead_form` AJAX action in all versions up to, and including, 2.8.6. This is due to the handler using attacker-controlled POST parameter names directly as SQL column identifiers in `$wpdb->insert()`. While parameter values are sanitized with `esc_sql()` and `sanitize_text_field()`, the parameter keys are used as-is to build the column list in the INSERT statement. This makes it possible for unauthenticated attackers to inject SQL via crafted parameter names, enabling blind time-based data extraction from the database.

Vulnerability class: SQL Injection

EPSS: 0.003 (26.4th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-3657?
CVE-2026-3657 is a high-severity vulnerability in Premio My Sticky Bar – Floating Notification & Header (Formerly Mystickymenu), classified under SQL Injection. CVSS score: 7.5/10. Published 2026-03-12.
How severe is CVE-2026-3657?
High severity. CVSS v3 base score is 7.5 out of 10.