WordPress
CVE-2025-10047
MEDIUM
Severity by source
AV:N/AC:L/PR:H/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:H/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Email Tracker - Email Log, Email Open Tracking, Email Analytics & Email Management for WordPress Emails plugin for WordPress is vulnerable to SQL Injection via the 'orderby' parameter in all versions up to, and including, 5.3.15 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
AnalysisAI
SQL injection in Email Tracker plugin for WordPress (versions up to 5.3.15) allows authenticated administrators to extract sensitive database information via the 'orderby' parameter due to insufficient escaping and query preparation. CVSS 4.9 reflects high confidentiality impact but requires high-privilege authenticated access; no public exploit code or active exploitation confirmed at analysis time.
Technical ContextAI
The Email Tracker plugin processes user-supplied input through the 'orderby' parameter without proper SQL escaping or parameterized query preparation, violating CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The vulnerability exists in SQL query construction where the orderby value is concatenated directly into the query string rather than bound as a prepared statement parameter. This allows authenticated administrators to inject arbitrary SQL clauses (UNION SELECT, subqueries, etc.) to read unauthorized data from the WordPress database. The plugin's database interaction layer fails to sanitize this parameter before SQL execution.
Affected ProductsAI
Email Tracker - Email Log, Email Open Tracking, Email Analytics & Email Management for WordPress Emails plugin for WordPress in all versions up to and including 5.3.15. The vulnerable component is the 'orderby' parameter handler in the plugin's email query interface. Affected installations should reference the WordPress plugin repository changeset and Wordfence vulnerability advisory (CVE-2025-10047, ID: ec4be524-a763-4f2b-8a1d-6189014b4d86) for version-specific impact details.
RemediationAI
Update Email Tracker plugin to version 5.3.16 or later, which corrects the insufficient escaping and implements proper SQL query preparation via parameterized statements. Administrators should immediately apply this patch through the WordPress plugin update mechanism. As an interim mitigation for sites unable to patch immediately, restrict Administrator role assignments to trusted personnel only and monitor database query logs for suspicious SQL patterns in plugin activity. The Wordfence advisory provides additional detection guidance; review the plugin repository changeset for specific code changes in the patched version.
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