Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/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:L/I:L/A:N
Lifecycle Timeline
5DescriptionCVE.org
The SQL Chart Builder WordPress plugin before 2.3.8 does not properly escape user input as it is concatened to SQL queries, making it possible for attackers to conduct SQL Injection attacks against the dynamic filter functionality.
AnalysisAI
SQL injection in SQL Chart Builder WordPress plugin before version 2.3.8 allows remote attackers to execute arbitrary SQL queries through the dynamic filter functionality due to improper input escaping. The vulnerability affects all versions before 2.3.8, requires no authentication or user interaction, and carries a moderate CVSS score of 6.5 with low real-world exploitation probability (EPSS 0.02%). Publicly available exploit code exists, though the low EPSS percentile suggests limited active exploitation relative to the attack surface.
Technical ContextAI
SQL Chart Builder is a WordPress plugin that constructs SQL queries dynamically based on user-supplied filter parameters. The plugin concatenates user input directly into SQL query strings without proper sanitization or parameterized query preparation, violating secure coding practices for database interactions. This is a classic SQL injection vulnerability (CWE category related to improper input validation) affecting the dynamic filter feature. The vulnerability arises from the plugin's failure to use prepared statements or escape special SQL characters in user inputs before concatenation, allowing attackers to break out of intended query context and inject arbitrary SQL commands.
RemediationAI
Vendor-released patch: Update SQL Chart Builder to version 2.3.8 or later, which properly escapes user input before SQL query concatenation. Site administrators using this plugin should immediately upgrade through the WordPress plugin management interface or by downloading the latest version directly from the plugin repository. No interim workarounds are documented; upgrading is the primary remediation path. Organizations unable to immediately patch should consider disabling the plugin's dynamic filter functionality if possible, though this may limit feature availability. Consult the WPScan advisory and NVD entry for confirmation of patch completeness.
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-19578
GHSA-m38f-j4wj-5268