Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated network AJAX endpoint (AV:N/AC:L/PR:N/UI:N) with blind SQLi enabling full DB read (C:H); described impact is extraction only, so I:N/A:N.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The WP CTA - Sticky CTA Builder, Generate Leads, Promote Sales plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'fildname' parameter in all versions up to, and including, 2.2.2. This is due to insufficient escaping of user-supplied column names in the ajaxCheck() method and lack of preparation in the $wpdb->update() call. The vulnerability is compounded by the complete absence of authorization checks and the endpoint being registered for unauthenticated users via wp_ajax_nopriv_. This makes it possible for unauthenticated attackers to inject arbitrary SQL queries and extract sensitive information from the database via time-based blind SQL injection techniques, including administrator password hashes.
Articles & Coverage 1
AnalysisAI
Unauthenticated SQL injection in the WP CTA (Sticky CTA Builder / Call Now Button) WordPress plugin through version 2.2.2 lets remote attackers extract database contents - including administrator password hashes - via the 'fildname' parameter of the ajaxCheck() AJAX endpoint. Because the handler is registered through wp_ajax_nopriv_ and performs no capability or nonce checks, exploitation requires no login. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the flaw is trivially reachable and reported by Wordfence.
Technical ContextAI
The affected component is a WordPress plugin (CPE vendor 'blendmedia') that exposes an admin-ajax.php action for its sticky call-to-action feature. The root cause is CWE-89 (SQL Injection): the ajaxCheck() method takes a user-supplied column name via the 'fildname' parameter and concatenates it into a $wpdb->update() call without escaping and without using $wpdb->prepare(). Column/identifier names cannot be parameterized by prepare() the same way values can, so developers must whitelist them against a fixed set - this plugin does neither, allowing the identifier position of the query to be manipulated. Combined with registration under wp_ajax_nopriv_ (which makes the action callable by logged-out visitors), the injection is fully pre-authentication.
RemediationAI
No vendor-released patched version is stated in the available data; an upstream fix appears to exist via the WordPress plugin SVN changeset (https://plugins.trac.wordpress.org/changeset?reponame=&old=3524743%40easy-sticky-sidebar&new=3524743%40easy-sticky-sidebar) but a released patched tag is not independently confirmed, so update to the latest available version and monitor the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/7e963601-dc41-4218-9119-708c74e51bc2?source=cve) for a fixed release above 2.2.2. Until a confirmed patch is installed, deactivate and remove the plugin if the sticky-CTA feature is non-essential (fully removes exposure but loses the CTA functionality); if it must stay, place a WAF rule or virtual patch blocking requests to admin-ajax.php that carry the vulnerable action with a 'fildname' parameter, and restrict access to /wp-admin/admin-ajax.php from untrusted networks where feasible (may break other legitimate front-end AJAX). Rotate all WordPress administrator passwords and any reused credentials after patching, since hash theft may already have occurred.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43157
GHSA-w7rc-p2m9-r4pm