Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network SQLi (AV:N/AC:L/PR:N/UI:N); scope changes as DB engine acts on attacker input (S:C); full DB read (C:H), limited write via INSERT/UPDATE chains (I:L), no inherent availability impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated SQL Injection in Blocksy Companion Pro < 2.1.29 versions.
AnalysisAI
Unauthenticated SQL injection in Blocksy Companion Pro (a premium WordPress plugin from Creative Themes) prior to version 2.1.29 allows remote attackers to inject arbitrary SQL into backend database queries without any login or user interaction. The CVSS:3.1 vector (AV:N/AC:L/PR:N/UI:N/S:C/C:H) with scope-change indicates the impact crosses a security boundary, with full confidentiality compromise of database contents and limited integrity/availability effect. No public exploit identified at time of analysis, but the vulnerability class and SSDLC profile are highly attractive to automated scanners targeting WordPress.
Technical ContextAI
Blocksy Companion Pro is the commercial companion plugin to the popular Blocksy WordPress theme by Creative Themes, adding features such as custom post types, header/footer builder elements, white-label, and content blocks. The flaw is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controlled input reaches a database query - typically via WordPress's $wpdb interface - without proper use of $wpdb->prepare() or sanitization helpers like esc_sql() or intval(). The scope-changed CVSS vector (S:C) suggests the injectable parameter is reachable from an endpoint that operates with higher database privileges than the unauthenticated caller, characteristic of an AJAX action or REST route registered without a capability check. The affected CPE (cpe:2.3:a:creative_themes:blocksy_companion_pro:*) covers all versions below 2.1.29.
RemediationAI
Vendor-released patch: upgrade Blocksy Companion Pro to version 2.1.29 or later via the Creative Themes account dashboard or the plugin's built-in license-bound updater, as indicated by the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/blocksy-companion-pro/vulnerability/wordpress-blocksy-companion-pro-plugin-2-1-29-sql-injection-vulnerability. If immediate patching is not possible, deactivate Blocksy Companion Pro until the upgrade can be deployed - note this will disable Pro-only features such as the header/footer builder extensions, custom post types, and white-label settings while it is off. Alternatively, deploy a WAF rule (Patchstack, Wordfence, Cloudflare WordPress ruleset) that blocks SQL meta-characters on the affected plugin's admin-ajax and REST endpoints; this provides virtual patching but can produce false positives on legitimate admin requests, so restrict the rule to anonymous sessions where feasible. Audit wp_users, wp_options (siteurl, secret keys), and recent post revisions for tampering before assuming the site was not already probed.
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-37589