Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
1DescriptionCVE.org
The Boost plugin for WordPress is vulnerable to time-based SQL Injection via the 'current_url' and 'user_name' parameters in versions up to, and including, 2.0.3 due to insufficient escaping on the user supplied parameters and lack of sufficient preparation on the existing SQL queries. 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.
AnalysisAI
Unauthenticated SQL injection in the PixelYourSite Boost plugin for WordPress (versions up to and including 2.0.3) allows remote attackers to extract sensitive database contents via time-based blind SQLi in the 'current_url' and 'user_name' parameters. Wordfence reported the issue with a CVSS 7.5 (confidentiality-only impact); no public exploit identified at time of analysis and the vulnerability is not listed in CISA KEV.
Technical ContextAI
The flaw is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) issue rooted in WordPress plugin database access patterns. The Boost plugin (CPE cpe:2.3:a:pixelyoursite:boost) concatenates user-supplied 'current_url' and 'user_name' parameters into SQL statements without using $wpdb->prepare() placeholders or wpdb::esc_like()/esc_sql() sanitization. Because the injection is time-based blind, exploitation relies on conditional SLEEP()/BENCHMARK()-style payloads to infer data one bit at a time from the underlying MySQL/MariaDB backend that WordPress relies on.
RemediationAI
No vendor-released patch identified at time of analysis from the supplied data; site operators should monitor https://www.pixelyoursite.com/boost-plugin and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/1cac2397-bb38-40d6-b90d-68e3ea136267?source=cve for a release beyond 2.0.3 and upgrade immediately when available. In the interim, deactivate and remove the Boost plugin if it is not business-critical (side effect: loss of plugin functionality such as conversion tracking/pixel features), or place the WordPress site behind a WAF such as Wordfence/Cloudflare with rules blocking SQL metacharacters and time-function payloads (UNION, SLEEP, BENCHMARK) in the 'current_url' and 'user_name' request parameters (side effect: potential false positives on legitimate URLs containing reserved characters). As a defense-in-depth measure, restrict the database user used by WordPress to least-privilege SELECT on its own schema to limit the blast radius of any successful extraction.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31044
GHSA-xxj3-cp34-3h25