CVE-2022-25149
WP Statistics <= 13.1.5 Unauthenticated Blind SQL Injection via IP
Record summary
CVE-2022-25149 has a selected CVSS score of 9.8 (critical); EIP currently links 1 Nuclei template.
Description
The WP Statistics WordPress plugin is vulnerable to SQL Injection due to insufficient escaping and parameterization of the IP parameter found in the ~/includes/class-wp-statistics-hits.php file which allows attackers without authentication to inject arbitrary SQL queries to obtain sensitive information, in versions up to and including 13.1.5.
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jan 31, 2025 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
WP StatisticsBrowse WP Statistics / WP Statistics | CVE List | 13.1.5 to ≤ 13.1.5 | affected |
Nuclei templates
1ProjectDiscoveryHIGHWordPress Plugin WP Statistics <= 13.1.5 - SQL InjectionCVSS 7.5
The WP Statistics WordPress plugin is vulnerable to SQL Injection due to insufficient escaping and parameterization of the IP parameter found in the ~/includes/class-wp-statistics-hits.php file which allows attackers without authentication to inject arbitrary SQL queries to obtain sensitive information, in versions up to and including 13.1.5.
Impact
Unauthenticated attackers can execute time-based blind SQL injection through the IP parameter to extract sensitive database information including user credentials, posts, comments, and WordPress configuration data.
Remediation
Update WP Statistics plugin to version 13.1.6 or later that properly escapes and parameterizes the IP parameter.
Source: ProjectDiscovery