Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
Network-reachable wp-admin endpoint (AV:N/AC:L) but requires administrator privileges (PR:H); SQLi exposes the database (C:H) with at least limited write potential (I:L); I treat scope as unchanged since impact stays within the WordPress DB trust boundary.
Primary rating from Vendor (patchstack).
CVSS VectorVendor: patchstack
Lifecycle Timeline
1DescriptionCVE.org
Administrator SQL Injection in Popup box <= 6.0.1 versions.
AnalysisAI
SQL injection in the AYS Popup Box WordPress plugin (versions 6.0.1 and earlier) lets an authenticated administrator inject arbitrary SQL into the WordPress database through an unsanitized plugin parameter (CWE-89). Because exploitation requires existing high-privilege administrator access per the CVSS PR:H metric, this is primarily a data-exposure/privilege-abuse issue rather than a remote-takeover flaw, and no public exploit has been identified at time of analysis. It was reported by Patchstack rather than discovered in active attacks, and is not listed in CISA KEV.
Technical ContextAI
The affected component is Popup Box (vendor slug 'ays-popup-box'), a WordPress plugin by AYS Pro used to build on-site popups, modals, and lead-capture boxes. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): one or more admin-side handlers concatenate attacker-controlled input directly into a SQL statement against the WordPress MySQL/MariaDB backend instead of using parameterized queries via $wpdb->prepare(). The CVSS scope-changed flag (S:C) reflects that injected SQL reaches the shared WordPress database, enabling impact beyond the plugin's own authorization boundary - for example reading wp_users, wp_usermeta, or secrets stored by other plugins. No CPE strings were supplied in the source data, so the affected configuration is derived from the Patchstack advisory and the version string '<= 6.0.1'.
RemediationAI
No vendor-released patch version is identified in the available data; the advisory only specifies the affected range '<= 6.0.1', which implies a fixed release exists but the exact patched version is not confirmed from the input. Update Popup Box to the latest available release from the wordpress.org plugin repository or the AYS Pro vendor site once a version greater than 6.0.1 is confirmed, and consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/ays-popup-box/vulnerability/wordpress-popup-box-plugin-6-0-1-sql-injection-vulnerability) for the fixed version. Because exploitation requires administrator access, the most effective compensating controls are tightening who holds the administrator role and enforcing strong authentication/MFA on admin accounts (trade-off: operational friction for legitimate admins), restricting wp-admin access by IP allowlist or VPN (trade-off: breaks remote administration from arbitrary networks), and deploying a WAF with SQLi rules covering the plugin's admin endpoints as a virtual patch until the upgrade is applied (trade-off: rule tuning needed to avoid breaking legitimate plugin queries). Review database query logs for anomalous statements originating from the plugin as a detection measure.
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-39747
GHSA-mjrq-9cj9-fhhq