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 AWP Classifieds plugin for WordPress is vulnerable to SQL Injection via the 'regions' parameter array keys in versions up to, and including, 4.4.5 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. 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
SQL injection in AWP Classifieds plugin for WordPress versions up to 4.4.5 allows remote unauthenticated attackers to extract sensitive database contents via array key manipulation in the 'regions' parameter. The vulnerability stems from insufficient escaping of user input in search functionality, affecting the plugin's query integration and page search components. With CVSS 7.5 (AV:N/AC:L/PR:N/UI:N) and no authentication required, this poses significant risk to WordPress sites running this classifieds plugin, though no public exploit or active exploitation has been identified at time of analysis.
Technical ContextAI
This is a classic SQL injection vulnerability (CWE-89) in WordPress plugin code. The AWP Classifieds plugin (CPE: cpe:2.3:a:strategy11team:awp_classifieds) fails to properly sanitize array keys in the 'regions' parameter before incorporating them into SQL queries. The vulnerable code paths span multiple files including functions.php, page-search-ads.php, class-awpcp.php, and class-query-integration.php as evidenced by the Trac repository references. WordPress plugins must use prepared statements with proper parameterization or WordPress's $wpdb->prepare() method to prevent SQL injection. In this case, the plugin directly concatenates user-supplied array keys into SQL queries without escaping, allowing attackers to inject arbitrary SQL commands. The vulnerability specifically affects the search functionality where regional filters are processed, enabling second-order SQL injection through parameter pollution techniques targeting array key manipulation rather than just values.
RemediationAI
Upgrade AWP Classifieds plugin to version 4.4.6 or later immediately, as the 'up to and including 4.4.5' designation implies a fix exists in subsequent releases. Verify the installed version in WordPress admin under Plugins and update through the WordPress dashboard or manually from the official WordPress plugin repository. If immediate patching is not feasible, implement these compensating controls: disable or restrict access to the plugin's search functionality by removing search shortcodes from public pages or implementing Web Application Firewall (WAF) rules to block requests containing 'regions' parameter with suspicious array key patterns (note: this may break legitimate search functionality for users filtering by region). Deploy database activity monitoring to detect anomalous queries including UNION statements, sleep functions, or information_schema queries originating from the plugin. As a last resort, temporarily deactivate the AWP Classifieds plugin entirely until patching can occur, understanding this will disable all classifieds functionality on the site. Review the Wordfence advisory and WordPress Trac repository links for technical details to inform mitigation decisions.
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-27188