AnalyticsWP CVE-2025-39389
CRITICALSeverity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Solid Plugins AnalyticsWP allows SQL Injection.This issue affects AnalyticsWP: from n/a through 2.1.2.
AnalysisAI
Unauthenticated SQL injection in AnalyticsWP WordPress plugin versions up to 2.1.2 allows remote attackers to extract sensitive database contents via crafted SQL queries. The CVSS 9.3 score reflects network-accessible exploitation with no authentication required and changed scope, enabling high confidentiality impact and low availability impact. EPSS probability is relatively low at 0.23% (46th percentile), suggesting limited active exploitation despite the critical severity rating. Patchstack vulnerability database confirms the flaw, indicating third-party security research disclosure.
Technical ContextAI
This vulnerability affects the AnalyticsWP WordPress plugin, a statistics and analytics solution for WordPress websites. The root cause is CWE-89 (SQL Injection), occurring when the plugin fails to properly sanitize user-supplied input before incorporating it into SQL queries. WordPress plugins frequently interact with the WordPress database (typically MySQL/MariaDB) to store and retrieve analytics data, page views, visitor statistics, and custom tracking information. When input validation is absent or insufficient, attackers can inject malicious SQL syntax through HTTP parameters, POST data, cookies, or headers. The changed scope (S:C) in the CVSS vector indicates the vulnerable component (the plugin) can affect resources beyond its security scope, potentially compromising the entire WordPress database including user credentials, post content, and other plugin data stored in shared database tables.
Affected ProductsAI
The vulnerability affects AnalyticsWP WordPress plugin versions from the earliest available release through version 2.1.2 inclusive, as confirmed by Patchstack vulnerability database. The vendor is Solid Plugins. The vulnerability database reference indicates all installations running version 2.1.2 or earlier are vulnerable. Specific CPE data is not provided in available sources, but the affected software runs as a WordPress plugin requiring WordPress 4.0 or later (typical minimum for modern plugins). Advisory and technical details are available at Patchstack database entry for AnalyticsWP.
RemediationAI
Immediately upgrade AnalyticsWP plugin to version 2.1.3 or later if available, verifying the fix version through the WordPress plugin repository or Solid Plugins official channels. The Patchstack database entry at https://patchstack.com/database/wordpress/plugin/analyticswp/ should be consulted for confirmed patched versions and vendor advisory links. If an updated version is not yet available or cannot be immediately deployed, implement the following compensating controls: deactivate and remove the AnalyticsWP plugin entirely until patched, replacing with alternative analytics solutions like Jetpack Stats or MonsterInsights; implement Web Application Firewall (WAF) rules specifically targeting SQL injection patterns in requests to AnalyticsWP endpoints, though signature-based detection may be bypassed by obfuscated payloads; restrict WordPress database user privileges to minimum necessary operations (SELECT, INSERT, UPDATE, DELETE on specific tables only, never GRANT or FILE privileges), limiting the impact of successful SQL injection to data exfiltration rather than server-level compromise. Note that WAF rules add latency and maintenance overhead, and restrictive database privileges may break some WordPress functionality requiring administrative queries.
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